Skip to content

Change support to starting from R2024a #89

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For example,

### MathWorks Products (https://www.mathworks.com)

Requires MATLAB release R2022b or newer
Requires MATLAB release R2024a or newer

### 3rd Party Products:
- Python - v3.10 or newer
Expand Down
2 changes: 1 addition & 1 deletion doc/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This document highlights the usage of the MATLAB functions for reading and writi
Please find examples of the usage of these functions in `examples.md`.

Please refer to `README.md` for installation instructions and third-party dependencies.
* The use of this repository requires MATLAB release R2022b or newer.
* The use of this repository requires MATLAB release R2024a or newer.
* Currently, only Zarr v2 is supported.

## `zarrcreate(FILEPATH, DATASIZE, Name=Value)`
Expand Down