Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
rashatwi committed Feb 5, 2025
1 parent 200123a commit af4f270
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,26 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.0.5] - 2024-02-05

### Added
- Add docstrings for all functions and classes.
- Add tests using `pytest` for all functions and classes.
- Add a Jupyter notebook showing examples of how to use `MDPropTools`.

### Fixed
- Add docstrings for functions and classes.
- Add tests using `pytest` for functions and classes.
- Add a Jupyter notebook showing examples of how to use `MDPropTools`.

### Fixed

- Fix bug in identifying unique configurations in the `cluster_analysis` module.

## [0.0.4] - 2023-07-08

### Changed

- Modify diffusion and conductivity codes to avoid reading dump files all at once, resulting in improved memory efficiency and faster processing.

### Fixed

- Update setup.py to ensure accurate dependency requirements.
- Perform minor cleanups and bug fixes.

Expand Down

0 comments on commit af4f270

Please sign in to comment.