Releases: MDAnalysis/MDAnalysisData
Release list
0.9.1
Bug fix release with no functional changes.
- Supports Python 3.11 - 3.14 (following NEP29 generously)
- meta data package fixes
- python package includes tests (allows running
pytest --pyargs MDAnalysisData) - internal quality of life improvements (deployment workflow) and housekeeping updates
What's Changed
- Fix update tests by @IAlibay in #78
- Some gitignore content, graciously donated by openfe under MIT by @IAlibay in #77
- update tests by @orbeckst in #76
- Modernize packaging by @IAlibay in #79
- Disallow cron codecov calls by @IAlibay in #81
- update Python and workflows by @orbeckst in #82
Full Changelog: release-0.9.0...release-0.9.1
0.9.1 release candidate 2
This is a test release. It will likely match the final 0.9.1 in all functional aspects.
What's Changed
- Fix update tests by @IAlibay in #78
- Some gitignore content, graciously donated by openfe under MIT by @IAlibay in #77
- update tests by @orbeckst in #76
- Modernize packaging by @IAlibay in #79
- Disallow cron codecov calls by @IAlibay in #81
Full Changelog: release-0.9.0...release-0.9.1rc2
0.9.0
With this release, the package follows roughly NPE29. Therefore, the only officially supported Python versions are now 3.9 - 3.12.
The last version to support legacy versions (including Python 2.7) is release 0.8.1.
There were internal updates but no user-visible changes to the included data or API.
What's Changed
- only support Python 3.9 - 3.12
- internal changes (autodeployment, changes in doc styles)
New Contributors
Full Changelog: see file CHANGELOG.md
0.8.1
Minor updates to docs; fully tested on Linux Python 2.7, 3.6–3.9, and on macOS and Windows.
0.8.0
New YiiP equilibrium dataset (membrane protein with explicit membrane, ions, and solvent) included (was used for the benchmarks in the PMDA SciPy 2019 paper).
0.7.0
New membrane peptide dataset and minor fixes.
0.6.0
0.5.0
0.4.0
- fixes
- new CG dataset
- download progress bars
0.3.0
- new dataset
- fixes
- tests: should run on Python 2.7 and Python 3.4+