All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- fiona-naughton
- IAlibay
- rodpollet
- first-order Legendre polynomial for water orientation relaxation analysis
- update changelog (PR #32)
- In line with SPEC0, the minimum supported Python version is now 3.10
- Minimum support MDAnalysis version has been raised to 2.1.0
- License changed to LGPLv2.1+
- ianmkenney
- IAlibay
- fiona-naughton
- Support for Python 3.12 (PR #28)
- Removed import of analysis.hbonds and associated import warning (PR #28)
- reorganized Sphinx docs (PR #26)
- switch from versioneer to versioningit (PR #28)
1.0.0 - 2023-10-18
- ianmkenney
- orbeckst
- 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.
- ianmkenney
- 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)