Skip to content

Commit

Permalink
Merge pull request #15 from Kaleidophon/paper-release
Browse files Browse the repository at this point in the history
Paper release
  • Loading branch information
Kaleidophon authored Apr 20, 2022
2 parents 394e6cd + 020a31d commit 0c128b6
Show file tree
Hide file tree
Showing 68 changed files with 4,305 additions and 956 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ __pycache__/
*.py[cod]
*$py.class

*/.DS_Store

# C extensions
*.so

Expand Down
194 changes: 118 additions & 76 deletions README.md

Large diffs are not rendered by default.

188 changes: 114 additions & 74 deletions README_RAW.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion deepsig/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
from deepsig.permutation import permutation_test
from deepsig.sample_size import aso_uncertainty_reduction, bootstrap_power_analysis

__version__ = "1.2.3"
__version__ = "1.2.5"
__author__ = "Dennis Ulmer"
Loading

0 comments on commit 0c128b6

Please sign in to comment.