Skip to content

Commit

Permalink
update version for conda
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymoudiki committed Nov 19, 2023
1 parent a5c187f commit 15c5d71
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# version 0.8.11

- install `numpy` before `setup`
- stop using `np.int`
- update Makefile
- update examples
- no more refs to openmp (for now)
- update and align with R version
- submit conda version

# version 0.8.8
- Avoid division by 0 in scaling

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# does not need the compiled code
import mlsauce

__version__ = '0.8.10'
__version__ = '0.8.11'

VERSION = __version__

Expand Down

0 comments on commit 15c5d71

Please sign in to comment.