Skip to content

RLS: add v1.5.0 release notes #478

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

Merged
merged 1 commit into from
May 12, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 21 additions & 3 deletions RELEASE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,28 @@ Release Notes
These are the major changes made in each release. For details of the changes
see the commit log at https://github.com/pydata/bottleneck

Bottleneck 1.5.0
================

*Release date: 2025-05-12*

Maintenance
~~~~~~~~~~~
- Drop unnecessary build dependency on `wheel`
- Remove 32-bit Linux wheels, because NumPy no longer provides them
- Some code cleanups: removed Python 2.x-specific code paths, fixes for
deprecation warnings coming from `setuptools`

Enhancements
~~~~~~~~~~~~
- Support for free-threaded CPython
- Improved platform support: wheels for Linux aarch64, macOS x86-64 and arm64,
and free-threaded CPython

Bottleneck 1.4.2
================

*Release date: 2024-10-18
*Release date: 2024-10-18*

Maintenance
~~~~~~~~~~~
Expand All @@ -19,7 +37,7 @@ Maintenance
Bottleneck 1.4.1
================

*Release date: 2024-10-12
*Release date: 2024-10-12*

Maintenance
~~~~~~~~~~~~
Expand All @@ -29,7 +47,7 @@ Maintenance
Bottleneck 1.4.0
================

*Release date: 2024-06-17
*Release date: 2024-06-17*

Maintenance
~~~~~~~~~~~~
Expand Down