SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python310-Bottleneck-1.3.8-1.1.x86_64.rpm :

* 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).
* Mon Mar 30 2020 John Vandenberg - Require numpy 1.16.0, removing Python 2 support which provides a lower version- Activate test suite
* Sat Mar 14 2020 Arun Persaud - specfile:
* update copyright year- update to version 1.3.2:
* Bug Fixes + Explicitly declare numpy version dependency in pyproject.toml for Python 3.8, fixing certain cases where pip install would fail. Thanks to AATTgoggle, AATTastrofrog, and AATT0xb0b for reporting. (:issue:`277`)
* Fri Nov 22 2019 Arun Persaud - specfile:
* update copyright year- update to version 1.3.1:
* Bug Fixes + Fix memory leak in :func:`bottleneck.nanmedian` with the default argument of axis=None. Thanks to AATTjsmodic for reporting! (:issue:`276`, :issue:`278`) + Add regression test for memory leak case (:issue:`279`)- changes from version 1.3.0:
* Project Updates + Bottleneck has a new maintainer, Christopher Whelan (AATTqwhelan on GitHub). + Documentation now hosted at https://bottleneck.readthedocs.io + 1.3.x will be the last release to support Python 2.7 + Bottleneck now supports and is tested against Python 3.7 and 3.8. (:issue:`211`, :issue:`268`) + The LICENSE file has been restructured to only include the license for the Bottleneck project to aid license audit tools. There has been no change to the licensing of Bottleneck. + Licenses for other projects incorporated by Bottleneck are now reproduced in full in separate files in the LICENSES/ directory (eg, LICENSES/NUMPY_LICENSE) + All licenses have been updated. Notably, setuptools is now MIT licensed and no longer under the ambiguous dual PSF/Zope license. + Bottleneck now uses PEP 518 for specifying build dependencies, with per Python version specifications (:issue:`247`)
* Enhancements + Remove numpydoc package from Bottleneck source distribution + :func:`bottleneck.slow.reduce.nansum` and :func:`bottleneck.slow.reduce.ss` now longer coerce output to have the same dtype as input + Test (tox, travis, appveyor) against latest numpy (in conda) + Performance benchmarking also available via asv + versioneer now used for versioning (:issue:`213`) + Test suite now uses pytest as nose is deprecated (:issue:`222`) + python setup.py build_ext --inplace is now incremental (:issue:`224`) + python setup.py clean now cleans all artifacts (:issue:`226`) + Compiler feature support now identified by testing rather than hardcoding (:issue:`227`) + The BN_OPT_3 macro allows selective use of -O3 at the function level (:issue:`223`) + Contributors are now automatically cited in the release notes (:issue:`244`)
* Performance + Speed up :func:`bottleneck.reduce.anynan` and :func:`bottleneck.reduce.allnan` by 2x via BN_OPT_3 (:issue:`223`) + All functions covered by asv benchmarks + :func:`bottleneck.nonreduce.replace` speedup of 4x via more explicit typing (:issue:`239`) + :func:`bottleneck.reduce.median` up to 2x faster for Fortran-ordered arrays (:issue:`248`)
* Bug Fixes + Documentation fails to build on Python 3 (:issue:`170`) + :func:`bottleneck.benchmark.bench` crashes on python 3.6.3, numpy 1.13.3 (:issue:`175`) + :func:`bottleneck.nonreduce_axis.push` raises when n=None is explicitly passed (:issue:`178`) + :func:`bottleneck.reduce.nansum` wrong output when a = np.ones((2, 2))[..., np.newaxis] same issue of other reduce functions (:issue:`183`) + Silenced FutureWarning from NumPy in the slow version of move functions (:issue:`194`) + Installing bottleneck onto a system that does not already have Numpy (:issue:`195`) + Memory leaked when input was not a NumPy array (:issue:`201`) + Tautological comparison in :func:`bottleneck.move.move_rank` removed (:issue:`207`, :issue:`212`)
* Cleanup + The ez_setup.py module is no longer packaged (:issue:`211`) + Building documentation is now self-contained in make doc (:issue:`214`) + Codebase now flake8 compliant and run on every commit + Codebase now uses black for autoformatting (:issue:`253`)
 
ICM