@@ -14,29 +14,32 @@ The rules for this file:
1414
1515
1616-------------------------------------------------------------------------------
17- ??/??/?? IAlibay, ChiahsinChu, RMeli, tanishy7777, talagayev, tylerjereddy,
17+ 03/11/25 IAlibay, ChiahsinChu, RMeli, tanishy7777, talagayev, tylerjereddy,
1818 marinegor, hmacdope, jauy123, al42and
1919
2020 * 2.9.0
2121
2222Fixes
2323 * Add support for TPR files produced by GROMACS 2024.4 and GROMACS 2025.0
24- * Fixes invalid default unit from Angstrom to Angstrom^{-3} for convert_density() function. (Issue #4829)
25- * Fixes deprecation warning Array to scalar convertion. Replaced atan2() with np.arctan2() (Issue #4339)
24+ * Fixes invalid default unit from Angstrom to Angstrom^{-3} for
25+ convert_density() function. (Issue #4829)
26+ * Fixes deprecation warning Array to scalar convertion. Replaced atan2()
27+ with np.arctan2() (Issue #4339)
2628 * Replaced mutable defaults with None and initialized them within
2729 the function to prevent shared state. (Issue #4655)
2830
2931Enhancements
3032 * Improve distopia backend support in line with new functionality available
3133 in distopia >= 0.3.1 (PR #4734)
3234 * Addition of 'water' token for water selection (Issue #4839)
33- * Enables parallelization for analysis.density.DensityAnalysis (Issue #4677, PR #4729)
35+ * Enables parallelization for analysis.density.DensityAnalysis
36+ (Issue #4677, PR #4729)
3437 * Enables parallelization for analysis.contacts.Contacts (Issue #4660)
3538 * Enable parallelization for analysis.nucleicacids.NucPairDist (Issue #4670)
36- * Add check and warning for empty (all zero) coordinates in RDKit converter (PR #4824)
39+ * Add check and warning for empty (all zero) coordinates in RDKit converter
40+ (PR #4824)
3741 * Added `precision` for XYZWriter (Issue #4775, PR #4771)
3842
39-
4043Changes
4144 * MDAnalysis.analysis.psa, MDAnalysis.analysis.waterdynamics and
4245 MDAnalysis.analysis.hole2 are now no longer available by default in
@@ -46,8 +49,6 @@ Changes
4649 * Changed `fasteners` dependency to `filelock` (Issue #4797, PR #4800)
4750 * Codebase is now formatted with black (version `24`) (PR #4886)
4851
49- Deprecations
50-
5152
525311/11/24 IAlibay, HeetVekariya, marinegor, lilyminium, RMeli,
5354 ljwoods2, aditya292002, pstaerk, PicoCentauri, BFedder,
0 commit comments