Skip to content

Commit

Permalink
Merge branch 'v0.21.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
VarIr committed Dec 10, 2019
2 parents 4f8285e + c9bb9c4 commit 3edfc27
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
## [Next release]
...

## [0.21.1] - 2019-12-10

This is a bugfix release due to the recent update of scikit-learn to v0.22.

### Fixes
- Require scikit-learn v0.21.3.

Until the necessary adaptions for v0.22 are completed,
scikit-hubness will require scikit-learn v0.21.3.


## [0.21.0] - 2019-11-25

This is the first major release of scikit-hubness.
Expand Down Expand Up @@ -70,7 +81,8 @@ It already contains the following features:
* HNSW provided by [nmslib](https://github.com/nmslib/nmslib)
* LSH provided by [falconn](https://github.com/FALCONN-LIB/FALCONN)

[Next release]: https://github.com/VarIr/scikit-hubness/compare/v0.21.0...HEAD
[Next release]: https://github.com/VarIr/scikit-hubness/compare/v0.21.1...HEAD
[0.21.1]: https://github.com/VarIr/scikit-hubness/releases/tag/v0.21.1
[0.21.0]: https://github.com/VarIr/scikit-hubness/releases/tag/v0.21.0
[0.21.0a9]: https://github.com/VarIr/scikit-hubness/releases/tag/v0.21.0-alpha.9
[0.21.0a8]: https://github.com/VarIr/scikit-hubness/releases/tag/v0.21.0-alpha.8
Expand Down
2 changes: 1 addition & 1 deletion skhubness/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

""" Python package for nearest neighbor retrieval in high-dimensional space."""

__version__ = '0.21.0'
__version__ = '0.21.1'

from . import analysis
from . import data
Expand Down

0 comments on commit 3edfc27

Please sign in to comment.