Zarr

Latest version: v3.0.6

Safety actively analyzes 722344 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 15

3.0.0alpha.2

What's Changed
* Fixed MemoryStore.list_dir by TomAugspurger in https://github.com/zarr-developers/zarr-python/pull/2117
* Feature/recursive members by TomAugspurger in https://github.com/zarr-developers/zarr-python/pull/2118
* Fix dtype type error by dstansby in https://github.com/zarr-developers/zarr-python/pull/2136
* mypy fixes for NumPy 2.1.0 by TomAugspurger in https://github.com/zarr-developers/zarr-python/pull/2139
* Initial GPU support by akshaysubr in https://github.com/zarr-developers/zarr-python/pull/1967
* [v3] clean up `create_array` signatures in group/asyncgroup classes by jhamman in https://github.com/zarr-developers/zarr-python/pull/2132

New Contributors
* akshaysubr made their first contribution in https://github.com/zarr-developers/zarr-python/pull/1967

**Full Changelog**: https://github.com/zarr-developers/zarr-python/compare/v3.0.0-alpha.1...v3.0.0-alpha.2

3.0.0alpha.1

What's Changed
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/zarr-python/pull/1957
* Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 in the actions group by dependabot in https://github.com/zarr-developers/zarr-python/pull/1969
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/zarr-python/pull/1973
* [v3] add json indentation to config by d-v-b in https://github.com/zarr-developers/zarr-python/pull/1952
* Clean up typing and docs for indexing by brokkoli71 in https://github.com/zarr-developers/zarr-python/pull/1961
* `parse_shapelike` allows 0 by d-v-b in https://github.com/zarr-developers/zarr-python/pull/1979
* 0 dim arrays: indexing by d-v-b in https://github.com/zarr-developers/zarr-python/pull/1980
* [v3] Elevate codec pipeline by d-v-b in https://github.com/zarr-developers/zarr-python/pull/1932
* Update `RemoteStore.__str__` and add UPath tests by d-v-b in https://github.com/zarr-developers/zarr-python/pull/1964
* Automatically generate API reference docs by dstansby in https://github.com/zarr-developers/zarr-python/pull/1918
* Fix doc build warnings by dstansby in https://github.com/zarr-developers/zarr-python/pull/1985
* Fix doc build by dstansby in https://github.com/zarr-developers/zarr-python/pull/1987
* [v3] `Buffer` ensure correct subclass based on the `BufferPrototype` argument by madsbk in https://github.com/zarr-developers/zarr-python/pull/1974
* Allow 'chunks' as an alias for 'chunk_shape' in array creation by tomwhite in https://github.com/zarr-developers/zarr-python/pull/1991
* Use f-strings instead of legacy interpolation by DimitriPapadopoulos in https://github.com/zarr-developers/zarr-python/pull/1995
* Unnecessary use of a comprehension by DimitriPapadopoulos in https://github.com/zarr-developers/zarr-python/pull/1994
* Handle Path in `make_store_path` by tomwhite in https://github.com/zarr-developers/zarr-python/pull/1992
* Unnecessary comprehension by DimitriPapadopoulos in https://github.com/zarr-developers/zarr-python/pull/1996
* Merge collapsible if statements by DimitriPapadopoulos in https://github.com/zarr-developers/zarr-python/pull/1999
* Stop ignoring these ruff rules by DimitriPapadopoulos in https://github.com/zarr-developers/zarr-python/pull/2001
* Unnecessary comprehension by DimitriPapadopoulos in https://github.com/zarr-developers/zarr-python/pull/1997
* Fix string interpolation by DimitriPapadopoulos in https://github.com/zarr-developers/zarr-python/pull/1998
* Fix indexing with bools by brokkoli71 in https://github.com/zarr-developers/zarr-python/pull/1968
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/zarr-python/pull/1989
* Bump NumPy to 2.0 by jhamman in https://github.com/zarr-developers/zarr-python/pull/1983
* build(ci): enable python 3.12 in github actions by jhamman in https://github.com/zarr-developers/zarr-python/pull/2005
* doc: copy 3.0.0.alpha changelog into release.rst by jhamman in https://github.com/zarr-developers/zarr-python/pull/2007
* make shardingcodec pickleable by d-v-b in https://github.com/zarr-developers/zarr-python/pull/2011
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/zarr-python/pull/2017
* Cast fill value to array's dtype by d-v-b in https://github.com/zarr-developers/zarr-python/pull/2020
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/zarr-python/pull/2039
* Redundant list comprehension by DimitriPapadopoulos in https://github.com/zarr-developers/zarr-python/pull/2048
* Multiple imports for an import name by DimitriPapadopoulos in https://github.com/zarr-developers/zarr-python/pull/2047
* Move fixtures to `tests` by d-v-b in https://github.com/zarr-developers/zarr-python/pull/1813
* Apply ruff/flake8-bandit rule B006 by DimitriPapadopoulos in https://github.com/zarr-developers/zarr-python/pull/2049
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/zarr-python/pull/2051
* [v2 / v3 compat] add `Group.array` and `data` kwarg to array creation by d-v-b in https://github.com/zarr-developers/zarr-python/pull/2042
* fix file modes by brokkoli71 in https://github.com/zarr-developers/zarr-python/pull/2000
* Use config to select implementation by brokkoli71 in https://github.com/zarr-developers/zarr-python/pull/1982
* Handle missing attributes key from metadata, and other fixes by d-v-b in https://github.com/zarr-developers/zarr-python/pull/2058
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/zarr-python/pull/2057
* Add hypothesis property tests by dcherian in https://github.com/zarr-developers/zarr-python/pull/1746
* Fix low contrast in dark theme h3 headings by dstansby in https://github.com/zarr-developers/zarr-python/pull/2003
* Updated test dependencies in pyproject.toml by TomAugspurger in https://github.com/zarr-developers/zarr-python/pull/2069
* Remove zstandard dependency in favor of numcodecs by normanrz in https://github.com/zarr-developers/zarr-python/pull/1838
* Enforce ruff/tryceratops rules (TRY) by DimitriPapadopoulos in https://github.com/zarr-developers/zarr-python/pull/2054
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/zarr-python/pull/2080
* [v3] reorganize package - move most modules to zarr.core by jhamman in https://github.com/zarr-developers/zarr-python/pull/2072
* Re-enable dependabot on main branch by dstansby in https://github.com/zarr-developers/zarr-python/pull/2082
* Stateful store tests by e-marshall in https://github.com/zarr-developers/zarr-python/pull/2070

