Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc0446ad

Browse files
authored
Merge branch 'main' into ig/make_async_array_public
2 parents0600057 +c8d8e64 commitc0446ad

File tree

16 files changed

+247
-228
lines changed

16 files changed

+247
-228
lines changed

‎.pre-commit-config.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ci:
66
default_stages:[pre-commit, pre-push]
77
repos:
88
-repo:https://github.com/astral-sh/ruff-pre-commit
9-
rev:v0.13.3
9+
rev:v0.14.3
1010
hooks:
1111
-id:ruff-check
1212
args:["--fix", "--show-fixes"]
@@ -42,7 +42,7 @@ repos:
4242
-hypothesis
4343
-s3fs
4444
-repo:https://github.com/scientific-python/cookie
45-
rev:2025.10.01
45+
rev:2025.10.20
4646
hooks:
4747
-id:sp-repo-review
4848
-repo:https://github.com/pre-commit/pygrep-hooks

‎changes/3533.misc.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Reduced the runtime of the test suite by simplifying test cases.

‎changes/3560.bugfix.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Improve write performance to large shards by up to 10x.

‎docs/api/abc/buffer.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,11 @@
22
title:buffer
33
---
44

5+
::: zarr.abc
6+
options:
7+
show_root_heading: true
8+
show_root_toc_entry: true
9+
members: false
10+
11+
512
::: zarr.abc.buffer

‎docs/api/abc/codec.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ title: codec
33
---
44

55
::: zarr.abc.codec
6+
::: zarr.abc.numcodec

‎docs/api/api_sync.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,10 @@
22
title:synchronous
33
---
44

5+
::: zarr.api
6+
options:
7+
show_root_heading: true
8+
show_root_toc_entry: true
9+
members: false
10+
511
::: zarr.api.synchronous

‎docs/api/codecs.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
title:codecs
33
---
44

5-
::: zarr.codecs
5+
::: zarr.codecs
6+
7+
::: zarr.codecs.numcodecs

‎docs/api/index.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Complete reference documentation for the Zarr-Python API.
44

5+
::: zarr
6+
options:
7+
show_root_heading: true
8+
show_root_toc_entry: true
9+
members: false
10+
511
##Core API
612

713
###Essential Classes and Functions

‎docs/api/metadata.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title:metadata
3+
---
4+
5+
::: zarr.metadata
6+
::: zarr.metadata.migrate_v3

‎docs/api/testing.md‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
title:testing
33
---
44

5+
::: zarr.testing
6+
options:
7+
show_root_heading: true
8+
show_root_toc_entry: true
9+
members: false
10+
511
##Buffer
612

713
::: zarr.testing.buffer
@@ -21,3 +27,7 @@ title: testing
2127
##Utils
2228

2329
::: zarr.testing.utils
30+
31+
##Conftest
32+
33+
::: zarr.testing.conftest

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp