Contributing¶
See CONTRIBUTING.md in the repository for the development setup, test workflow, and design ground rules. The short version:
- Every change keeps
run tools/run_tests.mgreen, including the bidirectional zarr-python interop tests. - New dtypes/codecs/features come with interop cases in
tools/interop_cases.py+tools/interop_matlab.mproving both directions. - Documentation examples are executed by
tests/TestDocs.m— every```matlabblock in these pages must run cleanly (blocks that should not run use```textor```pythonfences). - No Python at runtime; R2022b compatibility is enforced by CI.