Revisions of python-zarr

buildservice-autocommit accepted request 1174207 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 27)
baserev update by copy to link target
Dirk Mueller's avatar 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's avatar Dirk Mueller (dirkmueller) (revision 25)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 24)
Dirk Mueller's avatar 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á's avatar Markéta Machová (mcalabkova) (revision 22)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 1158613 from Benjamin Greiner's avatar 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's avatar Daniel Garcia (dgarcia) (revision 20)
baserev update by copy to link target
Daniel Garcia's avatar 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's avatar Dirk Mueller (dirkmueller) (revision 18)
baserev update by copy to link target
Dirk Mueller's avatar 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's avatar Matej Cepl (mcepl) (revision 16)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1101748 from Markéta Machová's avatar 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.
buildservice-autocommit accepted request 1101037 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 14)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 13)
- set python311 context for SLE15
buildservice-autocommit accepted request 1065616 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 12)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1064737 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 11)
update to latest version
buildservice-autocommit accepted request 1002709 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 10)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1002420 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 9)
update to latest version
Matej Cepl's avatar Matej Cepl (mcepl) committed (revision 8)
- Update to 2.9.5:
  - Fix FSStore.listdir behavior for nested directories (replaces
    now unnecessary skip-825-TestFSStore-test_create.patch).
  - Fix structured arrays that contain objects (which replaces
    zarr-pr802-fsspec-2021-07.patch).
Displaying revisions 1 - 20 of 27
openSUSE Build Service is sponsored by