Skip to content

Commit

Permalink
feat: v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Feb 19, 2022
1 parent b287be6 commit a6a8d13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [Unreleased]
## [v1.5.0] - 2022-02-19
### Changed
- Now using dicts rather than Series in `to_dgl`. This improved the wall time
from 1.5 hours to 2 seconds!
Expand Down
2 changes: 1 addition & 1 deletion mumin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.4.1'
__version__ = '1.5.0'

# Set up logging
import logging
Expand Down

0 comments on commit a6a8d13

Please sign in to comment.