Skip to content

Commit

Permalink
Switch from deprecated xdrlib to mda-xdrlib (#67)
Browse files Browse the repository at this point in the history
* Add mda-xdrlib
  • Loading branch information
IAlibay authored Aug 31, 2023
1 parent 343df2d commit d85fc60
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ The rules for this file:
* Note: rules were not applied before v0.6.0

------------------------------------------------------------------------------
??/??/???? IAlibay

* 0.8.0

Changes

* The mda-xdrlib library is now used instead of the deprecated xdrlib
Python library (PR #67)

12/15/2022 BFedder, IAlibay

* 0.7.1
Expand Down
2 changes: 1 addition & 1 deletion pyedr/pyedr/pyedr.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
.. autofunction:: edr_to_dict
"""
import xdrlib
from mda_xdrlib import xdrlib
import collections
import warnings
import sys
Expand Down
1 change: 1 addition & 0 deletions pyedr/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
numpy>=1.19.0
pbr
tqdm
mda-xdrlib
1 change: 1 addition & 0 deletions pyedr/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ install_requires =
numpy
pbr
tqdm
mda-xdrlib

[options.extras_require]
test =
Expand Down

0 comments on commit d85fc60

Please sign in to comment.