New Contributors
* brokkoli71 made their first contribution in https://github.com/zarr-developers/zarr-python/pull/1961
* e-marshall made their first contribution in https://github.com/zarr-developers/zarr-python/pull/2070

**Full Changelog**: https://github.com/zarr-developers/zarr-python/compare/v3.0.0-alpha...v3.0.0-alpha.1

3.0.0alpha

What's Changed
* Disable pre-commit.ci's PR autofixes by jakirkham in https://github.com/zarr-developers/zarr-python/pull/1506
* Bump redis from 4.5.5 to 4.6.0 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1446
* Bump ipywidgets from 8.0.7 to 8.1.0 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1510
* Bump actions/checkout from 3 to 4 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1520
* Tiny tweak: Extend copyright notice to 2023 by JackKelly in https://github.com/zarr-developers/zarr-python/pull/1528
* Bump pytest from 7.3.2 to 7.4.0 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1445
* Allow black to be run on any Python version by dstansby in https://github.com/zarr-developers/zarr-python/pull/1549
* Unnecessary list literal → set literal by DimitriPapadopoulos in https://github.com/zarr-developers/zarr-python/pull/1534
* Minor edits in docs by MSanKeys963 in https://github.com/zarr-developers/zarr-python/pull/1509
* Preserve dimension separator metadata when resizing arrays by ziw-liu in https://github.com/zarr-developers/zarr-python/pull/1540
* io.open → open by DimitriPapadopoulos in https://github.com/zarr-developers/zarr-python/pull/1421
* Bump pymongo from 4.4.0 to 4.5.0 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1507
* Fix typo newly found by codespell by DimitriPapadopoulos in https://github.com/zarr-developers/zarr-python/pull/1554
* Bump actions/setup-python from 4.6.0 to 4.7.1 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1541
* Bump pytest-doctestplus from 0.13.0 to 1.0.0 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1512
* Bump fasteners from 0.18 to 0.19 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1553
* Add links to numcodecs docs in tutorial by dstansby in https://github.com/zarr-developers/zarr-python/pull/1535
* Fail doc build on warnings by dstansby in https://github.com/zarr-developers/zarr-python/pull/1548
* DOC: Enable offline formats by MSanKeys963 in https://github.com/zarr-developers/zarr-python/pull/1560
* Remove dependency by MSanKeys963 in https://github.com/zarr-developers/zarr-python/pull/1563
* Bump setuptools-scm from 7.1.0 to 8.0.4 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1562
* Bump redis from 4.6.0 to 5.0.1 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1561
* Update release.rst by MSanKeys963 in https://github.com/zarr-developers/zarr-python/pull/1574
* Automatically document Array members by dstansby in https://github.com/zarr-developers/zarr-python/pull/1547
* DOC: Minor tweak to advanced indexing example in tutorial by rossbar in https://github.com/zarr-developers/zarr-python/pull/1550
* Bump h5py from 3.9.0 to 3.10.0 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1571
* Bump fsspec from 2023.6.0 to 2023.10.0 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1570
* Bump pytest-timeout from 2.1.0 to 2.2.0 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1577
* Bump pytest from 7.4.0 to 7.4.3 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1576
* Bump conda-incubator/setup-miniconda from 2.2.0 to 2.3.0 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1575
* Remove `CODE_OF_CONDCUT.md` file from the Zarr-Python repo by MSanKeys963 in https://github.com/zarr-developers/zarr-python/pull/1572
* Bootstrap v3 branch with zarrita by jhamman in https://github.com/zarr-developers/zarr-python/pull/1584
* Extensible codecs for V3 by normanrz in https://github.com/zarr-developers/zarr-python/pull/1588
* Don't import from tests by d-v-b in https://github.com/zarr-developers/zarr-python/pull/1601
* [V3] Update minimum supported Python and Numpy versions by jhamman in https://github.com/zarr-developers/zarr-python/pull/1638
* use src layout and use `hatch` for packaging by d-v-b in https://github.com/zarr-developers/zarr-python/pull/1592
* temporarily disable mypy in v3 directory by jhamman in https://github.com/zarr-developers/zarr-python/pull/1649
* create hatch test env by rabernat in https://github.com/zarr-developers/zarr-python/pull/1650
* removed unused environments and workflows by rabernat in https://github.com/zarr-developers/zarr-python/pull/1651
* Listable V3 Stores by jhamman in https://github.com/zarr-developers/zarr-python/pull/1634
* Codecs without array metadata by normanrz in https://github.com/zarr-developers/zarr-python/pull/1632
* Add env variables to sprint setup instructions by maxrjones in https://github.com/zarr-developers/zarr-python/pull/1654
* fix sync group class methods by jhamman in https://github.com/zarr-developers/zarr-python/pull/1652
* Specify docs hatch env for v3 branch by maxrjones in https://github.com/zarr-developers/zarr-python/pull/1655
* Add test matrix for V3 by maxrjones in https://github.com/zarr-developers/zarr-python/pull/1656
* Remove attrs by d-v-b in https://github.com/zarr-developers/zarr-python/pull/1660
* Resolve Mypy erorrs in `v3` branch by DahnJ in https://github.com/zarr-developers/zarr-python/pull/1692
* Specify hatch envs using GitHub actions matrix for v3 tests by maxrjones in https://github.com/zarr-developers/zarr-python/pull/1728
* black -> ruff format + cleanup by Saransh-cpp in https://github.com/zarr-developers/zarr-python/pull/1639
* Development installation/contributing docs updates by aldenks in https://github.com/zarr-developers/zarr-python/pull/1643
* Allow dmypy to be run on v3 branch by dstansby in https://github.com/zarr-developers/zarr-python/pull/1780
* Remove unused typing ignore comments by dstansby in https://github.com/zarr-developers/zarr-python/pull/1781
* Check untyped defs on v3 by dstansby in https://github.com/zarr-developers/zarr-python/pull/1784
* [v3] Enable some more strict mypy options by dstansby in https://github.com/zarr-developers/zarr-python/pull/1793
* implement __eq__ for LocalStore by Charoula-Kyriakides in https://github.com/zarr-developers/zarr-python/pull/1792
* Remove old v3 by d-v-b in https://github.com/zarr-developers/zarr-python/pull/1742
* [v3] Disallow generic Any typing by dstansby in https://github.com/zarr-developers/zarr-python/pull/1794
* V3 update pre commit by jhamman in https://github.com/zarr-developers/zarr-python/pull/1808
* V3 reorg by jhamman in https://github.com/zarr-developers/zarr-python/pull/1809
* [v3] Sync with futures by d-v-b in https://github.com/zarr-developers/zarr-python/pull/1804
* implement `group.members` by d-v-b in https://github.com/zarr-developers/zarr-python/pull/1726
* remove windows testing on v3 branch by jhamman in https://github.com/zarr-developers/zarr-python/pull/1817
* Disallow incomplete type definitions by dstansby in https://github.com/zarr-developers/zarr-python/pull/1814
* fix: add mypy to test dependencies by d-v-b in https://github.com/zarr-developers/zarr-python/pull/1789
* Disallow untyped calls by dstansby in https://github.com/zarr-developers/zarr-python/pull/1811
* chore(ci): add numpy 2 release candidate to test matrix by jhamman in https://github.com/zarr-developers/zarr-python/pull/1828
* fix dependencies by normanrz in https://github.com/zarr-developers/zarr-python/pull/1840
* Add pytest to mypy dependencies by dstansby in https://github.com/zarr-developers/zarr-python/pull/1846
* chore(pre-commit): update pre-commit versions and remove attrs dep mypy section by jhamman in https://github.com/zarr-developers/zarr-python/pull/1848
* Remove implicit groups by jhamman in https://github.com/zarr-developers/zarr-python/pull/1827
* feature(store): list_* -> AsyncGenerators by jhamman in https://github.com/zarr-developers/zarr-python/pull/1844
* Test codec entrypoints by normanrz in https://github.com/zarr-developers/zarr-python/pull/1835
* Remove extra v3 sync module by maxrjones in https://github.com/zarr-developers/zarr-python/pull/1856
* Use donfig for V3 configuration by maxrjones in https://github.com/zarr-developers/zarr-python/pull/1855
* Fix any generics in zarr.array by dstansby in https://github.com/zarr-developers/zarr-python/pull/1861
* Fix some untyped calls by dstansby in https://github.com/zarr-developers/zarr-python/pull/1865
* chore: update project settings per scientific python repo-review by jhamman in https://github.com/zarr-developers/zarr-python/pull/1863
* Disallow untyped defs by dstansby in https://github.com/zarr-developers/zarr-python/pull/1834
* Enable some ruff rules (RUF) and fix issues by DimitriPapadopoulos in https://github.com/zarr-developers/zarr-python/pull/1869
* groundwork for V3 group tests by d-v-b in https://github.com/zarr-developers/zarr-python/pull/1743
* Add more typing to `zarr.group` by dstansby in https://github.com/zarr-developers/zarr-python/pull/1870
* [v3] First step to generalizes ndarray and bytes by madsbk in https://github.com/zarr-developers/zarr-python/pull/1826
* Reworked codec pipelines by normanrz in https://github.com/zarr-developers/zarr-python/pull/1670
* Configure Ruff to apply flake8-bugbear/isort/pyupgrade by normanrz in https://github.com/zarr-developers/zarr-python/pull/1890
* chore(ci): remove mypy from test action in favor of pre-commit action by jhamman in https://github.com/zarr-developers/zarr-python/pull/1887
* Enable ruff/flake8-raise rules (RSE) and fix issues by DimitriPapadopoulos in https://github.com/zarr-developers/zarr-python/pull/1872
* Apply assorted ruff/refurb rules (FURB) by DimitriPapadopoulos in https://github.com/zarr-developers/zarr-python/pull/1873
* Enable ruff/flake8-implicit-str-concat rules (ISC) and fix issues by DimitriPapadopoulos in https://github.com/zarr-developers/zarr-python/pull/1868
* Remove some unused mypy overrides by dstansby in https://github.com/zarr-developers/zarr-python/pull/1894
* Finish typing zarr.metadata by dstansby in https://github.com/zarr-developers/zarr-python/pull/1880
* Followup on codecs by normanrz in https://github.com/zarr-developers/zarr-python/pull/1889
* Add numpy to mypy pre-commit check env by dstansby in https://github.com/zarr-developers/zarr-python/pull/1893
* remove fixture files from src by d-v-b in https://github.com/zarr-developers/zarr-python/pull/1897
* Protocols for `Buffer` and `NDBuffer` by madsbk in https://github.com/zarr-developers/zarr-python/pull/1899
* [V3] Expand store tests by d-v-b in https://github.com/zarr-developers/zarr-python/pull/1900
* [v3] Feature: Store open mode by jhamman in https://github.com/zarr-developers/zarr-python/pull/1911
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/zarr-python/pull/1920
* Disallow implicit re-exports by dstansby in https://github.com/zarr-developers/zarr-python/pull/1908
* Make typing strict by dstansby in https://github.com/zarr-developers/zarr-python/pull/1879
* Enable extra mypy error codes by dstansby in https://github.com/zarr-developers/zarr-python/pull/1909
* fix(types): Group.info -> NotImplementedError by jhamman in https://github.com/zarr-developers/zarr-python/pull/1936
* Enable warn_unreachable for mypy by dstansby in https://github.com/zarr-developers/zarr-python/pull/1937
* Run sphinx directly on readthedocs by dstansby in https://github.com/zarr-developers/zarr-python/pull/1919
* Fix list of packages in mypy pre-commit environment by dstansby in https://github.com/zarr-developers/zarr-python/pull/1907
* Bump the actions group with 6 updates by dependabot in https://github.com/zarr-developers/zarr-python/pull/1904
* Fix final typing errors by dstansby in https://github.com/zarr-developers/zarr-python/pull/1939
* feature(typing): add py.typed file to package root by jhamman in https://github.com/zarr-developers/zarr-python/pull/1935
* Apply preview ruff rules by DimitriPapadopoulos in https://github.com/zarr-developers/zarr-python/pull/1942
* Enable and apply ruff rule RUF009 by DimitriPapadopoulos in https://github.com/zarr-developers/zarr-python/pull/1941
* Support all indexing variants by normanrz in https://github.com/zarr-developers/zarr-python/pull/1917
* Feature: group and array name properties by jhamman in https://github.com/zarr-developers/zarr-python/pull/1940
* implement .chunks on v3 arrays by rabernat in https://github.com/zarr-developers/zarr-python/pull/1929
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/zarr-python/pull/1948
* Fixes bug in transpose by normanrz in https://github.com/zarr-developers/zarr-python/pull/1949
* Buffer Prototype Argument by madsbk in https://github.com/zarr-developers/zarr-python/pull/1910
* Feature: Top level V3 API by jhamman in https://github.com/zarr-developers/zarr-python/pull/1884
* Basic working FsspecStore by martindurant in https://github.com/zarr-developers/zarr-python/pull/1785
* doc: update release notes for 3.0.0.alpha by jhamman in https://github.com/zarr-developers/zarr-python/pull/1959

