Zarr

Latest version: v2.18.1

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

Scan your dependencies

Page 1 of 11

2.18.1

What's Changed
* Update release.rst by jhamman in https://github.com/zarr-developers/zarr-python/pull/1850
* Group dependabot updates by jhamman in https://github.com/zarr-developers/zarr-python/pull/1854
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/zarr-python/pull/1876
* Fix a regression with scalar indexing due to 1800 by dcherian in https://github.com/zarr-developers/zarr-python/pull/1875
* release notes for 2.18.1 by jhamman in https://github.com/zarr-developers/zarr-python/pull/1885


**Full Changelog**: https://github.com/zarr-developers/zarr-python/compare/v2.18.0...v2.18.1

2.18.0

What's Changed
* chore(docs): reset release notes as unreleased by jhamman in https://github.com/zarr-developers/zarr-python/pull/1776
* Bump codecov/codecov-action from 3 to 4 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1647
* Update release.rst for v2.17.2 by MSanKeys963 in https://github.com/zarr-developers/zarr-python/pull/1778
* Deprecate the experimental v3 implementation by jhamman in https://github.com/zarr-developers/zarr-python/pull/1802
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/zarr-python/pull/1779
* Fix `is_total_slice` for size-1 dimensions by dcherian in https://github.com/zarr-developers/zarr-python/pull/1800
* add note to the top of the release page noting the plan for 2.18.* and 3.0 by jhamman in https://github.com/zarr-developers/zarr-python/pull/1816
* Bump conda-incubator/setup-miniconda from 3.0.3 to 3.0.4 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1824
* dep(docs): deprecate experimental v3 support in docs by jhamman in https://github.com/zarr-developers/zarr-python/pull/1807
* Bump h5py from 3.10.0 to 3.11.0 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1786
* Bump redis from 5.0.3 to 5.0.4 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1810
* deprecate(stores): add deprecation warnings to stores that we plan to remove in v3 by jhamman in https://github.com/zarr-developers/zarr-python/pull/1801
* use np.inf instead of PINF/NINF by jhamman in https://github.com/zarr-developers/zarr-python/pull/1842
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/zarr-python/pull/1825
* Enable ruff/bugbear rules (B) and fix issues by DimitriPapadopoulos in https://github.com/zarr-developers/zarr-python/pull/1702
* Release notes for 2.18.0 by jhamman in https://github.com/zarr-developers/zarr-python/pull/1843


**Full Changelog**: https://github.com/zarr-developers/zarr-python/compare/v2.17.2...v2.18.0

2.17.2

See release notes: https://zarr.readthedocs.io/en/stable/release.html#release-2-17-2

----

What's Changed
* Bump pytest-timeout from 2.2.0 to 2.3.1 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1697
* Bump conda-incubator/setup-miniconda from 3.0.2 to 3.0.3 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1690
* docs(tutorial.rst): fix link to GCSMap by DahnJ in https://github.com/zarr-developers/zarr-python/pull/1689
* Update installation.rst stating version support policy by MSanKeys963 in https://github.com/zarr-developers/zarr-python/pull/1665
* Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1700
* Bump pytest-doctestplus from 1.2.0 to 1.2.1 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1699
* Bump redis from 5.0.2 to 5.0.3 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1698
* Add Python 3.12 to CI by jhamman in https://github.com/zarr-developers/zarr-python/pull/1719
* Bump pytest-cov from 4.1.0 to 5.0.0 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1722
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/zarr-python/pull/1708
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/zarr-python/pull/1723
* Fix release notes (following 1719) by jhamman in https://github.com/zarr-developers/zarr-python/pull/1725
* Override ipython repr methods. by dcherian in https://github.com/zarr-developers/zarr-python/pull/1724
* Bump pymongo from 4.6.2 to 4.6.3 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1729
* Remove v1 and v2 specification by MSanKeys963 in https://github.com/zarr-developers/zarr-python/pull/1582
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/zarr-python/pull/1738
* Optimize Array.info and Group.info by dcherian in https://github.com/zarr-developers/zarr-python/pull/1733
* Bump actions/setup-python from 5.0.0 to 5.1.0 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1736
* Couple fixes by DimitriPapadopoulos in https://github.com/zarr-developers/zarr-python/pull/1737
* Fix tests with Pytest 8 by dstansby in https://github.com/zarr-developers/zarr-python/pull/1714
* Avoid redundant __contains__ by dcherian in https://github.com/zarr-developers/zarr-python/pull/1739
* Array & Group: Use already loaded attributes to populate cache. by dcherian in https://github.com/zarr-developers/zarr-python/pull/1734
* Optimize attribute setting by dcherian in https://github.com/zarr-developers/zarr-python/pull/1741
* Make sure fs exceptions are raised if not MissingFs exceptions (clone) by itcarroll in https://github.com/zarr-developers/zarr-python/pull/1604
* chore(release): update changelog for 2.17.2 by jhamman in https://github.com/zarr-developers/zarr-python/pull/1775

