Resolve issue/1386, fix numpy.compat deprecation warning#1387
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 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.