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

release: 0.21.2 #4037

Merged
merged 13 commits into from
Apr 16, 2024
Merged

release: 0.21.2 #4037

merged 13 commits into from
Apr 16, 2024

Conversation

davidhewitt
Copy link
Member

WIP holding branch for cherry-picks for the 0.21.2 patch release. I think at least #4036 also needs fixing first, and also I'd like to see cryptography finish updating to 0.21 before we bother pushing another patch.

@davidhewitt davidhewitt changed the base branch from main to release-0.21 April 2, 2024 20:33
@alex
Copy link
Contributor

alex commented Apr 2, 2024 via email

Copy link

codspeed-hq bot commented Apr 2, 2024

CodSpeed Performance Report

Merging #4037 will degrade performances by 20.83%

Comparing release-0.21.2 (c58c670) with release-0.21 (d854ea0)

Summary

⚡ 2 improvements
❌ 1 regressions
✅ 65 untouched benchmarks

🆕 4 new benchmarks

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark release-0.21 release-0.21.2 Change
extract_float_extract_success 316.7 ns 400 ns -20.83%
drop_many_objects 68.6 µs 55.2 µs +24.24%
🆕 test_method_call N/A 19.5 µs N/A
🆕 test_method_call_py N/A 19.7 µs N/A
🆕 test_proto_call N/A 18.7 µs N/A
🆕 test_proto_call_py N/A 19.8 µs N/A
test_simple_py 30.3 µs 26 µs +16.47%

Icxolu and others added 10 commits April 4, 2024 19:08
…elf` (#4045)

* add descriptive error msg for `__traverse__` receivers other than `self`

* add newsfragment

* improve error message
Fix incorrect closing brackets
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3 to 4.
- [Release notes](https://github.com/peaceiris/actions-gh-pages/releases)
- [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md)
- [Commits](peaceiris/actions-gh-pages@v3...v4)

---
updated-dependencies:
- dependency-name: peaceiris/actions-gh-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* add `#[doc(hidden)]` to the Rust module created by `#[pymodule]`

* add newsfragment
* fix declarative-modules compile error

* add newsfragment
…fects in macro code (#4074)

* Resolve references to legacy numerical constants and use the associated constants instead

* Suppress non_local_definitions lint as we often want the non-local effects in macro code
@davidhewitt davidhewitt marked this pull request as ready for review April 14, 2024 13:34
@davidhewitt
Copy link
Member Author

I think we've now collected quite a few fixes here and this is ready to be pushed; I'll publish this release on Tuesday unless I hear a reason to wait!

@Icxolu
Copy link
Contributor

Icxolu commented Apr 14, 2024

We forgot a deprecation working for PySet::empty, maybe that worth adding here?

@davidhewitt
Copy link
Member Author

We forgot a deprecation working for PySet::empty, maybe that worth adding here?

Ah good catch, good idea! I'll take a look at that this evening hopefully if nobody opens a PR sooner...

* Deprecate the `PySet::empty` gil-ref constructor

* add newsfragment
@davidhewitt davidhewitt merged commit a646a82 into release-0.21 Apr 16, 2024
35 checks passed
@davidhewitt davidhewitt deleted the release-0.21.2 branch April 16, 2024 07:57
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.

9 participants