Skip to content
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

v0.13.2: NumPy 2.0 compatibility by using two import routes for VisibleDeprecationWarning #525

Merged
merged 6 commits into from
Sep 24, 2024

Commits on Sep 23, 2024

  1. Try two import routes for VisibleDeprecationWarning from NumPy

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    94f2d3f View commit details
    Browse the repository at this point in the history
  2. VisibleDeprecationWarning indirectly from orix.constants instead of n…

    …umpy
    
    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    044c06a View commit details
    Browse the repository at this point in the history
  3. Mention NumPy v2 compatibility in changelog

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    cda686a View commit details
    Browse the repository at this point in the history
  4. Bump version to 0.13.2

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f1f34d1 View commit details
    Browse the repository at this point in the history
  5. Clarify condition for removal of VisibleDeprecationWarning import

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    9ccea18 View commit details
    Browse the repository at this point in the history
  6. OK, let's ignore this line to keep 100% coverage...

    Signed-off-by: Håkon Wiik Ånes <hwaanes@gmail.com>
    hakonanes committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    40b6101 View commit details
    Browse the repository at this point in the history