Skip to content

Commit 2beede2

Browse files
authored
Add 2.9 release notes (#414)
1 parent 6316f32 commit 2beede2

File tree

1 file changed

+54
-28
lines changed

1 file changed

+54
-28
lines changed

doc/source/releases.md

Lines changed: 54 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
1-
# MDAnalysis Release Notes
1+
# MDAnalysis Release Notes
2+
3+
4+
## Release 2.9.0 of MDAnalysis
25

6+
This is a minor release of MDAnalysis.
37

8+
This release supports NumPy 2.0+ and offers backwards compatibility through to NumPy 1.23.2
9+
10+
Supported Python versions:
11+
- 3.10, 3.11, 3.12, 3.13
12+
13+
### Major features & changes
14+
15+
See the [CHANGELOG](https://github.com/MDAnalysis/mdanalysis/blob/release-2.9.0/package/CHANGELOG) and our [release blog post](https://www.mdanalysis.org/blog/#mdanalysis-2.9-is-out) for more details.
16+
17+
* Support for Gromacs v2024.4 and v2025 TPR files.
18+
* A new "water" keyword for selecting water residues.
19+
* `fasteners` dependency has been switch to `filelock`.
20+
* Support for distopia 0.4.0 as an optional distance library backend.
21+
* Parallel analysis support for `MDAnalysis.analysis.nucleicacids`, `MDAnalysis.analysis.contacts`, and `MDAnalysis.analysis.density`.
22+
* XYZ writer can now write positions up to a user-supplied precision via the `precision` keyword argument.
23+
* `MDAnalysis.analysis.hole2`, `MDAnalysis.analysis.psa`, and `MDAnalysis.analysis.waterdynamics`, are now only available via optional dependencies (the mdahole2, pathsimanalysis, and waterdynamics mdakits). By default these will not be installed, you will need to install them separately if you wish to use them. Please note that in v3.0 theses modules will be removed completely from the MDAnalysis core library and you will need to use the mdakits directly.
24+
25+
## New Contributors
26+
* [@ChiahsinChu](https://github.com/ChiahsinChu) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4771
27+
* [@tanishy7777](https://github.com/tanishy7777) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4831
28+
* [@jauy123](https://github.com/jauy123) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4917
29+
430
## Release 2.8.0 of MDAnalysis
531

632
This a minor release of MDAnalysis.
@@ -33,8 +59,8 @@ See the [CHANGELOG](https://github.com/MDAnalysis/mdanalysis/blob/release-2.8.0/
3359
* The `guess_bonds`, `vdwradii`, `fudge_factor`, and `lower_bound` kwargs are deprecated for bond guessing during Universe creation.
3460
Instead, pass `("bonds", "angles", "dihedrals")` into `to_guess` or `force_guess` during Universe creation, and the associated `vdwradii`, `fudge_factor`, and `lower_bound` kwargs into `Guesser` creation. Alternatively, if `vdwradii`, `fudge_factor`, and `lower_bound` are passed into `Universe.guess_TopologyAttrs`, they will override the previous values of those kwargs.
3561
* MDAnalysis.topology.guessers and MDAnalysis.topology.tables are deprecated in favour of the new Guessers API and will be removed in MDAnalysis v3.0.
36-
* Unknown masses are set to 0.0 for current version, this will be depracated in MDAnalysis v3.0.0 and replaced by :class:`Masses`' no_value_label attribute (np.nan).
37-
62+
* Unknown masses are set to 0.0 for current version, this will be depracated in MDAnalysis v3.0.0 and replaced by :class:`Masses`' no_value_label attribute (np.nan).
63+
3864
## Release 2.7.0 of MDAnalysis
3965

4066
This a minor release of MDAnalysis.
@@ -85,8 +111,8 @@ See the [CHANGELOG](https://github.com/MDAnalysis/mdanalysis/blob/release-2.7.0/
85111
* [@Sumit112192](https://github.com/Sumit112192) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4346
86112
* [@HeetVekariya](https://github.com/HeetVekariya) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4359
87113
* [@JoStoe](https://github.com/JoStoe) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4292
88-
* [@ljwoods2](https://github.com/ljwoods2) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4366
89-
114+
* [@ljwoods2](https://github.com/ljwoods2) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4366
115+
90116
## Release 2.6.1 of MDAnalysis
91117

92118
This is a bugfix release of the 2.6.x version branch of MDAnalysis, it serves as an amendment to the earlier released version 2.6.0.
@@ -102,8 +128,8 @@ See the [CHANGELOG](https://github.com/MDAnalysis/mdanalysis/blob/release-2.6.1/
102128
* Clarification of SurvivalProbability function documentation [Issue #4247, PR #4248]1
103129

104130
### New Contributors
105-
* [@pillose](https://github.com/pillose) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4168
106-
131+
* [@pillose](https://github.com/pillose) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4168
132+
107133
## Release 2.6.0 of MDAnalysis
108134

109135
This a minor release of MDAnalysis.
@@ -139,13 +165,13 @@ See the [CHANGELOG](https://github.com/MDAnalysis/mdanalysis/blob/release-2.6.0/
139165

140166
#### Deprecations:
141167
* The misspelt `Boltzman_constant` entry in `MDAnalysis.units` is now deprecated in favour the correctly spelt `Boltzmann_constant`. (https://github.com/MDAnalysis/mdanalysis/pull/4230 and https://github.com/MDAnalysis/mdanalysis/pull/4214)
142-
* `MDAnalysis.analysis.hole2` is now deprecated in favour of a new [HOLE2 MDAKit](https://mdakits.mdanalysis.org/mdahole2.html). (https://github.com/MDAnalysis/mdanalysis/pull/4200)
168+
* `MDAnalysis.analysis.hole2` is now deprecated in favour of a new [HOLE2 MDAKit](https://www.mdanalysis.org/hole2-mdakit/). (https://github.com/MDAnalysis/mdanalysis/pull/4200)
143169

144170
### New Contributors
145171
* [@MohitKumar020291](https://github.com/MohitKumar020291) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4182
146172
* [@Shubx10](https://github.com/Shubx10) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4184
147-
* [@ztimol](https://github.com/ztimol) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4191
148-
173+
* [@ztimol](https://github.com/ztimol) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4191
174+
149175
## Release 2.5.0 of MDAnalysis
150176

151177
This a minor release of MDAnalysis.
@@ -253,25 +279,25 @@ See the [CHANGELOG](https://github.com/MDAnalysis/mdanalysis/blob/release-2.5.0/
253279
* [@SophiaRuan](https://github.com/SophiaRuan) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4072
254280
* [@marinegor](https://github.com/marinegor) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4085
255281
* [@g2707](https://github.com/g2707) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4089
256-
* [@DanielJamesEvans](https://github.com/DanielJamesEvans) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4109
257-
282+
* [@DanielJamesEvans](https://github.com/DanielJamesEvans) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/4109
283+
258284
## Release 2.4.3 of MDAnalysis
259285

260286
This is a bugfix release of the 2.4.x version of MDAnalysis, it serves as an amendment to the earlier released version 2.4.2.
261287

262288
### Bug fixes
263289
* Fixed DCD reading for large (>2Gb) files (Issue #4039). This was broken for versions 2.4.0, 2.4.1 and 2.4.2.
264-
* Fix element parsing from PSF files tests read via Parmed (Issue #4015)
265-
290+
* Fix element parsing from PSF files tests read via Parmed (Issue #4015)
291+
266292
## Release 2.4.2 of MDAnalysis
267293

268294
This is a bugfix release of the 2.4.x version of MDAnalysis, it serves as an amendment to the earlier released version 2.4.1.
269295

270296
### Bug fixes
271297

272298
* Fixed an issue where the arguments passed to np.histogramdd in `MDAnalysis.analysis.DensityAnalysis` were not compatible with the 1.24 release of NumPy (PR #3976)
273-
* Fixed upcoming incompatibilities with NumPy 1.25 in `MDAnalysis.visualization.streamlines_3D` and `MDAnalysis.visualization.streamlines` where incorrect comparison of the truth of arrays would have led to failures (PR #3977)
274-
299+
* Fixed upcoming incompatibilities with NumPy 1.25 in `MDAnalysis.visualization.streamlines_3D` and `MDAnalysis.visualization.streamlines` where incorrect comparison of the truth of arrays would have led to failures (PR #3977)
300+
275301
## Release 2.4.1 of MDAnalysis
276302

277303
This is a bugfix release of the 2.4.x version of MDAnalysis, it serves as an amendment to the earlier released version 2.4.0.
@@ -280,8 +306,8 @@ This is a bugfix release of the 2.4.x version of MDAnalysis, it serves as an ame
280306

281307
* The minimum version of biopython has been raised to 1.80 for pip installs
282308
* pytng has been added as an optional dependency
283-
284-
309+
310+
285311
## Release 2.4.0 of MDAnalysis
286312

287313
This a minor release of MDAnalysis, as per our once-every-three-months schedule.
@@ -325,8 +351,8 @@ See the [CHANGELOG](https://github.com/MDAnalysis/mdanalysis/blob/release-2.4.0/
325351
* [@jfennick](https://github.com/jfennick) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/3832
326352
* [@Hakarishirenai](https://github.com/Hakarishirenai) made their first contribution in https://github.com/MDAnalysis/mdanalysis/pull/3956
327353

328-
329-
354+
355+
330356
## Release 2.3.0 of MDAnalysis
331357

332358
This a minor release of MDAnalysis, as per our once-every-three-months schedule.
@@ -366,8 +392,8 @@ See the [CHANGELOG](https://github.com/MDAnalysis/mdanalysis/blob/release-2.3.0/
366392
A series of performance improvements to the MDAnalysis library's backend have been made as per planned work under MDAnalysis' CZI EOSS4 grant. Further details about these will be provided in a future blog post.
367393

368394
- `MDAnalysis.lib.distances` now accepts `AtomGroups` as well as NumPy arrays (PR #3730).
369-
- Timestep has been converted to a Cython Extension type (PR #3683).
370-
395+
- Timestep has been converted to a Cython Extension type (PR #3683).
396+
371397
## Release 2.2.0 of MDAnalysis
372398

373399
In line with NEP29, this version of MDAnalysis drops support for Python 3.7 and raises the minimum NumPy version to 1.19.0. Minimum version support has also been changed for the following packages; `networkx>=2.0`, `scipy>=1.5.0`, `gsd>=1.9.3`. Further details on MDAnalysis future support strategy and NEP29 will be released shortly.
@@ -425,8 +451,8 @@ See the [CHANGELOG](https://github.com/MDAnalysis/mdanalysis/blob/release-2.2.0/
425451

426452
### Known test failures:
427453
- Windows builds
428-
* In some cases users may get permission errors with tests involving symlinks. This should not impact the behaviour of MDAnalysis but may impact the creation of temporary files when using HOLE2 (see: https://github.com/MDAnalysis/mdanalysis/issues/3556).
429-
454+
* In some cases users may get permission errors with tests involving symlinks. This should not impact the behaviour of MDAnalysis but may impact the creation of temporary files when using HOLE2 (see: https://github.com/MDAnalysis/mdanalysis/issues/3556).
455+
430456
## Release 2.1.0 of MDAnalysis
431457

432458
In line with ongoing attempts to align with NEP29, this version of MDAnalysis drops support for Python 3.6 and raises the minimum NumPy version to 1.18.0.
@@ -467,8 +493,8 @@ See the [CHANGELOG](https://github.com/MDAnalysis/mdanalysis/blob/release-2.1.0/
467493
- `pytest-xdist` and more than 4 workers
468494
* Under these conditions a test related to logging for HydrogenBondAnalysis can fail. This is not thought to impact the validity of MDAnalysis. See here for more details: https://github.com/MDAnalysis/mdanalysis/issues/3543
469495
- Windows builds
470-
* In some cases users may get permission errors with tests involving symlinks. This should not impact the behaviour of MDAnalysis but may impact the creation of temporary files when using HOLE2 (see: https://github.com/MDAnalysis/mdanalysis/issues/3556).
471-
496+
* In some cases users may get permission errors with tests involving symlinks. This should not impact the behaviour of MDAnalysis but may impact the creation of temporary files when using HOLE2 (see: https://github.com/MDAnalysis/mdanalysis/issues/3556).
497+
472498
## Release 2.0.0 of MDAnalysis
473499

474500
This is the first version of MDAnalysis to solely support python 3.6+
@@ -534,5 +560,5 @@ See the [CHANGELOG](https://github.com/MDAnalysis/mdanalysis/blob/release-2.0.0/
534560

535561
### Known issues:
536562
- Windows builds
537-
* For some compilers (seen on MVC v.19xx), differences in floating point precision leads to PBC wrapping differing from expected outcomes. This leads to failures in the `MDAnalysisTests.lib.test_augment` tests. To our knowledge this does not significantly affect results (as all other tests pass). We will aim to fix this in version 2.1.0.
538-
563+
* For some compilers (seen on MVC v.19xx), differences in floating point precision leads to PBC wrapping differing from expected outcomes. This leads to failures in the `MDAnalysisTests.lib.test_augment` tests. To our knowledge this does not significantly affect results (as all other tests pass). We will aim to fix this in version 2.1.0.
564+

0 commit comments

Comments
 (0)