Skip to content

Releases: MDAnalysis/panedr

PyEDR and PanEDR releases 0.8.0

23 Dec 15:13
af323ac
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.2...v0.8.0

PyEDR and PanEDR releases 0.7.2

04 Sep 10:04
2ecb25d
Compare
Choose a tag to compare

What's Changed

  • Switch from deprecated xdrlib to mda-xdrlib by @IAlibay in #67

Full Changelog: v0.7.1...v0.7.2

PyEDR and PanEDR releases 0.7.1

15 Dec 20:56
b5338b1
Compare
Choose a tag to compare

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

02 Sep 11:03
a66de99
Compare
Choose a tag to compare

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

15 Jul 20:12
ccfdc89
Compare
Choose a tag to compare

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.