Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
devel:languages:python:backports
python-numcodecs
python-numcodecs.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python-numcodecs.changes of Package python-numcodecs
------------------------------------------------------------------- Wed Sep 25 09:24:56 UTC 2024 - Ben Greiner <code@bnavigator.de> - Update to 0.13.0 ## Enhancements * Add checksum flag to zstd and sets the default level to 0. By Norman Rzepka, #519. * Add PCodec By Ryan Abernathey, #501. * Use PyData theme for docs By John Kirkham, #485. ## Fix * Fix VLenUTF8 encoding for read-only buffers. By Isaac Virshup, #514. * Fix Upgrade to Zstd 1.5.5 due to potential corruption. By Mark Kittisopikul, #429 * Add version constraint(<2.0) for numpy in zfpy. By Tom Liang, #540. ## Maintenance * The minimum supported Python version is now Python 3.10. By David Stansby, #531 * Add numpy 2 compatibility. By David Stansby, #535 * Update c-blosc to 1.21.0 to 1.21.5, zstd from 1.4.8 to 1.5.5, lz4 from 1.9.3 to 1.9.4, and zlib from 1.2.8 to to 1.2.13 By Mark Kittisopikul, #500 - Replace unbundle-libs.patch with numcodecs-pr569-systemlibs.patch * gh#zarr-developers/numcodecs#569 - Add numcodecs-blosc-snappy-test.patch so that the test doesn't fail from finding the unexpectedly finding the codec in the systemlib. ------------------------------------------------------------------- Fri Mar 29 14:19:22 UTC 2024 - ecsos <ecsos@opensuse.org> - Add %{?sle15_python_module_pythons} ------------------------------------------------------------------- Mon Mar 18 03:28:54 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com> - Add missing BuildRequires on importlib-metadata for the testsuite. ------------------------------------------------------------------- Thu Jan 25 07:14:05 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com> - Update to 0.12.1: * Codec is now derived from abc.ABC By Mads R. B. Kristensen, #472. * Fix handling of entry points on older Python versions where importlib_metadata compatibility is concerned By Vyas Ramasubramani, #478. * Make shuffle pyx functions noexcept By Martin Durant, #477. * Add fletcher32 checksum codec By Martin Durant, #410. * Add jenkins_lookup3 checksum codec By Mark Kittisopkul, #445. * Support Python 3.12. By John Kirkham, #471. * Cleanup imports in adhoc/blosc_memleak_check.py By John Kirkham, #408. - Drop patches move-from-entrypoints.patch, numcodecs-pr417-raggednumpy.patch: * Included upstream. ------------------------------------------------------------------- Mon Aug 28 02:21:23 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com> - Add patch move-from-entrypoints.patch: * Drop requirements on entrypoints, use importlib.metadata. ------------------------------------------------------------------- Thu Jan 12 16:00:40 UTC 2023 - Ben Greiner <code@bnavigator.de> - Update to 0.11.0 * Speed up isinstance checks of numcodecs.ndarray_like.NDArrayLike, numcodecs.ndarray_like.DType and numcodecs.ndarray_like.FlagsObj. By Andreas Poehlmann, #379. * Remove unnecessary None argument to .get(), it is the default value. By Dimitri Papadopoulos Orfanos, #395. * Apply refurb suggestions. By Dimitri Papadopoulos Orfanos, #372. * Migrate codespell configuration to pyproject.toml and get rid of setup.cfg. By Dimitri Papadopoulos Orfanos #374. * Unvendor cpuinfo. By Dimitri Papadopoulos Orfanos #373. * Drop headers. By John Kirkham, #375. * Remove Python 2 code. By Dimitri Papadopoulos Orfanos #368, #387. * Support Python 3.11. By Dimitri Papadopoulos Orfanos, #369. * Drop Python 3.7. By John Kirkham,, #405 #406. * Test with zfpy 1.0.0. By John Kirkham, #385. * Remove vendored C files and re-generate them on the fly using Cython. Add a pyproject.toml file to define Cython as a build dependency. By Dimitri Papadopoulos Orfanos, #369. * Add tests for all registry classes. By Josh Moore, #349. * Finish pyproject.toml migration. By John Kirkham #382. - Add numcodecs-pr417-raggednumpy.patch * gh#zarr-developers/numcodecs#417 - Refresh unbundle-libs.patch for system blosc supporting snappy * gh#zarr-developers/numcodecs#264 ------------------------------------------------------------------- Sun Sep 25 20:23:44 UTC 2022 - Arun Persaud <arun@gmx.de> - specfile: * update copyright year * require python >= 3.7 - update to version 0.10.2: * Fix + Add BitRound (0.10.0) to registry. By Josh Moore, #342. - changes from version 0.10.1: * Maintenance + Add entrypoints to setup.py. By Josh Moore, #332. + Fix spelling. By Dimitri Papadopoulos Orfanos, #336. + Drop Python 3.6 from tests By Dimitri Papadopoulos Orfanos, #338, #339. + Remove trailing spaces and empty lines. By Dimitri Papadopoulos Orfanos, #341. + Add LGTM.com configuration file By Dimitri Papadopoulos Orfanos, #337. - changes from version 0.10.0: * Enhancements + Add support of alternative array classes (other than NumPy arrays) By Mads R. B. Kristensen, #305. + Add ability to find codecs via entrypoint numcodecs.codecs. By Martin Durant, #290. + Add bitround codec By Ryan Abernathy and Martin Durant, #298. + Introduce a flat option to ensure_contiguous_ndarray to switch off flatten for ZFPY codec By Haiying Xu, #307. * Bug fixes + Fix a flatten array error for ZFPY, ZFPY codec is supported on Python 3.9 and 3.10 on Linux and MacOS, the docs about ZFPY is also available. By Haiying Xu, John Kirkham, Ryan Abernathey #303. + Codex: make encode and decode @abstractmethods By Mads R. B. Kristensen, #306. + Fix expected result test for Shuffle. By Elliott Sales de Andrade, #282. * Maintenance + Multiple code linting fixes. By Dimitri Papadopoulos Orfanos, #295, #294, #293, and #292. + Drop Python 3.6 By Josh Moore, #318. + Fix macOS Python 3.10 By John Kirkham, #311. + chore: bump cibuildwheel version, use action By Henry Schreiner, #309. + Specify language as ‘en’ instead of None. By John Kirkham, #329. + Move master to main. By John Kirkham, #322. + Drop fastparquet benchmark. By John Kirkham, #321. + Trim wheel builds. By John Kirkham, #320. - changes from version 0.9.1: * Fix inaccurate docstrings for Blosc. By James Webber, #287. - changes from version 0.9.0: * c-blosc upgrade 1.18.1 -> 1.21.0. Warning: this temporarily removes support for snappy compression! By kindjacket, #283. * Fix an ImportError with Blosc on Android. By Daniel Jewell, #284. - changes from version 0.8.1: * Fix an ImportError with Blosc on Android. By Daniel Jewell, #284. - changes from version 0.8.0: * The numcodecs.zfpy.ZFPY codec is now supported on Python 3.8 if zfpy==0.5.5 is installed. By haiying xu, #229. * Add support for byte Shuffle filter By Paul Branson and Martin Durant #273. * Update Windows + Mac CI to run all tests. By Jackson Maxfield Brown, #276. Help from Oleg Höfling, #273. * Update cpuinfo to 8.0.0. By Florian Jetter, #280. * Drop out-of-date manual release docs. By John Kirkham, #272. * Add support for Python 3.9 and Update GitHub Actions. ------------------------------------------------------------------- Mon Apr 25 11:13:12 UTC 2022 - Bernhard Wiedemann <bwiedemann@suse.com> - Disable AVX2 to make package build reproducible (boo#1198818) ------------------------------------------------------------------- Sat Apr 17 14:41:47 UTC 2021 - Ben Greiner <code@bnavigator.de> - Update to v0.7.3 * Add support for Python 3.9 - Disable python36 build (NumPy not available, NEP 29) ------------------------------------------------------------------- Mon Dec 28 12:24:07 UTC 2020 - Benjamin Greiner <code@bnavigator.de> - initial specfile for v0.7.2 - use and link against system provided blosc, zstd, lz4 * unbundle-libs.patch * gh#zarr-developers/numcodecs#264 - required by zarr, which is required by dask
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor