Skip to content

Commit

Permalink
Bump to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
braniii committed Mar 11, 2024
1 parent eff9c20 commit e7bce70
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


## [Unreleased]


## [0.2.0] - 2024-03-11
#### API changes warning ⚠️:
- Changed default for invariant measure to `volume`
- Changed default for normalization method to `geometric`

#### Added Features and Improvements 🙌:
- Added an icon, thx to @gegabo

#### Bugfix 🐛:
- Fix beartype warning for small number of samples


## [0.1.1] - 2023-11-07
#### Added Features and Improvements 🙌
Expand All @@ -34,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial release 🎉


[Unreleased]: https://github.com/moldyn/normi/compare/v0.1.1...main
[Unreleased]: https://github.com/moldyn/normi/compare/v0.2.0...main
[0.2.0]: https://github.com/moldyn/normi/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/moldyn/normi/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/moldyn/normi/tree/v0.1.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def remove_gh_dark_mode_only_tags(text, tag='#gh-dark-mode-only'):
# This call to setup() does all the work
setuptools.setup(
name='normi',
version='0.1.1',
version='0.2.0',
description='Estimator for Normalized Mutual Information',
long_description=README,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion src/normi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
from ._estimators import NormalizedMI


__version__ = '0.1.1'
__version__ = '0.2.0'

0 comments on commit e7bce70

Please sign in to comment.