SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python312-blosc-1.11.2-2.2.x86_64.rpm :

* Tue Jul 09 2024 ecsos - Fix build error and remove with clause \"with %python-numpy < 2\", because version 2 now supported. See changelog below.
* Sat Jun 29 2024 Dirk Müller - update to 1.11.2:
* Add support for NumPy 2.0. Thanks to Michał Górny.
* Internal C-Blosc sources updated to 1.21.6.
* Add assembly source in MANIFEST.in. Thanks to Ben Hekster.
* Deprecated support for Python 3.8 and added support for Python 3.12.
* Some fixes in the building process.
* Fri Apr 26 2024 Ben Greiner - Pin to numpy < 2 -- gh#Blosc/python-blosc#327
* Sat Jun 10 2023 ecsos - Add %{?sle15_python_module_pythons}
* Fri Feb 17 2023 Ben Greiner - Update to version 1.11.1
* Many small code improvements, improved consistency and typo fixes. Thanks to Dimitri Papadopoulos Orfanos.
* Support for Python 3.11. Support for Python 3.7 has been dropped. Thanks to Dimitri Papadopoulos Orfanos.
* Several other fixes, mainly related with the building process, which should be more solid now in different situations.- Release 1.10.6
* Add a missed cmake folder to distributed files. See #253. Thanks to Ben Greiner.- Release 1.10.5
* Re-enable the possibility to use an already installed C-Blosc library. See #244. Thanks to Ben Greiner.- Release 1.10.4
* Update blosc.nthreads when blosc.set_nthreads() is called. Fixes #246- Drop use-system-blosc.patch- PEP517 build
* Sat Feb 13 2021 Ben Greiner - Update to version 1.10.2
* (Upstream bumped the version to release their wheels)
* Officially drop support for Python < 3.7. Although we did not any explicit action that is incompatible with older Python versions, we only provide wheels for Python >= 3.7 (til 3.9).- Skip python36 build on TW, because upstream dropped support and numpy follows NEP 29- Use the system provided Blosc library
* use-system-blosc.patch gh#Blosc/python-blosc#244
* Sun Dec 20 2020 andy great - Update to version 1.9.2.
* Internal C-Blosc updated to 1.20.1. This fixes https://github.com/Blosc/python-blosc/issues/229, and also brings many new updates in internal codecs, providing interesting bumps in performance in some cases.
* Due to recent addition of more cores in new CPUs, the number of internal threads to be used by default has been increased from 4 to 8.
* Allow zero-copy decompression by allowing bytes-like input.
* Fix DeprecationWarning due to invalid escape sequence and use array.tobytes for Python 3.9.
* Thu Aug 20 2020 Bernhard Wiedemann - Disable AVX2 to avoid compile-time CPU-detection (boo#1100677)
* Fri Jul 17 2020 Guillaume GARDET - Enable build on all archs
* Wed Jul 08 2020 Marketa Calabkova - Update to 1.9.1
* Disable the attempt to include support for SSE2 and AVX2 on non-Intel platforms, allowing the build on such platforms (see #244).
* Dropped support for Python 2.7 and 3.5.
* Fixed the copy of the leftovers of a chunk when its size is not a multiple of the typesize.
 
ICM