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

Upgrade PyO3 and rust-numpy to 0.21.x and Bound API #1152

Merged
merged 4 commits into from
Apr 2, 2024

Commits on Apr 1, 2024

  1. Upgrade PyO3 and rust-numpy to 0.21.0 and Bound API

    This commit updates rustworkx to the latest release 0.21.0 and updates
    the API usage for the new Bound api. [1] Luckily in rustworkx the usage
    of py references was minimal so the migration effort wasn't too complex,
    it's mostly the iterators.rs module's custom traits that needed to updated
    to handle the new API.
    
    Fixes Qiskit#1150
    
    [1] https://pyo3.rs/v0.21.0/migration#from-020-to-021
    mtreinish committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    420666d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7034c7d View commit details
    Browse the repository at this point in the history
  3. Bump to pyo3 0.21.1

    mtreinish committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    14bddc2 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

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