Skip to content

Commit ccab963

Browse files
committed
Merge remote-tracking branch 'origin/main' into sharding-with-empty-inner-chunks
2 parents 1df6108 + ee112b9 commit ccab963

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+2413
-1237
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ body:
2727
attributes:
2828
label: Python Version
2929
description: Version of Python interpreter
30-
placeholder: 3.8.5, 3.9, 3.10, etc.
30+
placeholder: 3.10, 3.11, 3.12 etc.
3131
validations:
3232
required: true
3333
- type: input

.github/workflows/gpu_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33

4-
name: GPU Test V3
4+
name: GPU Test
55

66
on:
77
push:
8-
branches: [ v3 ]
8+
branches: [ main ]
99
pull_request:
10-
branches: [ v3 ]
10+
branches: [ main ]
1111
workflow_dispatch:
1212

1313
env:

.github/workflows/hypothesis.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ on:
33
push:
44
branches:
55
- "main"
6-
- "v3"
76
pull_request:
87
branches:
98
- "main"
10-
- "v3"
119
types: [opened, reopened, synchronize, labeled]
1210
schedule:
1311
- cron: "0 0 * * *" # Daily “At 00:00” UTC

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
submodules: true
1717
fetch-depth: 0
1818

19-
- uses: actions/setup-python@v5
19+
- uses: actions/setup-python@v5.2.0
2020
name: Install Python
2121
with:
2222
python-version: '3.11'

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33

4-
name: Test V3
4+
name: Test
55

66
on:
77
push:
8-
branches: [ v3 ]
8+
branches: [ main ]
99
pull_request:
10-
branches: [ v3 ]
10+
branches: [ main ]
1111
workflow_dispatch:
1212

1313
concurrency:
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
strategy:
2323
matrix:
24-
python-version: ['3.11', '3.12']
24+
python-version: ['3.11', '3.12', '3.13']
2525
numpy-version: ['1.25', '1.26', '2.0']
2626
dependency-set: ["minimal", "optional"]
2727

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
autoupdate_commit_msg: "chore: update pre-commit hooks"
33
autofix_commit_msg: "style: pre-commit fixes"
44
autofix_prs: false
5-
default_stages: [commit, push]
5+
default_stages: [pre-commit, pre-push]
66
default_language_version:
77
python: python3
88
repos:
@@ -31,7 +31,6 @@ repos:
3131
- asciitree
3232
- crc32c
3333
- donfig
34-
- fasteners
3534
- numcodecs
3635
- numpy
3736
- typing_extensions

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015-2023 Zarr Developers <https://github.com/zarr-developers>
3+
Copyright (c) 2015-2024 Zarr Developers <https://github.com/zarr-developers>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@
7070
</td>
7171
</tr>
7272
<tr>
73-
<td>Gitter</td>
73+
<td>Zulip</td>
7474
<td>
75-
<a href="https://gitter.im/zarr-developers/community">
76-
<img src="https://badges.gitter.im/zarr-developers/community.svg" />
75+
<a href="https://ossci.zulipchat.com/">
76+
<img src="https://img.shields.io/badge/zulip-join_chat-brightgreen.svg" />
7777
</a>
7878
</td>
7979
</tr>

TEAM.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## Active core-developers
2+
- @joshmoore (Josh Moore)
3+
- @jni (Juan Nunez-Iglesias)
4+
- @rabernat (Ryan Abernathey)
5+
- @jhamman (Joe Hamman)
6+
- @d-v-b (Davis Bennett)
7+
- @jakirkham (jakirkham)
8+
- @martindurant (Martin Durant)
9+
- @normanrz (Norman Rzepka)
10+
- @dstansby (David Stansby)
11+
- @dcherian (Deepak Cherian)
12+
- @TomAugspurger (Tom Augspurger)
13+
14+
## Emeritus core-developers
15+
- @alimanfoo (Alistair Miles)
16+
- @shoyer (Stephan Hoyer)
17+
- @ryan-williams (Ryan Williams)
18+
- @jrbourbeau (James Bourbeau)
19+
- @mzjp2 (Zain Patel)
20+
- @grlee77 (Gregory Lee)
21+
22+
## Former core-developers
23+
- @jeromekelleher (Jerome Kelleher)
24+
- @tjcrone (Tim Crone)
25+
- @funkey (Jan Funke)
26+
- @shikharsg
27+
- @Carreau (Matthias Bussonnier)
28+
- @dazzag24
29+
- @WardF (Ward Fisher)

docs/_static/custom.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,400;0,600;1,400;1,600&display=swap');
22

3-
.navbar-brand img {
4-
height: 75px;
5-
}
6-
.navbar-brand {
7-
height: 75px;
8-
}
9-
103
body {
114
font-family: 'Open Sans', sans-serif;
125
}

0 commit comments

Comments
 (0)