New Contributors
* JackKelly made their first contribution in https://github.com/zarr-developers/zarr-python/pull/1528
* ziw-liu made their first contribution in https://github.com/zarr-developers/zarr-python/pull/1540
* rossbar made their first contribution in https://github.com/zarr-developers/zarr-python/pull/1550
* maxrjones made their first contribution in https://github.com/zarr-developers/zarr-python/pull/1654
* aldenks made their first contribution in https://github.com/zarr-developers/zarr-python/pull/1643
* Charoula-Kyriakides made their first contribution in https://github.com/zarr-developers/zarr-python/pull/1792

**Full Changelog**: https://github.com/zarr-developers/zarr-python/compare/v2.16.1...v3.0.0-alpha

2.18.5

What's Changed
* Warn the user when shape or chunks contains float values by faymanns in https://github.com/zarr-developers/zarr-python/pull/2579
* array tests: handle different hexdigests from zlib-ng (1678) by AdamWill in https://github.com/zarr-developers/zarr-python/pull/1972
* Bump the actions group with 4 updates by dependabot in https://github.com/zarr-developers/zarr-python/pull/2724
* Bump the actions group with 2 updates by dependabot in https://github.com/zarr-developers/zarr-python/pull/2771
* Bump actions/setup-python from 5.3.0 to 5.4.0 in the actions group by dependabot in https://github.com/zarr-developers/zarr-python/pull/2788
* Deprecate partial read/writes in v2 by dstansby in https://github.com/zarr-developers/zarr-python/pull/2844
* Fix sqlite store in 2.x by dstansby in https://github.com/zarr-developers/zarr-python/pull/2880
* Bump the requirements group across 1 directory with 10 updates by dependabot in https://github.com/zarr-developers/zarr-python/pull/2888
* Fix ABSStore w/ latest azure-blob-client on v2 by dstansby in https://github.com/zarr-developers/zarr-python/pull/2887
* Bump numpy from 2.2.3 to 2.2.4 in the requirements group by dependabot in https://github.com/zarr-developers/zarr-python/pull/2912
* Bump pymongo from 4.11.2 to 4.11.3 in the requirements group by dependabot in https://github.com/zarr-developers/zarr-python/pull/2927
* Update release notes for 2.18.5 by dstansby in https://github.com/zarr-developers/zarr-python/pull/2936

