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

Update PyO3 and Rust Numpy to 0.18.0 #787

Merged
merged 5 commits into from
Feb 1, 2023
Merged

Commits on Jan 20, 2023

  1. Update PyO3 and Rust Numpy to 0.18.0

    The latest releases of PyO3 and rust numpy were just released. The
    changelogs for both can be found at:
    
    https://pyo3.rs/v0.18.0/changelog
    
    and
    
    https://github.com/PyO3/rust-numpy/blob/main/CHANGELOG.md
    
    Since the two releases are tightly coupled this commit opts to update
    them together instead of the normal dependabot workflow. Similarly some
    of our usage (mainly around signatures and argument ordering) for
    building a python interface using PyO3 has been deprecated. That usage
    is also updated in this PR to avoid compilation warnings, which will be
    treated as errors by clippy in CI.
    mtreinish committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    c225091 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6c2497 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    9a23f22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    623d250 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0069b79 View commit details
    Browse the repository at this point in the history