File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -5,22 +5,26 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## Unreleased
8+ ## [ 0.0.5 ] - 2024-02-05
99
1010### Added
11- - Add docstrings for all functions and classes.
12- - Add tests using ` pytest ` for all functions and classes.
13- - Add a Jupyter notebook showing examples of how to use ` MDPropTools ` .
1411
15- ### Fixed
12+ - Add docstrings for functions and classes.
13+ - Add tests using ` pytest ` for functions and classes.
14+ - Add a Jupyter notebook showing examples of how to use ` MDPropTools ` .
15+
16+ ### Fixed
17+
1618- Fix bug in identifying unique configurations in the ` cluster_analysis ` module.
1719
1820## [ 0.0.4] - 2023-07-08
1921
2022### Changed
23+
2124- Modify diffusion and conductivity codes to avoid reading dump files all at once, resulting in improved memory efficiency and faster processing.
2225
2326### Fixed
27+
2428- Update setup.py to ensure accurate dependency requirements.
2529- Perform minor cleanups and bug fixes.
2630
You can’t perform that action at this time.
0 commit comments