Revisions of python-zarr
buildservice-autocommit
accepted
request 1203567
from
Markéta Machová (mcalabkova)
(revision 34)
baserev update by copy to link target
Markéta Machová (mcalabkova)
accepted
request 1203519
from
Benjamin Greiner (bnavigator)
(revision 33)
- Update to 2.18.3 * Update TEAM.md by @jhamman in #2071 * [v2] Fix doctests with numpy 2.0 by @dstansby in #2073 * Fix version number in built docs by @dstansby in #2044 * Fix orthogonal indexing with a scalar by @dcherian in #1947 * [v2] Drop support for Python 3.9 by @dstansby in #2074 * Fix Array.array for numpy 2.1 by @dstansby in #2106 * Bump test version of numcodecs by @dstansby in #2114 * fix: numpy 1.24 compat for Array.array by @jhamman in #2123 * Deprecate N5Store by @jhamman in #2103 * Run tests on numpy 1.23 by @dstansby in #2124 * chore: bump minimum numpy version to 1.24 by @jhamman in #2127 - Revert the numpy1 restriction - Add zarr-numcodecs-zstd-test.patch: * Allow older numcodecs < 0.13 in zstd tests * Overrides gh#zarr-developers/zarr-python#2114
buildservice-autocommit
accepted
request 1202874
from
Markéta Machová (mcalabkova)
(revision 32)
baserev update by copy to link target
Markéta Machová (mcalabkova)
committed
(revision 31)
Markéta Machová (mcalabkova)
accepted
request 1202743
from
Eric Schirra (ecsos)
(revision 30)
- Fix build error and use python1
buildservice-autocommit
accepted
request 1183912
from
Dirk Mueller (dirkmueller)
(revision 29)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 28)
- update to 2.18.2: * Add Zstd codec to old V3 code path. * Fix a regression when getting or setting a single value from arrays with size-1 chunks.
buildservice-autocommit
accepted
request 1174207
from
Factory Maintainer (factory-maintainer)
(revision 27)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 26)
- update to 2.18.0: * Performance improvement for reading and writing chunks if any of the dimensions is size 1. * Enable ruff/bugbear rules (B) and fix issues. * Minor updates to use np.inf instead of np.PINF / np.NINF in preparation for NumPy 2.0.0 release. * Deprecate experimental v3 support by issuing a FutureWarning. Also updated docs to warn about using the experimental v3 version. * Deprecate the following stores: :class:`zarr.storage.DBMStore`, :class:`zarr.storage.LMDBStore`, :class:`zarr.storage.SQLiteStore`, :class:`zarr.storage.MongoDBStore`, :class:`zarr.storage.RedisStore`, and :class:`zarr.storage.ABSStore`. These stores are slated to be removed from Zarr-Python in version 3.0.
buildservice-autocommit
accepted
request 1169325
from
Dirk Mueller (dirkmueller)
(revision 25)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 24)
Dirk Mueller (dirkmueller)
committed
(revision 23)
- update to 2.17.2: * [v3] Dramatically reduce number of __contains__ requests in favor of optimistically calling __getitem__ and handling any error that may arise. * [v3] Reuse the downloaded array metadata when creating an Array. * Optimize Array.info so that it calls getsize only once. * Override IPython _repr_*_ methods to avoid expensive lookups against object stores. * FSStore now raises rather than return bad data. * Add CI test environment for Python 3.12 * Bump minimum supported NumPy version to 1.23 (per spec 0000)
buildservice-autocommit
accepted
request 1159085
from
Markéta Machová (mcalabkova)
(revision 22)
baserev update by copy to link target
Markéta Machová (mcalabkova)
accepted
request 1158613
from
Benjamin Greiner (bnavigator)
(revision 21)
- Update to 2.17.1 * Change occurrences of % and format() to f-strings. By Dimitri Papadopoulos Orfanos #1423. * Proper argument for numpy.reshape. By Dimitri Papadopoulos Orfanos #1425. * Add typing to dimension separator arguments. By David Stansby #1620. - Release 2.17.0 * Added type hints to zarr.creation.create(). By David Stansby #1536. * Pyodide support: Don’t require fasteners on Emscripten. By Hood Chatham #1663.
buildservice-autocommit
accepted
request 1139963
from
Daniel Garcia (dgarcia)
(revision 20)
baserev update by copy to link target
Daniel Garcia (dgarcia)
committed
(revision 19)
- skip broken tests in s390x, gh#zarr-developers/zarr-python#1375 bsc#1218611
buildservice-autocommit
accepted
request 1135342
from
Dirk Mueller (dirkmueller)
(revision 18)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 17)
- update to 2.16.1: * Require ``setuptools_scm`` version ``1.5.4``\+ * Add ``docs`` requirements to ``pyproject.toml`` * Fixed caching issue in ``LRUStoreCache``. * More maintenance changes, special thanks to Outreachy participants * Improve Zarr V3 support, adding partial store read/write and * N5 nows supports Blosc. Remove warnings emitted when using N5Store * Implement more extensive fallback of getitem/setitem for - required by dask
buildservice-autocommit
accepted
request 1101762
from
Matej Cepl (mcepl)
(revision 16)
baserev update by copy to link target
Matej Cepl (mcepl)
accepted
request 1101748
from
Markéta Machová (mcalabkova)
(revision 15)
- update to version 2.16 * Migrate to pyproject.toml and remove redundant infrastructure. * Require setuptools 64.0.0+ * Bump to NumPy 1.20+ in environment.yml. * More maintenance changes, special thanks to Outreachy participants for contributing to most of the maintenance PRs. * Improve Zarr V3 support, adding partial store read/write and storage transformers. * N5 nows supports Blosc. Remove warnings emitted when using N5Store or N5FSStore with a blosc-compressed array. * Implement more extensive fallback of getitem/setitem for orthogonal indexing. * Getitems supports meta_array. * Allow for partial codec specification in V3 array metadata. * Implemented blockwise (chunk blocks) indexing to zarr.Array.
Displaying revisions 1 - 20 of 34