Skip to content

Commit bbfd392

Browse files
ianmkenneyorbeckst
andauthored
release v1.0.0 (#14)
* Updated CHANGELOG to reflect source code origin Co-authored-by: Oliver Beckstein <[email protected]>
1 parent 5eda30e commit bbfd392

File tree

1 file changed

+29
-8
lines changed

1 file changed

+29
-8
lines changed

CHANGELOG.md

Lines changed: 29 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,41 @@ The rules for this file:
1919
## [Unreleased]
2020

2121
### Authors
22-
- ianmkenney
2322

2423
### Added
25-
<!-- New added features -->
2624

2725
### Fixed
28-
<!-- Bug fixes -->
2926

3027
### Changed
31-
<!-- Changes in existing functionality -->
32-
33-
### Deprecated
34-
<!-- Soon-to-be removed features -->
3528

3629
### Removed
37-
<!-- Removed features -->
3830

31+
## [1.0.0] - 2023-10-17
32+
33+
### Authors
34+
- ianmkenney
35+
36+
### Fixed
37+
- package deployment workflow enforces correct options regarding tests
38+
- formatting fixes in AUTHORS.md (PR #12)
39+
40+
## [0.1.0] - 2023-10-13
41+
42+
The original `MDAnalysis.analysis.waterdynamics` was written by Alejandro
43+
Bernardin in 2015 and had been part of MDAnalysis since release 0.11.0,
44+
https://docs.mdanalysis.org/2.6.1/documentation_pages/analysis/waterdynamics.html.
45+
Ian Kenney created the `waterdynamics` MDAKit in 2023, based on the original
46+
code in MDAnalysis. Additional contributors to the original source code are
47+
listed in the AUTHORS.md file.
48+
49+
### Authors
50+
- ianmkenney
51+
52+
### Added
53+
- the core functionality of waterdynamics (and its tests) was implemented
54+
using the source code from MDAnalysis.analysis.waterdynamics (#3)
55+
- documentation deployed to github pages and read the docs (PR #5 #6)
56+
57+
[Unreleased]: https://github.com/MDAnalysis/waterdynamics/compare/1.0.0...HEAD
58+
[1.0.0]: https://github.com/MDAnaylsis/waterdynamics/compare/0.1.0...1.0.0
59+
[0.1.0]: https://github.com/MDAnalysis/waterdynamics/releases/tag/0.1.0

0 commit comments

Comments
 (0)