Skip to content

Commit

Permalink
Merge pull request #49 from VarIr/prepare_new_version
Browse files Browse the repository at this point in the history
Prepare new version
  • Loading branch information
VarIr authored Oct 30, 2019
2 parents b179dbc + 40183bf commit 8d7ba47
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
# Changelog

## [Next release]
...


## [0.21.0a9] - 2019-10-30
### Added
- General structure for docs
- Enable NGT OpenMP support on MacOS (in addition to Linux)
- Enable Puffinn LSH also on MacOS

### Fixes
- Correct mutual proximity (empiric) calculation
- Better handling of optional packages (ANN libraries)

### Maintenance
- streamlined CI builds
- several minor code improvements

...
### New contributors
- Silvan David Peter


## [0.21.0a8] - 2019-09-12
### Added
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.0a8'
__version__ = '0.21.0a9'

from . import analysis
from . import data
Expand Down

0 comments on commit 8d7ba47

Please sign in to comment.