Changelog for
python311-Bottleneck-1.4.2-2.2.x86_64.rpm :
* Fri Dec 06 2024 Ben Greiner
- Only Python 3.9+ is supported
* Tue Oct 22 2024 Dirk Müller - update to 1.4.2:
* Add python_requires to setup.py to limit build to 3.9+
* Update the classifiers
* Deprecate Python 3.7 and 3.8
* Add python 3.13 build
* Mon Jul 01 2024 Steve Kowalik - Update to 1.4.0:
* Building against numpy 2.0, which ships new backwards compatible ABI
* Update CI config- Remove numpy upper bound.
* Fri Apr 19 2024 Ben Greiner - Update to 1.3.8
* Maintenance updates- Pin to numpy < 2: Fails to build otherwise. Upstream is working on it.
* Tue Mar 14 2023 Dirk Müller - update to 1.3.7:
* Python 3.11 wheel available
* Fri Jan 20 2023 Dirk Müller - update to 1.3.6:
* Fix ValueError: cannot convert float NaN to integer with new numpy version
* Python 3.6 wheel won\'t be built anymore because of the deprecation in the associated Python Github action
* Fri Dec 23 2022 Ben Greiner - Skip a failing test -- gh#pydata/bottleneck#423- Add rpmlintrc
* Sun Aug 14 2022 Arun Persaud - update to version 1.3.5:
* Bug Fixes + Fix numpy deprecation of non-tuple indices
* Enhancements + Switch build to manylinux_2_24_x86_64 using cibuildwheel
* Sat Mar 12 2022 Arun Persaud - specfile:
* update copyright year- update to version 1.3.4:
* Bug Fixes + Fix Memory leak with big-endian data- changes from version 1.3.3:
* Bug Fixes + Fix Python 3.10 build
* Enhancements + Provide pre-compiled wheels for most x86_64 architectures
* Wed Feb 17 2021 Benjamin Greiner - Skip python36 build: NumPy 1.20 in Tumbleweed does not provide python36-numpy anymore (NEP 29).