Release 2.4.2 of MDAnalysis
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.
Bug fixes
- 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) - Fixed upcoming incompatibilities with NumPy 1.25 in
MDAnalysis.visualization.streamlines_3D
andMDAnalysis.visualization.streamlines
where incorrect comparison of the truth of arrays would have led to failures (PR #3977)