Zarr

Latest version: v2.18.2

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

Scan your dependencies

Page 2 of 11

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

2.16.0

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

----

What's Changed
* Bump pytest-doctestplus from 0.12.1 to 0.13.0 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1429
* Bump pytest from 7.3.1 to 7.3.2 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1432
* Bump fsspec from 2023.5.0 to 2023.6.0 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1433
* Bump h5py from 3.8.0 to 3.9.0 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1440
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/zarr-python/pull/1438
* Bump pymongo from 4.3.3 to 4.4.0 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1441
* Bump pytest-cov from 4.0.0 to 4.1.0 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1418
* test: replace pkg_resources with packaging.version for version parsing/comparison by jhamman in https://github.com/zarr-developers/zarr-python/pull/1450
* Bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1451
* Bump ipywidgets from 8.0.6 to 8.0.7 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1452
* Add __contains__ method to KVStore by cgohlke in https://github.com/zarr-developers/zarr-python/pull/1454
* Support Block (Chunk) Indexing by tasansal in https://github.com/zarr-developers/zarr-python/pull/1428
* [V3] Allow for incomplete codec metadata using numcodecs.get_codec by jhamman in https://github.com/zarr-developers/zarr-python/pull/1447
* Refactor core tests, round 2 by d-v-b in https://github.com/zarr-developers/zarr-python/pull/1462
* Small typo in v2 spec by ways in https://github.com/zarr-developers/zarr-python/pull/1468
* expose codecov token in ci by d-v-b in https://github.com/zarr-developers/zarr-python/pull/1473
* Updated release notes for 2.16.0 by rabernat in https://github.com/zarr-developers/zarr-python/pull/1471

New Contributors
* cgohlke made their first contribution in https://github.com/zarr-developers/zarr-python/pull/1454
* ways made their first contribution in https://github.com/zarr-developers/zarr-python/pull/1468

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

2.15.0

New Contributors
* AndreasAlbertQC made their first contribution in https://github.com/zarr-developers/zarr-python/pull/1333
* MSanKeys963 made their first contribution in https://github.com/zarr-developers/zarr-python/pull/1345
* alanhdu made their first contribution in https://github.com/zarr-developers/zarr-python/pull/1397

**Full Changelog**: https://github.com/zarr-developers/zarr-python/compare/v2.14.2...v2.15.0

2.15.0a2

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

2.15.0a1

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

----

What's Changed
* Bump pytest from 7.2.1 to 7.2.2 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1361
* Bump fsspec from 2023.1.0 to 2023.3.0 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1360
* chore: update pre-commit hooks by pre-commit-ci in https://github.com/zarr-developers/zarr-python/pull/1351
* Bump azure-storage-blob from 12.14.1 to 12.15.0 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1357
* Bump actions/setup-python from 4.3.0 to 4.5.0 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1318
* More extensive orthogonal indexing in get/setitem by AndreasAlbertQC in https://github.com/zarr-developers/zarr-python/pull/1333
* Don't use relative fixture path by joshmoore in https://github.com/zarr-developers/zarr-python/pull/1364
* Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1365
* One more fix for missing directories by joshmoore in https://github.com/zarr-developers/zarr-python/pull/1367
* Add API reference for V3 Implementation in the docs by MSanKeys963 in https://github.com/zarr-developers/zarr-python/pull/1345
* Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1369
* Bump redis from 4.5.1 to 4.5.3 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1373
* Bump ipywidgets from 8.0.4 to 8.0.6 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1379
* Bump pypa/gh-action-pypi-publish from 1.8.1 to 1.8.3 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1376
* Getitems: support `meta_array` by madsbk in https://github.com/zarr-developers/zarr-python/pull/1131
* Update release.rst for the upcoming release - 2.15.0 by MSanKeys963 in https://github.com/zarr-developers/zarr-python/pull/1378
* Remove `codecov` by jakirkham in https://github.com/zarr-developers/zarr-python/pull/1391
* fix for readonly error in _normalize_store_arg_v3 by jhamman in https://github.com/zarr-developers/zarr-python/pull/1383
* Update release.rst for 2.15.0 by MSanKeys963 in https://github.com/zarr-developers/zarr-python/pull/1392
* Bump actions/setup-python from 4.5.0 to 4.6.0 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1399
* Bump pytest from 7.2.2 to 7.3.1 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1393
* Bump azure-storage-blob from 12.15.0 to 12.16.0 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1403
* Bump numpy from 1.24.2 to 1.24.3 by dependabot in https://github.com/zarr-developers/zarr-python/pull/1402
* Mark for 2.15.0a1 pre-release by joshmoore in https://github.com/zarr-developers/zarr-python/pull/1404

New Contributors
* AndreasAlbertQC made their first contribution in https://github.com/zarr-developers/zarr-python/pull/1333
* MSanKeys963 made their first contribution in https://github.com/zarr-developers/zarr-python/pull/1345

**Full Changelog**: https://github.com/zarr-developers/zarr-python/compare/v2.14.2...v2.15.0a1

Page 2 of 11

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.