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

Ensure compatibility with numpy 2.0.0 #6976

Merged
merged 5 commits into from
Jun 19, 2024

Commits on Jun 17, 2024

  1. Ensure compatibility with numpy 2.0.0

    Following the conversion guide copy=False is no longer required and will result in an error: https://numpy.org/devdocs/numpy_2_0_migration_guide.html#adapting-to-changes-in-the-copy-keyword.
    KennethEnevoldsen committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    8575bbd View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Update src/datasets/formatting/formatting.py

    Co-authored-by: Quentin Lhoest <42851186+lhoestq@users.noreply.github.com>
    KennethEnevoldsen and lhoestq authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    4b72f46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3441b60 View commit details
    Browse the repository at this point in the history
  3. Update src/datasets/formatting/formatting.py

    Co-authored-by: Quentin Lhoest <42851186+lhoestq@users.noreply.github.com>
    KennethEnevoldsen and lhoestq authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e53d6b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. make style

    lhoestq authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5c532a9 View commit details
    Browse the repository at this point in the history