Skip to content

Commit af4f270

Browse files
committed
Update CHANGELOG
1 parent 200123a commit af4f270

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,26 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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

0 commit comments

Comments
 (0)