From bbfd3923cc5ef82f2cc43934c9e0c0a83bca9420 Mon Sep 17 00:00:00 2001 From: Ian Kenney Date: Wed, 18 Oct 2023 12:25:50 -0700 Subject: [PATCH] release v1.0.0 (#14) * Updated CHANGELOG to reflect source code origin Co-authored-by: Oliver Beckstein --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++-------- 1 file changed, 29 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f12b32b..1c23a31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,20 +19,41 @@ The rules for this file: ## [Unreleased] ### Authors -- ianmkenney ### Added - ### Fixed - ### Changed - - -### Deprecated - ### Removed - +## [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 +[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 \ No newline at end of file