New Contributors
* DahnJ made their first contribution in https://github.com/zarr-developers/zarr-python/pull/1689
* dcherian made their first contribution in https://github.com/zarr-developers/zarr-python/pull/1724
* itcarroll made their first contribution in https://github.com/zarr-developers/zarr-python/pull/1604

**Full Changelog**: https://github.com/zarr-developers/zarr-python/compare/v2.17.1...v2.17.2

2.17.1

See release notes: https://zarr.readthedocs.io/en/stable/release.html#release-2-17-1

----

What's Changed
* Bump numpy from 1.24.3 to 1.26.1 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1543
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/zarr-python/pull/1642
* Bump ipywidgets from 8.1.0 to 8.1.1 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1538
* Proper argument for numpy.reshape by DimitriPapadopoulos in https://github.com/zarr-developers/zarr-python/pull/1425
* Bump ipywidgets from 8.1.1 to 8.1.2 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1666
* docs: ZIP-related tweaks by d-v-b in https://github.com/zarr-developers/zarr-python/pull/1641
* Bump numpy from 1.26.1 to 1.26.4 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1669
* Change occurrences of % and format() to f-strings by DimitriPapadopoulos in https://github.com/zarr-developers/zarr-python/pull/1423
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/zarr-python/pull/1672
* Bump pymongo from 4.6.1 to 4.6.2 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1674
* Bump conda-incubator/setup-miniconda from 3.0.1 to 3.0.2 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1677
* Add typing to dimension separator arguments by dstansby in https://github.com/zarr-developers/zarr-python/pull/1620
* Replace Gitter with new Zulip Chat link by MSanKeys963 in https://github.com/zarr-developers/zarr-python/pull/1685
* Bump redis from 5.0.1 to 5.0.2 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1688
* Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1691
* Bump pytest-doctestplus from 1.1.0 to 1.2.0 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1693
* Fix RTD build by MSanKeys963 in https://github.com/zarr-developers/zarr-python/pull/1694
* Update release.rst for v2.17.1 by MSanKeys963 in https://github.com/zarr-developers/zarr-python/pull/1673


**Full Changelog**: https://github.com/zarr-developers/zarr-python/compare/v2.17.0...v2.17.1

2.17.0

See release notes: https://zarr.readthedocs.io/en/stable/release.html#release-2-17-0

