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

DM-45226: Change np.float_ to np.float64 #116

Merged
merged 4 commits into from
Jul 25, 2024
Merged

DM-45226: Change np.float_ to np.float64 #116

merged 4 commits into from
Jul 25, 2024

Commits on Jul 25, 2024

  1. Change np.float_ to np.float64

    np.float_ has been removed in numpy 2.
    timj committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    0d56267 View commit details
    Browse the repository at this point in the history
  2. Rename types to requirements.txt

    The types file is meant to be solely for additional type definitions.
    The requirements.txt is meant to include the actual requirements.
    timj committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    fa9b654 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    663f752 View commit details
    Browse the repository at this point in the history
  4. Define where the version file is written

    This allows the mypy reusable action to write the version
    file.
    timj committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    ae56995 View commit details
    Browse the repository at this point in the history