-
Notifications
You must be signed in to change notification settings - Fork 164
Resolve issue/1386, fix numpy.compat deprecation warning
#1387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I just stumbled upon this same issue as ParmEd in AmberTools broke after NumPy upgrade in Arch Linux. I am glad to report that this patch solves the issue. Why is the change not passing the CI pipelines? |
|
Not sure looking into this now |
|
The tests were failing on my local machine due to issues with downloading from the RCSB FTP site. RCSB deprecated the FTP protocol as of 2024-11-01 as discussed here. I have created a new issue 1408 to discuss the move from FTP to HTTP/S. I have updated the calls to There was also a single test ( |
|
Hopefully these changes can now be merged. |
|
Should resolve ParmEd/ParmEd !1406 |
swails
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
|
@swails any chance we can get a new release so we can build a conda-forge pacakge with this fix? |
numpy.compathas been deprecated in numpy 2 and will be released in future versions. To prevent this from breaking ParmEd,asbytesandasstrhave been implemented in place in theparmed/utls/netcdf.pyfile.