New Contributors
* AdamWill made their first contribution in https://github.com/zarr-developers/zarr-python/pull/1972

**Full Changelog**: https://github.com/zarr-developers/zarr-python/compare/v2.18.4...v2.18.5

2.18.4

What's Changed
* [docs] remove primary sidebar from tutorial by sneakers-the-rat in https://github.com/zarr-developers/zarr-python/pull/2142
* Adding Deepak and Tom to the core team by jhamman in https://github.com/zarr-developers/zarr-python/pull/2227
* Add Python 3.13, drop Python 3.10 by dstansby in https://github.com/zarr-developers/zarr-python/pull/2344
* Exclude bad version of numcodecs & fix bsddb3 doctests by dstansby in https://github.com/zarr-developers/zarr-python/pull/2544
* Fix doc version in stable doc build by dstansby in https://github.com/zarr-developers/zarr-python/pull/2543
New Contributors
* sneakers-the-rat made their first contribution in https://github.com/zarr-developers/zarr-python/pull/2142

**Full Changelog**: https://github.com/zarr-developers/zarr-python/compare/v2.18.3...v2.18.4

2.18.3

What's Changed
* Update TEAM.md by jhamman in https://github.com/zarr-developers/zarr-python/pull/2071
* [v2] Fix doctests with numpy 2.0 by dstansby in https://github.com/zarr-developers/zarr-python/pull/2073
* Fix version number in built docs by dstansby in https://github.com/zarr-developers/zarr-python/pull/2044
* Fix orthogonal indexing with a scalar by dcherian in https://github.com/zarr-developers/zarr-python/pull/1947
* Bump the requirements group across 1 directory with 7 updates by dependabot in https://github.com/zarr-developers/zarr-python/pull/2092
* Bump the actions group with 2 updates by dependabot in https://github.com/zarr-developers/zarr-python/pull/2087
* [v2] Drop support for Python 3.9 by dstansby in https://github.com/zarr-developers/zarr-python/pull/2074
* Fix Array.__array__ for numpy 2.1 by dstansby in https://github.com/zarr-developers/zarr-python/pull/2106
* Bump test version of numcodecs by dstansby in https://github.com/zarr-developers/zarr-python/pull/2114
* fix: numpy 1.24 compat for Array.__array__ by jhamman in https://github.com/zarr-developers/zarr-python/pull/2123
* Deprecate N5Store by jhamman in https://github.com/zarr-developers/zarr-python/pull/2103
* Run tests on numpy 1.23 by dstansby in https://github.com/zarr-developers/zarr-python/pull/2124
* Bump the requirements group across 1 directory with 3 updates by dependabot in https://github.com/zarr-developers/zarr-python/pull/2129
* chore: bump minimum numpy version to 1.24 by jhamman in https://github.com/zarr-developers/zarr-python/pull/2127
* Remove un-needed package installs in CI by dstansby in https://github.com/zarr-developers/zarr-python/pull/2095
* Bump the actions group with 2 updates by dependabot in https://github.com/zarr-developers/zarr-python/pull/2146
* Bump numpy from 2.1.0 to 2.1.1 in the requirements group by dependabot in https://github.com/zarr-developers/zarr-python/pull/2151


**Full Changelog**: https://github.com/zarr-developers/zarr-python/compare/v2.18.2...v2.18.3

Page 4 of 15

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.