Skip to content

Commit

Permalink
Bump to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
braniii committed Mar 13, 2023
1 parent 9e90a17 commit 132673a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


## [Unreleased]


## [1.0.2] - 2023-03-13
### Added Features and Improvements 🙌:
- Added cli for `compare-discretization`

Expand All @@ -22,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix bug of similarity measure (`mh.md.compare_discretization`) being infinite


## [1.0.0] - 2023-03-08
## [1.0.1] - 2023-03-08
### Other changes:
- Added basic test for `msmhelper waiting-times` command-line interface
- Using scientific y-labels for `msmhelper waiting-times` and `msmhelper waiting-time-dist` command-line interfaces to improve figures for real data
Expand All @@ -48,7 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add a command line interface for standalone tasks 🎉
- Add follow-along tutorials, FAQ, and better code references 🎉
- Add the submodule `plot` to create commonly-used figures
- Improved MSM generation by a factor of 2-3 for continuously named states.
- Improved MSM generation by a factor of 2-3 for continuously named states.

### Other changes:
- Add `gaussian_filter` functionality
Expand Down Expand Up @@ -152,7 +155,8 @@ Chapman-Kolmogorov test
- Initial release


[Unreleased]: https://github.com/moldyn/msmhelper/compare/v1.0.1...main
[Unreleased]: https://github.com/moldyn/msmhelper/compare/v1.0.2...main
[1.0.2]: https://github.com/moldyn/msmhelper/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/moldyn/msmhelper/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/moldyn/msmhelper/compare/v0.6.2...v1.0.0
[0.6.2]: https://github.com/moldyn/msmhelper/compare/v0.6.1...v0.6.2
Expand Down
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='msmhelper',
version='1.0.1',
version='1.0.2',
description='Helper functions for Markov State Models.',
long_description=README,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion src/msmhelper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@
unique,
)

__version__ = '1.0.1'
__version__ = '1.0.2'

0 comments on commit 132673a

Please sign in to comment.