Releases: MDAnalysis/panedr
Releases · MDAnalysis/panedr
PyEDR and PanEDR releases 0.8.0
PyEDR and PanEDR releases 0.7.2
What's Changed
Full Changelog: v0.7.1...v0.7.2
PyEDR and PanEDR releases 0.7.1
What's Changed
- Added support for Python 3.11
- Reduced test data size
- PyEDR now packages test files
See the CHANGELOG for more details.
Pyedr and Panedr 0.7.0
What's Changed
This is a small release in order to add functionality to pyedr necessary for MDAnalysis' GSoC project on reading auxiliary data from EDR files (see: MDAnalysis/mdanalysis#3714)
- Pyedr now returns a dictionary of units PR 56
See the CHANGELOG for more details.
Pyedr and Panedr v0.6.0
Release 0.6.0 of Pyedr and Panedr
This release splits the original Panedr
codebase into two packages; Pyedr
which offers the ability to read EDR files to a dictionary of NumPy arrays, and Panedr
which retains the original functionality of the Panedr
package to read EDR files into a pandas.Dataframe
.
Python compatibility has also been increased to >=3.6.
See the CHANGELOG for more details and a list of other changes.