Skip to content

Commit

Permalink
Merge pull request #70 from fish-quant/develop
Browse files Browse the repository at this point in the history
v0.6.2
  • Loading branch information
Henley13 authored Apr 25, 2022
2 parents c9f50d3 + 53e73e3 commit e951ea8
Show file tree
Hide file tree
Showing 35 changed files with 1,149 additions and 441 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Big-FISH requires Python 3.6 or newer. Additionally, it has the following depend

- numpy (>= 1.16.0)
- scipy (>= 1.4.1)
- scikit-learn (>= 0.21.0)
- scikit-learn (>= 0.24.0)
- scikit-image (>= 0.14.2)
- matplotlib (>= 3.0.2)
- pandas (>= 0.24.0)
Expand Down
2 changes: 1 addition & 1 deletion bigfish/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# MINOR: new features
# PATCH: backwards compatible bug fixes
# MAJOR.MINOR.PATCHdev means a version under development
__version__ = "0.6.1"
__version__ = "0.6.2"
Loading

0 comments on commit e951ea8

Please sign in to comment.