File tree Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,28 @@ Release Notes
66These are the major changes made in each release. For details of the changes
77see the commit log at https://github.com/pydata/bottleneck
88
9+ Bottleneck 1.5.0
10+ ================
11+
12+ *Release date: 2025-05-12 *
13+
14+ Maintenance
15+ ~~~~~~~~~~~
16+ - Drop unnecessary build dependency on `wheel `
17+ - Remove 32-bit Linux wheels, because NumPy no longer provides them
18+ - Some code cleanups: removed Python 2.x-specific code paths, fixes for
19+ deprecation warnings coming from `setuptools `
20+
21+ Enhancements
22+ ~~~~~~~~~~~~
23+ - Support for free-threaded CPython
24+ - Improved platform support: wheels for Linux aarch64, macOS x86-64 and arm64,
25+ and free-threaded CPython
26+
927Bottleneck 1.4.2
1028================
1129
12- *Release date: 2024-10-18
30+ *Release date: 2024-10-18 *
1331
1432Maintenance
1533~~~~~~~~~~~
@@ -19,7 +37,7 @@ Maintenance
1937Bottleneck 1.4.1
2038================
2139
22- *Release date: 2024-10-12
40+ *Release date: 2024-10-12 *
2341
2442Maintenance
2543~~~~~~~~~~~~
@@ -29,7 +47,7 @@ Maintenance
2947Bottleneck 1.4.0
3048================
3149
32- *Release date: 2024-06-17
50+ *Release date: 2024-06-17 *
3351
3452Maintenance
3553~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments