xgi-org / xgi

CompleX Group Interactions (XGI) is a Python package for higher-order networks.
https://xgi.readthedocs.io
Other
180 stars 28 forks source link

Fix Numpy 2.0 breaking changes #547

Closed nwlandry closed 3 months ago

nwlandry commented 4 months ago

This PR fixes the breaking changes with Numpy 2.0. Merging this PR should wait until Numpy 2.0 is released. This branch was tested on Numpy version 2.0.0rc2.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.35%. Comparing base (8ab20d8) to head (d6624a4). Report is 44 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #547 +/- ## ========================================== - Coverage 92.35% 92.35% -0.01% ========================================== Files 60 60 Lines 4500 4498 -2 ========================================== - Hits 4156 4154 -2 Misses 344 344 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

nwlandry commented 3 months ago

@thomasrobiglio --- since Numpy 2.0 is now released, this PR is ready for review. Thanks!

nwlandry commented 3 months ago

Thanks @thomasrobiglio!!