Release notes#
Note
Zarr-Python 2.18.* is expected be the final release in the 2.* series. Work on Zarr-Python 3.0 is underway. See GH1777 for more details on the upcoming 3.0 release.
3.0.0-alpha#
Warning
Zarr-Python 3.0.0-alpha is a pre-release of the upcoming 3.0 release. This release is not feature complete or expected to be ready for production applications.
Note
The complete release notes for 3.0 have not been added to this document yet. See the 3.0.0-alpha release on GitHub for a record of changes included in this release.
Enhancements#
Implement listing of the sub-arrays and sub-groups for a V3
Group
. By Davis Bennett #1726.Bootstrap v3 branch with zarrita. By Joe Hamman #1584.
Extensible codecs for V3. By Norman Rzepka #1588.
Don’t import from tests. By Davis Bennett #1601.
Listable V3 Stores. By Joe Hamman #1634.
Codecs without array metadata. By Norman Rzepka #1632.
fix sync group class methods. By Joe Hamman #1652.
implement eq for LocalStore. By Charoula Kyriakides #1792.
V3 reorg. By Joe Hamman #1809.
[v3] Sync with futures. By Davis Bennett #1804.
implement group.members. By Davis Bennett #1726.
Remove implicit groups. By Joe Hamman #1827.
feature(store):
list_*
-> AsyncGenerators. By Joe Hamman #1844.Test codec entrypoints. By Norman Rzepka #1835.
groundwork for V3 group tests. By Davis Bennett #1743.
[v3] First step to generalizes ndarray and bytes. By Mads R. B. Kristensen #1826.
Reworked codec pipelines. By Norman Rzepka #1670.
Followup on codecs. By Norman Rzepka #1889.
Protocols for Buffer and NDBuffer. By Mads R. B. Kristensen #1899.
[V3] Expand store tests. By Davis Bennett #1900.
[v3] Feature: Store open mode. By Joe Hamman #1911.
fix(types): Group.info -> NotImplementedError. By Joe Hamman #1936.
feature(typing): add py.typed file to package root. By Joe Hamman #1935.
Support all indexing variants. By Norman Rzepka #1917.
Feature: group and array name properties. By Joe Hamman #1940.
implement .chunks on v3 arrays. By Ryan Abernathey #1929.
Fixes bug in transpose. By Norman Rzepka #1949.
Buffer Prototype Argument. By Mads R. B. Kristensen #1910.
Feature: Top level V3 API. By Joe Hamman #1884.
Basic working FsspecStore. By Martin Durant; #1785.
Typing#
Resolve Mypy errors in v3 branch. By Daniel Jahn #1692.
Allow dmypy to be run on v3 branch. By David Stansby #1780.
Remove unused typing ignore comments. By David Stansby #1781.
Check untyped defs on v3. By David Stansby #1784.
[v3] Enable some more strict mypy options. By David Stansby #1793.
[v3] Disallow generic Any typing. By David Stansby #1794.
Disallow incomplete type definitions. By David Stansby #1814.
Disallow untyped calls. By David Stansby #1811.
Fix some untyped calls. By David Stansby #1865.
Disallow untyped defs. By David Stansby #1834.
Add more typing to zarr.group. By David Stansby #1870.
Fix any generics in zarr.array. By David Stansby #1861.
Remove some unused mypy overrides. By David Stansby #1894.
Finish typing zarr.metadata. By David Stansby #1880.
Disallow implicit re-exports. By David Stansby #1908.
Make typing strict. By David Stansby #1879.
Enable extra mypy error codes. By David Stansby #1909.
Enable warn_unreachable for mypy. By David Stansby #1937.
Fix final typing errors. By David Stansby #1939.
Maintenance#
Remedy a situation where
zarr-python
was importingDummyStorageTransformer
from the test suite. The dependency relationship is now reversed: the test suite imports this class fromzarr-python
. By Davis Bennett #1601.[V3] Update minimum supported Python and Numpy versions. By Joe Hamman #1638
use src layout and use hatch for packaging. By Davis Bennett #1592.
temporarily disable mypy in v3 directory. By Joe Hamman #1649.
create hatch test env. By Ryan Abernathey #1650.
removed unused environments and workflows. By Ryan Abernathey #1651.
Add env variables to sprint setup instructions. By Max Jones #1654.
Remove attrs. By Davis Bennett #1660.
Specify hatch envs using GitHub actions matrix for v3 tests. By Max Jones #1728.
black -> ruff format + cleanup. By Saransh Chopra #1639.
Remove old v3. By Davis Bennett #1742.
V3 update pre commit. By Joe Hamman #1808.
remove windows testing on v3 branch. By Joe Hamman #1817.
fix: add mypy to test dependencies. By Davis Bennett #1789.
chore(ci): add numpy 2 release candidate to test matrix. By Joe Hamman #1828.
fix dependencies. By Norman Rzepka #1840.
Add pytest to mypy dependencies. By David Stansby #1846.
chore(pre-commit): update pre-commit versions and remove attrs dep mypy section. By Joe Hamman #1848.
Enable some ruff rules (RUF) and fix issues. By Dimitri Papadopoulos Orfanos #1869.
Configure Ruff to apply flake8-bugbear/isort/pyupgrade. By Norman Rzepka #1890.
chore(ci): remove mypy from test action in favor of pre-commit action. By Joe Hamman #1887.
Enable ruff/flake8-raise rules (RSE) and fix issues. By Dimitri Papadopoulos Orfanos #1872.
Apply assorted ruff/refurb rules (FURB). By Dimitri Papadopoulos Orfanos #1873.
Enable ruff/flake8-implicit-str-concat rules (ISC) and fix issues. By Dimitri Papadopoulos Orfanos #1868.
Add numpy to mypy pre-commit check env. By David Stansby #1893.
remove fixture files from src. By Davis Bennett #1897.
Fix list of packages in mypy pre-commit environment. By David Stansby #1907.
Run sphinx directly on readthedocs. By David Stansby #1919.
Apply preview ruff rules. By Dimitri Papadopoulos Orfanos #1942.
Enable and apply ruff rule RUF009. By Dimitri Papadopoulos Orfanos #1941.
Documentation#
Development installation/contributing docs updates. By Alden Keefe Sampson #1643.
chore: update project settings per scientific python repo-review. By Joe Hamman #1863.
doc: update release notes for 3.0.0.alpha. By Joe Hamman #1959.
2.18.3#
Enhancements#
Added support for creating a copy of data when converting a zarr.Array to a numpy array. By David Stansby (#2106) and Joe Hamman (#2123).
Maintenance#
Removed support for Python 3.9. By David Stansby (#2074).
Fix a regression when using orthogonal indexing with a scalar. By Deepak Cherian #1931
Added compatibility with NumPy 2.1. By David Stansby
Bump minimum NumPy version to 1.24. Joe Hamman (#2127).
Deprecations#
Deprecate
zarr.n5.N5Store
andzarr.n5.N5FSStore
. These stores are slated to be removed in Zarr Python 3.0. By Joe Hamman #2085.
2.18.2#
Enhancements#
Add Zstd codec to old V3 code path. By Ryan Abernathey
2.18.1#
Maintenance#
Fix a regression when getting or setting a single value from arrays with size-1 chunks. By Deepak Cherian #1874
2.18.0#
Enhancements#
Performance improvement for reading and writing chunks if any of the dimensions is size 1. By Deepak Cherian #1730.
Maintenance#
Enable ruff/bugbear rules (B) and fix issues. By Dimitri Papadopoulos Orfanos #1702.
Minor updates to use np.inf instead of np.PINF / np.NINF in preparation for NumPy 2.0.0 release. By Joe Hamman #1842.
Deprecations#
Deprecate experimental v3 support by issuing a FutureWarning. Also updated docs to warn about using the experimental v3 version. By Joe Hamman #1802 and #1807.
Deprecate the following stores:
zarr.storage.DBMStore
,zarr.storage.LMDBStore
,zarr.storage.SQLiteStore
,zarr.storage.MongoDBStore
,zarr.storage.RedisStore
, andzarr.storage.ABSStore
. These stores are slated to be removed from Zarr-Python in version 3.0. By Joe Hamman #1801.
2.17.2#
Enhancements#
[v3] Dramatically reduce number of
__contains__
requests in favor of optimistically calling __getitem__ and handling any error that may arise. By Deepak Cherian #1741.[v3] Reuse the downloaded array metadata when creating an
Array
. By Deepak Cherian #1734.Optimize
Array.info
so that it calls getsize only once. By Deepak Cherian #1733.Override IPython
_repr_*_
methods to avoid expensive lookups against object stores. By Deepak Cherian #1716.FSStore now raises rather than return bad data. By Martin Durant and Ian Carroll #1604.
Avoid redundant
__contains__
. By Deepak Cherian #1739.
Docs#
Fix link to GCSMap in
tutorial.rst
. By Daniel Jahn #1689.Endorse SPEC0000 and state version support policy in
installation.rst
. By Sanket Verma #1665.Migrate v1 and v2 specification to Zarr-Specs. By Sanket Verma #1582.
Maintenance#
Add CI test environment for Python 3.12 By Joe Hamman #1719.
Bump minimum supported NumPy version to 1.23 (per spec 0000) By Joe Hamman #1719.
Minor fixes: Using
is
instead oftype
and removing unnecessaryNone
. By Dimitri Papadopoulos Orfanos #1737.Fix tests failure related to Pytest 8. By David Stansby #1714.
2.17.1#
Enhancements#
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.
Docs#
ZIP related tweaks. By Davis Bennett #1641.
Maintenance#
Update config.yml with Zulip. By Josh Moore.
Replace Gitter with the new Zulip Chat link. By Sanket Verma #1685.
Fix RTD build. By Sanket Verma #1694.
2.17.0#
Enhancements#
Added type hints to
zarr.creation.create()
. By David Stansby #1536.Pyodide support: Don’t require fasteners on Emscripten. By Hood Chatham #1663.
Docs#
Minor correction and changes in documentation. By Sanket Verma #1509.
Fix typo in documentation. By Dimitri Papadopoulos Orfanos #1554
The documentation build now fails if there are any warnings. By David Stansby #1548.
Add links to
numcodecs
docs in the tutorial. By David Stansby #1535.Enable offline formats for documentation builds. By Sanket Verma #1551.
Minor tweak to advanced indexing tutorial examples. By Ross Barnowski #1550.
Automatically document array members using sphinx-automodapi. By David Stansby #1547.
Add a markdown file documenting the current and former core-developer team. By Joe Hamman #1628.
Add Norman Rzepka to core-dev team. By Joe Hamman #1630.
Added section about accessing ZIP archives on s3. By Jeff Peck #1613, #1615, and Davis Bennett #1641.
Add V3 roadmap and design document. By Joe Hamman #1583.
Maintenance#
Drop Python 3.8 and NumPy 1.20 By Josh Moore; #1557.
Cache result of
FSStore._fsspec_installed()
. By Janick Martinez Esturo #1581.Extend copyright notice to 2023. By Jack Kelly #1528.
Change occurrence of
io.open()
intoopen()
. By Dimitri Papadopoulos Orfanos #1421.Preserve
dimension_separator
when resizing arrays. By Ziwen Liu #1533.Initialise some sets in tests with set literals instead of list literals. By Dimitri Papadopoulos Orfanos #1534.
Allow
black
code formatter to be run with any Python version. By David Stansby #1549.Remove
sphinx-rtd-theme
dependency frompyproject.toml
. By Sanket Verma #1563.Remove
CODE_OF_CONDUCT.md
file from the Zarr-Python repository. By Sanket Verma #1572.Bump version of black in pre-commit. By David Stansby #1559.
Use list comprehension where applicable. By Dimitri Papadopoulos Orfanos #1555.
Use format specification mini-language to format string. By Dimitri Papadopoulos Orfanos #1558.
Single startswith() call instead of multiple ones. By Dimitri Papadopoulos Orfanos #1556.
Move codespell options around. By Dimitri Papadopoulos Orfanos #1196.
Remove unused mypy ignore comments. By David Stansby #1602.
2.16.1#
Maintenance#
Require
setuptools_scm
version1.5.4
+ By John A. Kirkham #1477.Add
docs
requirements topyproject.toml
By John A. Kirkham #1494.Fixed caching issue in
LRUStoreCache
. By Mads R. B. Kristensen #1499.
2.16.0#
Enhancements#
Allow for partial codec specification in V3 array metadata. By Joe Hamman #1443.
Add
__contains__
method toKVStore
. By Christoph Gohlke #1454.Block Indexing: Implemented blockwise (chunk blocks) indexing to
zarr.Array
. By Altay Sansal #1428
Maintenance#
Refactor the core array tests to reduce code duplication. By Davis Bennett #1462.
Style the codebase with
ruff
andblack
. By Davis Bennett #1459Ensure that chunks is tuple of ints upon array creation. By Philipp Hanslovsky #1461
2.15.0#
Enhancements#
Implement more extensive fallback of getitem/setitem for orthogonal indexing. By Andreas Albert #1029.
Getitems supports
meta_array
. By Mads R. B. Kristensen #1131.open_array()
now takes themeta_array
argument. By Mads R. B. Kristensen #1396.
Maintenance#
Remove
codecov
from GitHub actions. By John A. Kirkham #1391.Replace
np.product
withnp.prod
due to deprecation. By James Bourbeau #1405.Activate Py 3.11 builds. By Joe Hamman #1415.
Documentation#
Add API reference for V3 Implementation in the docs. By Sanket Verma #1345.
Bug fixes#
Fix the conda-forge error. Read #1347 for detailed info. By Josh Moore #1364 and #1367.
Fix
ReadOnlyError
when opening V3 store via fsspec reference file system. By Joe Hamman #1383.Fix
normalize_fill_value
for structured arrays. By Alan Du #1397.
2.14.2#
Bug fixes#
Ensure
zarr.group
uses writeable mode to fix issue with #1304. By Brandur Thorgrimsson #1354.
2.14.1#
Documentation#
Fix API links. By Josh Moore #1346.
Fix unit tests which prevented the conda-forge release. By Josh Moore #1348.
2.14.0#
Major changes#
Improve Zarr V3 support, adding partial store read/write and storage transformers. Add new features from the v3 spec:
storage transformers
get_partial_values and set_partial_values
efficient get_partial_values implementation for FSStoreV3
sharding storage transformer
By Jonathan Striebel; #1096, #1111.
N5 nows supports Blosc. Remove warnings emitted when using N5Store or N5FSStore with a blosc-compressed array. By Davis Bennett; #1331.
Bug fixes#
Allow reading utf-8 encoded json files By Nathan Zimmerberg #1308.
Ensure contiguous data is give to
FSStore
. Only copying if needed. By Mads R. B. Kristensen #1285.NestedDirectoryStore.listdir now returns chunk keys with the correct ‘/’ dimension_separator. By Brett Graham #1334.
N5Store/N5FSStore dtype returns zarr Stores readable dtype. By Marwan Zouinkhi #1339.
2.13.6#
Maintenance#
Bump gh-action-pypi-publish to 1.6.4. By Josh Moore #1320.
2.13.5#
Bug fixes#
Ensure
zarr.create
uses writeable mode to fix issue with #1304. By James Bourbeau #1309.
2.13.4#
Appreciation#
Special thanks to Outreachy participants for contributing to most of the maintenance PRs. Please read the blog post summarising the contribution phase and welcoming new Outreachy interns: https://zarr.dev/blog/welcoming-outreachy-2022-interns/
Enhancements#
Handle fsspec.FSMap using FSStore store. By Rafal Wojdyla #1304.
Bug fixes#
Fix bug that caused double counting of groups in
groups()
andgroup_keys()
methods with V3 stores. By Ryan Abernathey #1228.Remove unnecessary calling of contains_array for key that ended in .array.json. By Joe Hamman #1149.
Fix bug that caused double counting of groups in
groups()
andgroup_keys()
methods with V3 stores. By Ryan Abernathey #1228.
Documentation#
Fix minor indexing errors in tutorial and specification examples of documentation. By Kola Babalola #1277.
Add requirements_rtfd.txt in contributing.rst. By AWA BRANDON AWA #1243.
Add documentation for find/findall using visit. By Weddy Gikunda #1241.
Refresh of the main landing page. By Josh Moore #1173.
Maintenance#
Migrate to
pyproject.toml
and remove redundant infrastructure. By Saransh Chopra #1158.Require
setuptools
64.0.0+ By Saransh Chopra #1193.Pin action versions (pypi-publish, setup-miniconda) for dependabot By Saransh Chopra #1205.
Remove
tox
support By Saransh Chopra #1219.Add workflow to label PRs with “needs release notes”. By Saransh Chopra #1239.
Simplify if/else statement. By Dimitri Papadopoulos Orfanos #1227.
Get coverage up to 100%. By John Kirkham #1264.
Migrate coverage to
pyproject.toml
. By John Kirkham #1250.Use
conda-incubator/setup-miniconda@v2.2.0
. By John Kirkham #1263.Delete unused files. By John Kirkham #1251.
Skip labeller for bot PRs. By Saransh Chopra #1271.
Restore Flake8 configuration. By John Kirkham #1249.
Add missing newline at EOF. By @Dimitri Papadopoulos #1253.
Add license_files to pyproject.toml. By John Kirkham #1247.
Adding pyupgrade suggestions. By Dimitri Papadopoulos Orfanos #1225.
Fixed some linting errors. By Weddy Gikunda #1226.
Added the link to main website in readthedocs sidebar. By Stephanie_nkwatoh #1216.
Remove redundant wheel dependency in pyproject.toml. By Dimitri Papadopoulos Orfanos #1233.
Turned on isloated_build in tox.ini file. By AWA BRANDON AWA #1210.
Fixed flake8 alert and avoid duplication of Zarr Developers. By Dimitri Papadopoulos Orfanos #1203.
Bump to NumPy 1.20+ in environment.yml. By John Kirkham #1201.
Bump to NumPy 1.20 in pyproject.toml. By Dimitri Papadopoulos Orfanos #1192.
Remove LGTM (.lgtm.yml) configuration file. By Dimitri Papadopoulos Orfanos #1191.
Codespell will skip fixture in pre-commit. By Dimitri Papadopoulos Orfanos #1197.
Add msgpack in requirements_rtfd.txt. By Emmanuel Bolarinwa #1188.
Added license to docs fixed a typo from _spec_v2 to _spec_v3. By AWA BRANDON AWA #1182.
Fixed installation link in README.md. By AWA BRANDON AWA #1177.
Fixed typos in installation.rst and release.rst. By Chizoba Nweke #1178.
Set docs/conf.py language to en. By AWA BRANDON AWA #1174.
Added installation.rst to the docs. By AWA BRANDON AWA #1170.
Adjustment of year to 2015-2018 to 2015-2022 in the docs. By Emmanuel Bolarinwa #1165.
Updated Forking the repository section in contributing.rst. By AWA BRANDON AWA #1171.
Updated GitHub actions. By Dimitri Papadopoulos Orfanos #1134.
Update web links: http:// → https://. By Dimitri Papadopoulos Orfanos #1313.
2.13.3#
Improve performance of slice selections with steps by omitting chunks with no relevant data. By Richard Shaw #843.
2.13.2#
Fix test failure on conda-forge builds (again). By Josh Moore; see zarr-feedstock#65.
2.13.1#
Fix test failure on conda-forge builds. By Josh Moore; see zarr-feedstock#65.
2.13.0#
Major changes#
Support of alternative array classes by introducing a new argument, meta_array, that specifies the type/class of the underlying array. The meta_array argument can be any class instance that can be used as the like argument in NumPy (see NEP 35). enabling support for CuPy through, for example, the creation of a CuPy CPU compressor. By Mads R. B. Kristensen #934.
Remove support for Python 3.7 in concert with NumPy dependency. By Davis Bennett #1067.
Zarr v3: add support for the default root path rather than requiring that all API users pass an explicit path. By Gregory R. Lee #1085, #1142.
Bug fixes#
Remove/relax erroneous “meta” path check (regression). By Gregory R. Lee #1123.
Cast all attribute keys to strings (and issue deprecation warning). By Mattia Almansi #1066.
Fix bug in N5 storage that prevented arrays located in the root of the hierarchy from bearing the n5 keyword. Along with fixing this bug, new tests were added for N5 routines that had previously been excluded from testing, and type annotations were added to the N5 codebase. By Davis Bennett #1092.
Fix bug in LRUEStoreCache in which the current size wasn’t reset on invalidation. By BGCMHou and Josh Moore #1076, #1077.
Remove erroneous check that disallowed array keys starting with “meta”. By Gregory R. Lee #1105.
Documentation#
Typo fixes to close quotes. By Pavithra Eswaramoorthy
Added copy button to documentation. By Altay Sansal #1124.
Maintenance#
Simplify release docs. By Josh Moore #1119.
Pin werkzeug to prevent test hangs. By Davis Bennett #1098.
Fix a few DeepSource.io alerts By Dimitri Papadopoulos Orfanos #1080.
Fix URLs. By Dimitri Papadopoulos Orfanos, #1074.
Fix spelling. By Dimitri Papadopoulos Orfanos, #1073.
Update GitHub issue templates with YAML format. By Saransh Chopra #1079.
Remove option to return None from _ensure_store. By Gregory Lee #1068.
Fix a typo of “integers”. By Richard Scott #1056.
2.12.0#
Enhancements#
Add support for reading and writing Zarr V3. The new zarr._store.v3 package has the necessary classes and functions for evaluating Zarr V3. Since the format is not yet finalized, the classes and functions are not automatically imported into the regular zarr name space. Setting the ZARR_V3_EXPERIMENTAL_API environment variable will activate them. By Gregory Lee; #898, #1006, and #1007 as well as by Josh Moore #1032.
Create FSStore from an existing fsspec filesystem. If you have created an fsspec filesystem outside of Zarr, you can now pass it as a keyword argument to
FSStore
. By Ryan Abernathey; #911.Add numpy encoder class for json.dumps By Eric Prestat; #933.
Appending performance improvement to Zarr arrays, e.g., when writing to S3. By hailiangzhang; #1014.
Add number encoder for
json.dumps
to support numpy integers inchunks
arguments. By Eric Prestat #697.
Bug fixes#
Fix bug that made it impossible to create an
FSStore
on unlistable filesystems (e.g. some HTTP servers). By Ryan Abernathey; #993.
Documentation#
Update resize doc to clarify surprising behavior. By hailiangzhang; #1022.
Maintenance#
Added Pre-commit configuration, incl. Yaml Check. By Shivank Chaudhary; #1015, #1016.
Fix URL to renamed file in Blosc repo. By Andrew Thomas #1028.
Activate Py 3.10 builds. By Josh Moore #1027.
Make all unignored zarr warnings errors. By Josh Moore #1021.
2.11.3#
Bug fixes#
2.11.2#
Bug fixes#
Changes the default value of
write_empty_chunks
toTrue
to prevent unanticipated data losses when the data types do not have a proper default value when empty chunks are read back in. By Vyas Ramasubramani; #965, #1001.
2.11.1#
Bug fixes#
Fix bug where indexing with a scalar numpy value returned a single-value array. By Ben Jeffery #967.
Removed clobber argument from normalize_store_arg. This enables to change data within an opened consolidated group using mode “r+” (i.e region write). By Tobias Kölling #975.
2.11.0#
Enhancements#
Sparse changes with performance impact! One of the advantages of the Zarr format is that it is sparse, which means that chunks with no data (more precisely, with data equal to the fill value, which is usually 0) don’t need to be written to disk at all. They will simply be assumed to be empty at read time. However, until this release, the Zarr library would write these empty chunks to disk anyway. This changes in this version: a small performance penalty at write time leads to significant speedups at read time and in filesystem operations in the case of sparse arrays. To revert to the old behavior, pass the argument
write_empty_chunks=True
to the array creation function. By Juan Nunez-Iglesias; #853 and Davis Bennett; #738.Fancy indexing. Zarr arrays now support NumPy-style fancy indexing with arrays of integer coordinates. This is equivalent to using zarr.Array.vindex. Mixing slices and integer arrays is not supported. By Juan Nunez-Iglesias; #725.
New base class. This release of Zarr Python introduces a new
BaseStore
class that all provided store classes implemented in Zarr Python now inherit from. This is done as part of refactoring to enable future support of the Zarr version 3 spec. Existing third-party stores that are a MutableMapping (e.g. dict) can be converted to a new-style key/value store inheriting fromBaseStore
by passing them as the argument to the newzarr.storage.KVStore
class. For backwards compatibility, various higher-level array creation and convenience functions still accept plain Python dicts or other mutable mappings for thestore
argument, but will internally convert these to aKVStore
. By Gregory Lee; #839, #789, and #950.Allow to assign array
fill_values
and update metadata accordingly. By Ryan Abernathey, #662.Allow to update array fill_values By Matthias Bussonnier #665.
Bug fixes#
Fix bug where the checksum of zipfiles is wrong By Oren Watson #930.
Fix consolidate_metadata with FSStore. By Joe Hamman #916.
Unguarded next inside generator. By Dimitri Papadopoulos Orfanos #889.
Documentation#
Fix versionadded tag in zarr.Array docstring. By Juan Nunez-Iglesias #852.
Doctest seem to be stricter now, updating tostring() to tobytes(). By John Kirkham #907.
Minor doc fix. By Mads R. B. Kristensen #937.
Maintenance#
Upgrade MongoDB in test env. By Joe Hamman #939.
Pass dimension_separator on fixture generation. By Josh Moore #858.
Activate Python 3.9 in GitHub Actions. By Josh Moore #859.
Drop shortcut
fsspec[s3]
for dependency. By Josh Moore #920.and a swath of code-linting improvements by Dimitri Papadopoulos Orfanos:
Unnecessary comprehension (#899)
Unnecessary
None
provided as default (#900)use an if
expression
instead of and/or (#888)Remove unnecessary literal (#891)
Decorate a few method with @staticmethod (#885)
Drop unneeded
return
(#884)Drop explicit
object
inheritance fromclass
-es (#886)Unnecessary comprehension (#883)
Codespell configuration (#882)
Fix typos found by codespell (#880)
Proper C-style formatting for integer (#913)
Add LGTM.com / DeepSource.io configuration files (#909)
2.10.3#
Bug fixes#
N5 keywords now emit UserWarning instead of raising a ValueError. By Boaz Mohar; #860.
blocks_to_decompress not used in read_part function. By Boaz Mohar; #861.
defines blocksize for array, updates hexdigest values. By Andrew Fulton; #867.
Fix test failure on Debian and conda-forge builds. By Josh Moore; #871.
2.10.2#
Bug fixes#
Fix NestedDirectoryStore datasets without dimension_separator metadata. By Josh Moore; #850.
2.10.1#
Bug fixes#
Fix regression by setting normalize_keys=False in fsstore constructor. By Davis Bennett; #842.
2.10.0#
Enhancements#
Add N5FSStore. By Davis Bennett; #793.
Bug fixes#
Ignore None dim_separators in save_array. By Josh Moore; #831.
2.9.5#
Bug fixes#
Fix FSStore.listdir behavior for nested directories. By Gregory Lee; #802.
2.9.4#
Bug fixes#
Fix structured arrays that contain objects By :user: Attila Bergou <abergou>; :issue: 806
2.9.3#
Maintenance#
Mark the fact that some tests that require
fsspec
, without compromising the code coverage score. By Ben Williams; #823.Only inspect alternate node type if desired isn’t present. By Trevor Manz; #696.
2.9.2#
Maintenance#
Correct conda-forge deployment of Zarr by fixing some Zarr tests. By Ben Williams; #821.
2.9.1#
Maintenance#
Correct conda-forge deployment of Zarr. By Josh Moore; #819.
2.9.0#
This release of Zarr Python is the first release of Zarr to not support Python 3.6.
Enhancements#
Update ABSStore for compatibility with newer azure.storage.blob. By Tom Augspurger; #759.
Pathlib support. By Chris Barnes; #768.
Documentation#
Clarify that arbitrary key/value pairs are OK for attributes. By Stephan Hoyer; #751.
Clarify how to manually convert a DirectoryStore to a ZipStore. By pmav99; #763.
Bug fixes#
Fix dimension_separator support. By Josh Moore; #775.
Extract ABSStore to zarr._storage.absstore. By Josh Moore; #781.
avoid NumPy 1.21.0 due to numpy/numpy#19325 By Gregory Lee; #791.
Maintenance#
Drop 3.6 builds. By Josh Moore; #774, #778.
Fix build with Sphinx 4. By Elliott Sales de Andrade; #799.
TST: add missing assert in test_hexdigest. By Gregory Lee; #801.
2.8.3#
Bug fixes#
FSStore: default to normalize_keys=False By Josh Moore; #755.
ABSStore: compatibility with
azure.storage.python>=12
By Tom Augspurger; #618
2.8.2#
Documentation#
Add section on rechunking to tutorial By David Baddeley; #730.
Bug fixes#
Expand FSStore tests and fix implementation issues By Davis Bennett; #709.
Maintenance#
Updated ipytree warning for jlab3 By Ian Hunt-Isaak; #721.
b170a48a - (issue-728, copy-nested) Updated ipytree warning for jlab3 (#721) (3 weeks ago) <Ian Hunt-Isaak>
Activate dependabot By Josh Moore; #734.
Update Python classifiers (Zarr is stable!) By Josh Moore; #731.
2.8.1#
Bug fixes#
raise an error if create_dataset’s dimension_separator is inconsistent By Gregory R. Lee; #724.
2.8.0#
V2 Specification Update#
Introduce optional dimension_separator .zarray key for nested chunks. By Josh Moore; #715, #716.
2.7.1#
Bug fixes#
Update Array to respect FSStore’s key_separator (#718) By Gregory R. Lee; #718.
2.7.0#
Enhancements#
Start stop for iterator (islice()) By Sebastian Grill; #621.
Add capability to partially read and decompress chunks By Andrew Fulton; #667.
Bug fixes#
Make DirectoryStore __setitem__ resilient against antivirus file locking By Eric Younkin; #698.
Compare test data’s content generally By John Kirkham; #436.
Fix dtype usage in zarr/meta.py By Josh Moore; #700.
Fix FSStore key_seperator usage By Josh Moore; #669.
Simplify text handling in DB Store By John Kirkham; #670.
GitHub Actions migration By Matthias Bussonnier; #641, #671, #674, #676, #677, #678, #679, #680, #682, #684, #685, #686, #687, #695, #706.
2.6.1#
Minor build fix By Matthias Bussonnier; #666.
2.6.0#
This release of Zarr Python is the first release of Zarr to not support Python 3.5.
End Python 3.5 support. By Chris Barnes; #602.
Fix
open_group/open_array
to allow opening of read-only store withmode='r'
#269Add Array tests for FSStore. By Andrew Fulton; :issue: 644.
fix a bug in which
attrs
would not be copied on the root when usingcopy_all
; #613Fix
FileNotFoundError
with dask/s3fs #649Fix flaky fixture in test_storage.py #652
Fix FSStore getitems fails with arrays that have a 0 length shape dimension #644
Use async to fetch/write result concurrently when possible. #536, See this comment for some performance analysis showing order of magnitude faster response in some benchmark.
See this link for the full list of closed and merged PR tagged with the 2.6 milestone.
Add ability to partially read and decompress arrays, see #667. It is only available to chunks stored using fsspec and using Blosc as a compressor.
For certain analysis case when only a small portion of chunks is needed it can be advantageous to only access and decompress part of the chunks. Doing partial read and decompression add high latency to many of the operation so should be used only when the subset of the data is small compared to the full chunks and is stored contiguously (that is to say either last dimensions for C layout, firsts for F). Pass
partial_decompress=True
as argument when creating anArray
, or when usingopen_array
. No option exists yet to apply partial read and decompress on a per-operation basis.
2.5.0#
This release will be the last to support Python 3.5, next version of Zarr will be Python 3.6+.
DirectoryStore now uses os.scandir, which should make listing large store faster, #563
Remove a few remaining Python 2-isms. By Poruri Sai Rahul; #393.
Improve error message in Jupyter when trying to use the
ipytree
widget withoutipytree
installed. By Zain Patel; #537Add typing information to many of the core functions #589
Explicitly close stores during testing. By Elliott Sales de Andrade; #442
Many of the convenience functions to emit errors (
err_*
fromzarr.errors
have been replaced byValueError
subclasses. The correspondingerr_*
function have been removed. #590, #614)Improve consistency of terminology regarding arrays and datasets in the documentation. By Josh Moore; #571.
Added support for generic URL opening by
fsspec
, where the URLs have the form “protocol://[server]/path” or can be chained URls with “::” separators. The additional argumentstorage_options
is passed to the backend, see thefsspec
docs. By Martin Durant; #546Added support for fetching multiple items via
getitems
method of a store, if it exists. This allows for concurrent fetching of data blocks from stores that implement this; presently HTTP, S3, GCS. Currently only applies to reading. By Martin Durant; #606Efficient iteration expanded with option to pass start and stop index via
array.islice
. By Sebastian Grill, #615.
2.4.0#
Enhancements#
Add key normalization option for
DirectoryStore
,NestedDirectoryStore
,TempStore
, andN5Store
. By James Bourbeau; #459.Add
recurse
keyword toGroup.array_keys
andGroup.arrays
methods. By James Bourbeau; #458.Use uniform chunking for all dimensions when specifying
chunks
as an integer. Also adds support for specifying-1
to chunk across an entire dimension. By James Bourbeau; #456.Rename
DictStore
toMemoryStore
. By James Bourbeau; #455.Rewrite
.tree()
pretty representation to useipytree
. Allows it to work in both the Jupyter Notebook and JupyterLab. By John Kirkham; #450.Do not rename Blosc parameters in n5 backend and add blocksize parameter, compatible with n5-blosc. By @axtimwalde, #485.
Update
DirectoryStore
to create files with more permissive permissions. By Eduardo Gonzalez and James Bourbeau; #493Use
math.ceil
for scalars. By John Kirkham; #500.Ensure contiguous data using
astype
. By John Kirkham; #513.Refactor out
_tofile
/_fromfile
fromDirectoryStore
. By John Kirkham; #503.Add
__enter__
/__exit__
methods toGroup
forh5py.File
compatibility. By Chris Barnes; #509.
Bug fixes#
Fix Sqlite Store Wrong Modification. By Tommy Tran; #440.
Add intermediate step (using
zipfile.ZipInfo
object) to write insideZipStore
to solve too restrictive permission issue. By Raphael Dussin; #505.Fix ‘/’ prepend bug in
ABSStore
. By Shikhar Goenka; #525.
Documentation#
Fix hyperlink in
README.md
. By Anderson Banihirwe; #531.Replace “nuimber” with “number”. By John Kirkham; #512.
Fix azure link rendering in tutorial. By James Bourbeau; #507.
Update
README
file to be more detailed. By Zain Patel; #495.Import blosc from numcodecs in tutorial. By James Bourbeau; #491.
Adds logo to docs. By James Bourbeau; #462.
Fix N5 link in tutorial. By James Bourbeau; #480.
Fix typo in code snippet. By Joe Jevnik; #461.
Fix URLs to point to zarr-python By John Kirkham; #453.
Maintenance#
Add documentation build to CI. By James Bourbeau; #516.
Use
ensure_ndarray
in a few more places. By John Kirkham; #506.Support Python 3.8. By John Kirkham; #499.
Require Numcodecs 0.6.4+ to use text handling functionality from it. By John Kirkham; #497.
Updates tests to use
pytest.importorskip
. By James Bourbeau; #492Upgrade dependencies in the test matrices and resolve a compatibility issue with testing against the Azure Storage Emulator. By @alimanfoo; #468, #467.
Use
unittest.mock
on Python 3. By Elliott Sales de Andrade; #426.Drop
decode
fromConsolidatedMetadataStore
. By John Kirkham; #452.
2.3.2#
Enhancements#
Use
scandir
inDirectoryStore
’sgetsize
method. By John Kirkham; #431.
Bug fixes#
Add and use utility functions to simplify reading and writing JSON. By John Kirkham; #429, #430.
Fix
collections
’sDeprecationWarning
s. By John Kirkham; #432.Fix tests on big endian machines. By Elliott Sales de Andrade; #427.
2.3.1#
Bug fixes#
Makes
azure-storage-blob
optional for testing. By John Kirkham; #419, #420.
2.3.0#
Enhancements#
New storage backend, backed by Azure Blob Storage, class
zarr.storage.ABSStore
. All data is stored as block blobs. By Shikhar Goenka, Tim Crone and Zain Patel; #345.Add “consolidated” metadata as an experimental feature: use
zarr.convenience.consolidate_metadata()
to copy all metadata from the various metadata keys within a dataset hierarchy under a single key, andzarr.convenience.open_consolidated()
to use this single key. This can greatly cut down the number of calls to the storage backend, and so remove a lot of overhead for reading remote data. By Martin Durant, Alistair Miles, Ryan Abernathey, #268, #332, #338.Support has been added for structured arrays with sub-array shape and/or nested fields. By Tarik Onalan, #111, #296.
Adds the SQLite-backed
zarr.storage.SQLiteStore
class enabling an SQLite database to be used as the backing store for an array or group. By John Kirkham, #368, #365.Efficient iteration over arrays by decompressing chunkwise. By Jerome Kelleher, #398, #399.
Adds the Redis-backed
zarr.storage.RedisStore
class enabling a Redis database to be used as the backing store for an array or group. By Joe Hamman, #299, #372.Adds the MongoDB-backed
zarr.storage.MongoDBStore
class enabling a MongoDB database to be used as the backing store for an array or group. By Noah D Brenowitz, Joe Hamman, #299, #372, #401.New storage class for N5 containers. The
zarr.n5.N5Store
has been added, which useszarr.storage.NestedDirectoryStore
to support reading and writing from and to N5 containers. By Jan Funke and John Kirkham.
Bug fixes#
The implementation of the
zarr.storage.DirectoryStore
class has been modified to ensure that writes are atomic and there are no race conditions where a chunk might appear transiently missing during a write operation. By sbalmer, #327, #263.Avoid raising in
zarr.storage.DirectoryStore
’s__setitem__
when file already exists. By Justin Swaney, #272, #318.The required version of the Numcodecs package has been upgraded to 0.6.2, which has enabled some code simplification and fixes a failing test involving msgpack encoding. By John Kirkham, #361, #360, #352, #355, #324.
Failing tests related to pickling/unpickling have been fixed. By Ryan Williams, #273, #308.
Corrects handling of
NaT
indatetime64
andtimedelta64
in various compressors (by John Kirkham; #344).Ensure
DictStore
contains onlybytes
to facilitate comparisons and protect against writes. By John Kirkham, #350.Test and fix an issue (w.r.t. fill values) when storing complex data to
Array
. By John Kirkham, #363.Always use a
tuple
when indexing a NumPyndarray
. By John Kirkham, #376.Ensure when
Array
uses adict
-based chunk store that it only containsbytes
to facilitate comparisons and protect against writes. Drop the copy for the no filter/compressor case as this handles that case. By John Kirkham, #359.
Maintenance#
Simplify directory creation and removal in
DirectoryStore.rename
. By John Kirkham, #249.CI and test environments have been upgraded to include Python 3.7, drop Python 3.4, and upgrade all pinned package requirements. Alistair Miles, #308.
Start using pyup.io to maintain dependencies. Alistair Miles, #326.
Configure flake8 line limit generally. John Kirkham, #335.
Add missing coverage pragmas. John Kirkham, #343, #355.
Fix missing backslash in docs. John Kirkham, #254, #353.
Include tests for stores’
popitem
andpop
methods. By John Kirkham, #378, #380.Include tests for different compressors, endianness, and attributes. By John Kirkham, #378, #380.
Test validity of stores’ contents. By John Kirkham, #359, #408.
2.2.0#
Enhancements#
Advanced indexing. The
Array
class has several new methods and properties that enable a selection of items in an array to be retrieved or updated. See the Advanced indexing tutorial section for more information. There is also a notebook with extended examples and performance benchmarks. #78, #89, #112, #172.New package for compressor and filter codecs. The classes previously defined in the
zarr.codecs
module have been factored out into a separate package called Numcodecs. The Numcodecs package also includes several new codec classes not previously available in Zarr, including compressor codecs for Zstd and LZ4. This change is backwards-compatible with existing code, as all codec classes defined by Numcodecs are imported into thezarr.codecs
namespace. However, it is recommended to import codecs from the new package, see the tutorial sections on Compressors and Filters for examples. With contributions by John Kirkham; #74, #102, #120, #123, #139.New storage class for DBM-style databases. The
zarr.storage.DBMStore
class enables any DBM-style database such as gdbm, ndbm or Berkeley DB, to be used as the backing store for an array or group. See the tutorial section on Storage alternatives for some examples. #133, #186.New storage class for LMDB databases. The
zarr.storage.LMDBStore
class enables an LMDB “Lightning” database to be used as the backing store for an array or group. #192.New storage class using a nested directory structure for chunk files. The
zarr.storage.NestedDirectoryStore
has been added, which is similar to the existingzarr.storage.DirectoryStore
class but nests chunk files for multidimensional arrays into sub-directories. #155, #177.New tree() method for printing hierarchies. The
Group
class has a newzarr.hierarchy.Group.tree()
method which enables a tree representation of a group hierarchy to be printed. Also provides an interactive tree representation when used within a Jupyter notebook. See the Array and group diagnostics tutorial section for examples. By John Kirkham; #82, #140, #184.Visitor API. The
Group
class now implements the h5py visitor API, see docs for thezarr.hierarchy.Group.visit()
,zarr.hierarchy.Group.visititems()
andzarr.hierarchy.Group.visitvalues()
methods. By John Kirkham, #92, #122.Viewing an array as a different dtype. The
Array
class has a newzarr.Array.astype()
method, which is a convenience that enables an array to be viewed as a different dtype. By John Kirkham, #94, #96.New open(), save(), load() convenience functions. The function
zarr.convenience.open()
provides a convenient way to open a persistent array or group, using either aDirectoryStore
orZipStore
as the backing store. The functionszarr.convenience.save()
andzarr.convenience.load()
are also available and provide a convenient way to save an entire NumPy array to disk and load back into memory later. See the tutorial section Persistent arrays for examples. #104, #105, #141, #181.IPython completions. The
Group
class now implements__dir__()
and_ipython_key_completions_()
which enables tab-completion for group members to be used in any IPython interactive environment. #170.New info property; changes to __repr__. The
Group
andArray
classes have a newinfo
property which can be used to print diagnostic information, including compression ratio where available. See the tutorial section on Array and group diagnostics for examples. The string representation (__repr__
) of these classes has been simplified to ensure it is cheap and quick to compute in all circumstances. #83, #115, #132, #148.Chunk options. When creating an array,
chunks=False
can be specified, which will result in an array with a single chunk only. Alternatively,chunks=True
will trigger an automatic chunk shape guess. See Chunk optimizations for more on thechunks
parameter. #106, #107, #183.Zero-dimensional arrays and are now supported; by Prakhar Goel, #154, #161.
Arrays with one or more zero-length dimensions are now fully supported; by Prakhar Goel, #150, #154, #160.
The .zattrs key is now optional and will now only be created when the first custom attribute is set; #121, #200.
New Group.move() method supports moving a sub-group or array to a different location within the same hierarchy. By John Kirkham, #191, #193, #196.
New Array.hexdigest() method computes an
Array
’s hash withhashlib
. By John Kirkham, #98, #203.Improved support for object arrays. In previous versions of Zarr, creating an array with
dtype=object
was possible but could under certain circumstances lead to unexpected errors and/or segmentation faults. To make it easier to properly configure an object array, a newobject_codec
parameter has been added to array creation functions. See the tutorial section on Object arrays for more information and examples. Also, runtime checks have been added in both Zarr and Numcodecs so that segmentation faults are no longer possible, even with a badly configured array. This API change is backwards compatible and previous code that created an object array and provided an object codec via thefilters
parameter will continue to work, however a warning will be raised to encourage use of theobject_codec
parameter. #208, #212.Added support for datetime64 and timedelta64 data types; #85, #215.
Array and group attributes are now cached by default to improve performance with slow stores, e.g., stores accessing data via the network; #220, #218, #204.
New LRUStoreCache class. The class
zarr.storage.LRUStoreCache
has been added and provides a means to locally cache data in memory from a store that may be slow, e.g., a store that retrieves data from a remote server via the network; #223.New copy functions. The new functions
zarr.convenience.copy()
andzarr.convenience.copy_all()
provide a way to copy groups and/or arrays between HDF5 and Zarr, or between two Zarr groups. Thezarr.convenience.copy_store()
provides a more efficient way to copy data directly between two Zarr stores. #87, #113, #137, #217.
Bug fixes#
Fixed bug where
read_only
keyword argument was ignored when creating an array; #151, #179.Fixed bugs when using a
ZipStore
opened in ‘w’ mode; #158, #182.Fill values can now be provided for fixed-length string arrays; #165, #176.
Fixed a bug where the number of chunks initialized could be counted incorrectly; #97, #174.
Fixed a bug related to the use of an ellipsis (…) in indexing statements; #93, #168, #172.
Fixed a bug preventing use of other integer types for indexing; #143, #147.
Documentation#
Some changes have been made to the Zarr Specification v2 document to clarify ambiguities and add some missing information. These changes do not break compatibility with any of the material as previously implemented, and so the changes have been made in-place in the document without incrementing the document version number. See the section on changes in the specification document for more information.
A new Advanced indexing section has been added to the tutorial.
A new String arrays section has been added to the tutorial (#135, #175).
The Chunk optimizations tutorial section has been reorganised and updated.
The Persistent arrays and Storage alternatives tutorial sections have been updated with new examples (#100, #101, #103).
A new tutorial section on Pickle support has been added (#91).
A new tutorial section on Datetimes and timedeltas has been added.
A new tutorial section on Array and group diagnostics has been added.
The tutorial sections on Parallel computing and synchronization and Configuring Blosc have been updated to provide information about how to avoid program hangs when using the Blosc compressor with multiple processes (#199, #201).
Maintenance#
A data fixture has been included in the test suite to ensure data format compatibility is maintained; #83, #146.
The test suite has been migrated from nosetests to pytest; #189, #225.
Various continuous integration updates and improvements; #118, #124, #125, #126, #109, #114, #171.
Bump numcodecs dependency to 0.5.3, completely remove nose dependency, #237.
Fix compatibility issues with NumPy 1.14 regarding fill values for structured arrays, #222, #238, #239.
Acknowledgments#
Code was contributed to this release by Alistair Miles, John Kirkham and Prakhar Goel.
Documentation was contributed to this release by Mamy Ratsimbazafy and Charles Noyes.
Thank you to John Kirkham, Stephan Hoyer, Francesc Alted, and Matthew Rocklin for code reviews and/or comments on pull requests.
2.1.4#
Resolved an issue where calling
hasattr
on aGroup
object erroneously returned aKeyError
. By Vincent Schut; #88, #95.
2.1.3#
Resolved an issue with
zarr.creation.array()
where dtype was given as None (#80).
2.1.2#
Resolved an issue when no compression is used and chunks are stored in memory (#79).
2.1.1#
Various minor improvements, including: Group
objects support member access
via dot notation (__getattr__
); fixed metadata caching for Array.shape
property and derivatives; added Array.ndim
property; fixed
Array.__array__
method arguments; fixed bug in pickling Array
state;
fixed bug in pickling ThreadSynchronizer
.
2.1.0#
Group objects now support member deletion via
del
statement (#65).Added
zarr.storage.TempStore
class for convenience to provide storage via a temporary directory (#59).Fixed performance issues with
zarr.storage.ZipStore
class (#66).The Blosc extension has been modified to return bytes instead of array objects from compress and decompress function calls. This should improve compatibility and also provides a small performance increase for compressing high compression ratio data (#55).
Added
overwrite
keyword argument to array and group creation methods on thezarr.hierarchy.Group
class (#71).Added
cache_metadata
keyword argument to array creation methods.The functions
zarr.creation.open_array()
andzarr.hierarchy.open_group()
now accept any store as first argument (#56).
2.0.1#
The bundled Blosc library has been upgraded to version 1.11.1.
2.0.0#
Hierarchies#
Support has been added for organizing arrays into hierarchies via groups. See
the tutorial section on Groups and the zarr.hierarchy
API docs for more information.
Filters#
Support has been added for configuring filters to preprocess chunk data prior
to compression. See the tutorial section on Filters and the
zarr.codecs
API docs for more information.
Other changes#
To accommodate support for hierarchies and filters, the Zarr metadata format
has been modified. See the Zarr Storage Specification Version 2 for more information. To migrate an
array stored using Zarr version 1.x, use the zarr.storage.migrate_1to2()
function.
The bundled Blosc library has been upgraded to version 1.11.0.
Acknowledgments#
Thanks to Matthew Rocklin, Stephan Hoyer and Francesc Alted for contributions and comments.
1.1.0#
The bundled Blosc library has been upgraded to version 1.10.0. The ‘zstd’ internal compression library is now available within Blosc. See the tutorial section on Compressors for an example.
When using the Blosc compressor, the default internal compression library is now ‘lz4’.
The default number of internal threads for the Blosc compressor has been increased to a maximum of 8 (previously 4).
Added convenience functions
zarr.blosc.list_compressors()
andzarr.blosc.get_nthreads()
.
1.0.0#
This release includes a complete re-organization of the code base. The major version number has been bumped to indicate that there have been backwards-incompatible changes to the API and the on-disk storage format. However, Zarr is still in an early stage of development, so please do not take the version number as an indicator of maturity.
Storage#
The main motivation for re-organizing the code was to create an
abstraction layer between the core array logic and data storage (#21).
In this release, any
object that implements the MutableMapping
interface can be used as
an array store. See the tutorial sections on Persistent arrays
and Storage alternatives, the Zarr Storage Specification Version 1, and the
zarr.storage
module documentation for more information.
Please note also that the file organization and file name conventions
used when storing a Zarr array in a directory on the file system have
changed. Persistent Zarr arrays created using previous versions of the
software will not be compatible with this version. See the
zarr.storage
API docs and the Zarr Storage Specification Version 1 for more
information.
Compression#
An abstraction layer has also been created between the core array
logic and the code for compressing and decompressing array
chunks. This release still bundles the c-blosc library and uses Blosc
as the default compressor, however other compressors including zlib,
BZ2 and LZMA are also now supported via the Python standard
library. New compressors can also be dynamically registered for use
with Zarr. See the tutorial sections on Compressors and
Configuring Blosc, the Zarr Storage Specification Version 1, and the
zarr.compressors
module documentation for more information.
Synchronization#
The synchronization code has also been refactored to create a layer of
abstraction, enabling Zarr arrays to be used in parallel computations
with a number of alternative synchronization methods. For more
information see the tutorial section on Parallel computing and synchronization and the
zarr.sync
module documentation.
Changes to the Blosc extension#
NumPy is no longer a build dependency for the zarr.blosc
Cython
extension, so setup.py will run even if NumPy is not already
installed, and should automatically install NumPy as a runtime
dependency. Manual installation of NumPy prior to installing Zarr is
still recommended, however, as the automatic installation of NumPy may
fail or be sub-optimal on some platforms.
Some optimizations have been made within the zarr.blosc
extension to avoid unnecessary memory copies, giving a ~10-20%
performance improvement for multi-threaded compression operations.
The zarr.blosc
extension now automatically detects whether it
is running within a single-threaded or multi-threaded program and
adapts its internal behaviour accordingly (#27). There is no need for
the user to make any API calls to switch Blosc between contextual and
non-contextual (global lock) mode. See also the tutorial section on
Configuring Blosc.
Other changes#
The internal code for managing chunks has been rewritten to be more efficient. Now no state is maintained for chunks outside of the array store, meaning that chunks do not carry any extra memory overhead not accounted for by the store. This negates the need for the “lazy” option present in the previous release, and this has been removed.
The memory layout within chunks can now be set as either “C” (row-major) or “F” (column-major), which can help to provide better compression for some data (#7). See the tutorial section on Chunk memory layout for more information.
A bug has been fixed within the __getitem__
and __setitem__
machinery for slicing arrays, to properly handle getting and setting
partial slices.
Acknowledgments#
Thanks to Matthew Rocklin, Stephan Hoyer, Francesc Alted, Anthony Scopatz and Martin Durant for contributions and comments.