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 Rust crate pyo3 to v0.22.3 #136

Merged
merged 1 commit into from
Sep 16, 2024
Merged

Update Rust crate pyo3 to v0.22.3 #136

merged 1 commit into from
Sep 16, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 15, 2024

This PR contains the following updates:

Package Type Update Change
pyo3 dependencies patch =0.22.2 -> =0.22.3

Release Notes

pyo3/pyo3 (pyo3)

v0.22.3: PyO3 0.22.3

Compare Source

This release contains a number of quality improvements building upon PyO3 0.22.2.

Python function calls (using .call0(), .call1(args) and .call(args, kwargs)) will now make use of the "vectorcall" calling conventions where possible, which can reduce overheads in many cases.

There have been several fix-ups to PyO3's FFI definitions. A new pyo3::ffi::compat namespace has been added which offers some backwards-compatible implementations of Python APIs otherwise normally only available on recent Pythons.

There have been numerous other bug-fixes and minor tweaks to improve user experience.

Thank you to the following contributors for the improvements:

@​birkenfeld
@​ChayimFriedman2
@​csernazs
@​davidhewitt
@​Icxolu
@​jakelishman
@​LilyFoote
@​ngoldbaum
@​Zyell


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependency label Sep 15, 2024
Copy link

Benchmark for 02d7e56

Click to view benchmark
Test Base PR %
Reclass::inventory() multi-threaded 1645.9±86.68µs 1655.1±132.92µs +0.56%
Reclass::inventory() single-threaded 3.6±0.05ms 3.7±0.05ms +2.78%

@simu simu merged commit dcabbac into main Sep 16, 2024
18 checks passed
@simu simu deleted the renovate/pyo3-0.x branch September 16, 2024 07:42
@simu simu removed the dependency label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant