forked from zarr-developers/zarr-python
-
Notifications
You must be signed in to change notification settings - Fork 0
added arrow array-bytes codec #1
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
Draft
rabernat
wants to merge
21
commits into
master
Choose a base branch
from
arrow-ipc-codec
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set default value for prototype parameter in get method.
* concurrency limit 64 -> 10 * update reference to concurrency limit in docs * update tests * remove release note
…#3574) * feat: bounded size `auto` sharding via `zarr.config` * chore: add docs + `config` * fix: config test * chore: relnote * fix: coverage * refactor: variable declaration order * fix: docstring + argu --------- Co-authored-by: Davis Bennett <[email protected]>
* feat: make `async_array` public * chore: relnote * fix: clarify docstring --------- Co-authored-by: Davis Bennett <[email protected]>
* Improve store section in migration guide * Update docs/user-guide/v3_migration.md Co-authored-by: Davis Bennett <[email protected]> --------- Co-authored-by: Davis Bennett <[email protected]>
* Parametrize Array with v2/v3 metadata * Try fixing docstrings * Add an AnyAsyncArray type * Add async array v2 and v3 types * Add changelog entry * Pass sub-classes through returns. * Chage release note to MarkDown --------- Co-authored-by: Davis Bennett <[email protected]>
* Reduce number of documentation redirects needed * Revert other structural changes from 3.1.3 * Fixup
* update imports in docs * fix tests
* compile release notes * add latest release notes * prose * typo * build release notes --------- Co-authored-by: Max Jones <[email protected]>
* 3.1.4, not pi * fix links * fix header structure * release notes * rename change entry
Bumps the actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v5...v6) Updates `astral-sh/setup-uv` from 7.1.2 to 7.1.4 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@8585678...1e862df) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: astral-sh/setup-uv dependency-version: 7.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…s#3599) Co-authored-by: Davis Bennett <[email protected]>
* bump mininum version of typing_extensions * pin pytest-asyncio * < not <=
* add test that fails when there are no examples detected * use rglob instead of glob to find example scripts * changelog
* fix: 1024 bytes is not 1MiB! * fix: correct number * chore: add test * chore: relnote * fix: name * Apply suggestion from @d-v-b --------- Co-authored-by: Davis Bennett <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.