---

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
* Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1586
* Bump conda-incubator/setup-miniconda from 2.3.0 to 3.0.1 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1587
* Cache result of FSStore._fsspec_installed() by ph03 in https://github.com/zarr-developers/zarr-python/pull/1581
* Bump version of black in pre-commit by dstansby in https://github.com/zarr-developers/zarr-python/pull/1559
* Use list comprehension where applicable by DimitriPapadopoulos in https://github.com/zarr-developers/zarr-python/pull/1555
* Bump numcodecs from 0.11.0 to 0.12.1 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1580
* Use format specification mini-language to format string by DimitriPapadopoulos in https://github.com/zarr-developers/zarr-python/pull/1558
* Single startswith() call instead of multiple ones by DimitriPapadopoulos in https://github.com/zarr-developers/zarr-python/pull/1556
* Bump pymongo from 4.5.0 to 4.6.1 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1585
* Move codespell options around by DimitriPapadopoulos in https://github.com/zarr-developers/zarr-python/pull/1196
* Bump fsspec from 2023.10.0 to 2023.12.1 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1600
* Add type hints to zarr.create by dstansby in https://github.com/zarr-developers/zarr-python/pull/1536
* Remove unused mypy ignore comments by dstansby in https://github.com/zarr-developers/zarr-python/pull/1602
* Bump actions/setup-python from 4.7.1 to 5.0.0 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1605
* Bump github/codeql-action from 2 to 3 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1609
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/zarr-python/pull/1448
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/zarr-python/pull/1618
* Bump fsspec from 2023.12.1 to 2023.12.2 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1606
* Bump pytest-doctestplus from 1.0.0 to 1.1.0 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1619
* Bump pytest from 7.4.3 to 7.4.4 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1622
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/zarr-python/pull/1626
* Create TEAM.md by jhamman in https://github.com/zarr-developers/zarr-python/pull/1628
* Drop python 3.8 and numpy 1.20 by joshmoore in https://github.com/zarr-developers/zarr-python/pull/1557
* Add Norman Rzepka to core-dev team by jhamman in https://github.com/zarr-developers/zarr-python/pull/1630
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/zarr-python/pull/1633
* Bump actions/download-artifact from 3 to 4 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1611
* Update tutorial.rst to include section about accessing Zip Files on S3 by jeffpeck10x in https://github.com/zarr-developers/zarr-python/pull/1615
* doc(v3): add v3 roadmap and design document by jhamman in https://github.com/zarr-developers/zarr-python/pull/1583
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/zarr-python/pull/1636
* Pyodide support: don't require fasteners on emscripten by hoodmane in https://github.com/zarr-developers/zarr-python/pull/1663
* Update release.rst by MSanKeys963 in https://github.com/zarr-developers/zarr-python/pull/1621

New Contributors
* JackKelly made their first contribution in https://github.com/zarr-developers/zarr-python/pull/1528
* dstansby made their first contribution in https://github.com/zarr-developers/zarr-python/pull/1549
* 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
* ph03 made their first contribution in https://github.com/zarr-developers/zarr-python/pull/1581
* jeffpeck10x made their first contribution in https://github.com/zarr-developers/zarr-python/pull/1615
* hoodmane made their first contribution in https://github.com/zarr-developers/zarr-python/pull/1663

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

2.16.1

See release notes: https://zarr.readthedocs.io/en/stable/release.html#release-2-16-1

---

What's Changed
* Add "Generate release notes" to release process by joshmoore in https://github.com/zarr-developers/zarr-python/pull/1476
* Require `setuptools_scm` version `1.5.4`+ by jakirkham in https://github.com/zarr-developers/zarr-python/pull/1477
* Delete trailing spaces by DimitriPapadopoulos in https://github.com/zarr-developers/zarr-python/pull/1424
* Ensure that chunks is tuple of ints upon array creation by hanslovsky in https://github.com/zarr-developers/zarr-python/pull/1470
* Add `docs` requirements to `pyproject.toml` by jakirkham in https://github.com/zarr-developers/zarr-python/pull/1494
* `zarr.group` now accept the `meta_array` argument by madsbk in https://github.com/zarr-developers/zarr-python/pull/1489
* Bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.10 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1498
* `LRUStoreCache`: cache "contains" by contains checks by madsbk in https://github.com/zarr-developers/zarr-python/pull/1499
* Prepare for 2.16.1 release by rabernat in https://github.com/zarr-developers/zarr-python/pull/1503

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

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

Page 1 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.