Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release v1.0.0 #14

Merged
merged 5 commits into from
Oct 18, 2023
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 29 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,41 @@ The rules for this file:
## [Unreleased]

### Authors
- ianmkenney

### Added
<!-- New added features -->

### Fixed
<!-- Bug fixes -->

### Changed
<!-- Changes in existing functionality -->

### Deprecated
<!-- Soon-to-be removed features -->

### Removed
<!-- Removed features -->

## [1.0.0] - 2023-10-17

### Authors
- ianmkenney

### Fixed
- package deployment workflow enforces correct options regarding tests
- formatting fixes in AUTHORS.md (PR #12)

## [0.1.0] - 2023-10-13

The original `MDAnalysis.analysis.waterdynamics` was written by Alejandro
Bernardin in 2015 and had been part of MDAnalysis since release 0.11.0,
https://docs.mdanalysis.org/2.6.1/documentation_pages/analysis/waterdynamics.html .
Ian Kenney created the `waterdynamics` MDAKit in 2023, based on the original
code in MDAnalysis. Additional contributors to the original source code are
listed in the AUTHORS.md file.

### Authors
- ianmkenney

### Added
- the core functionality of waterdynamics (and its tests) was implemented
using the source code from MDAnalysis.analysis.waterdynamics (#3)
- documentation deployed to github pages and read the docs (PR #5 #6)

[Unreleased]: https://github.com/MDAnalysis/waterdynamics/compare/1.0.0...HEAD
orbeckst marked this conversation as resolved.
Show resolved Hide resolved
[1.0.0]: https://github.com/MDAnaylsis/waterdynamics/compare/0.1.0...1.0.0
[0.1.0]: https://github.com/MDAnalysis/waterdynamics/releases/tag/0.1.0
Loading