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

Extend support to Python 3.12 #484

Merged
merged 16 commits into from
Jun 18, 2024
Merged

Extend support to Python 3.12 #484

merged 16 commits into from
Jun 18, 2024

Commits on Mar 22, 2024

  1. Extend support to Python 3.12

    Bump Python version in CI to check if all tests pass and documentation
    builds properly in the latest version of Python.
    santisoler committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    2eb8ef7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2c0b85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d66f2b View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    b650719 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5b74e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8f29de View commit details
    Browse the repository at this point in the history
  4. Require verde >= 1.8.1

    santisoler committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    5210afa View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    132b683 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    7573be3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96fbef1 View commit details
    Browse the repository at this point in the history
  3. Bump minimum versions for sklearn and xarray

    Use the same minimum versions as Verde
    santisoler committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    eaa7358 View commit details
    Browse the repository at this point in the history
  4. Require Numpy < 2.0.0

    We can fix the issues with Numpy 2.0.0 in a separate PR.
    santisoler committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a337072 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41c4004 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Update examples in docstrings to support Numpy 2

    Convert Numpy scalars to Python numbers so the outputs of examples that
    are being compared when running doctests support Numpy>=2.0.
    santisoler committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    2083afe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e6daf8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef159b6 View commit details
    Browse the repository at this point in the history