File tree Expand file tree Collapse file tree 1 file changed +29
-8
lines changed Expand file tree Collapse file tree 1 file changed +29
-8
lines changed Original file line number Diff line number Diff line change @@ -19,20 +19,41 @@ The rules for this file:
19
19
## [ Unreleased]
20
20
21
21
### Authors
22
- - ianmkenney
23
22
24
23
### Added
25
- <!-- New added features -->
26
24
27
25
### Fixed
28
- <!-- Bug fixes -->
29
26
30
27
### Changed
31
- <!-- Changes in existing functionality -->
32
-
33
- ### Deprecated
34
- <!-- Soon-to-be removed features -->
35
28
36
29
### Removed
37
- <!-- Removed features -->
38
30
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
You can’t perform that action at this time.
0 commit comments