forked from zarr-developers/zarr-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/zarr-developers/zarr-python …
…into dep/experimental-v3-impl
- Loading branch information
Showing
60 changed files
with
1,211 additions
and
1,496 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Setup Miniconda | ||
uses: conda-incubator/[email protected].1 | ||
uses: conda-incubator/[email protected].3 | ||
with: | ||
channels: conda-forge | ||
environment-file: environment.yml | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,13 +15,15 @@ jobs: | |
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
python-version: ['3.8', '3.9', '3.10', '3.11'] | ||
numpy_version: ['>=1.22.0', '==1.20.*'] | ||
python-version: ['3.9', '3.10', '3.11', '3.12'] | ||
numpy_version: ['>=1.24.0', '==1.23.*'] | ||
exclude: | ||
- python-version: '3.10' | ||
numpy_version: '==1.20.*' | ||
numpy_version: '==1.23.*' | ||
- python-version: '3.11' | ||
numpy_version: '==1.20.*' | ||
numpy_version: '==1.23.*' | ||
- python-version: '3.12' | ||
numpy_version: '==1.23.*' | ||
services: | ||
redis: | ||
image: redis | ||
|
@@ -42,7 +44,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- name: Setup Miniconda | ||
uses: conda-incubator/[email protected].1 | ||
uses: conda-incubator/[email protected].3 | ||
with: | ||
channels: conda-forge | ||
python-version: ${{ matrix.python-version }} | ||
|
@@ -62,7 +64,7 @@ jobs: | |
python -m pip install --upgrade pip | ||
python -m pip install -U pip setuptools wheel line_profiler | ||
python -m pip install -rrequirements_dev_minimal.txt numpy${{matrix.numpy_version}} -rrequirements_dev_optional.txt pymongo redis | ||
python -m pip install . | ||
python -m pip install -e . | ||
python -m pip freeze | ||
- name: Tests | ||
shell: "bash -l {0}" | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,10 +16,10 @@ jobs: | |
submodules: true | ||
fetch-depth: 0 | ||
|
||
- uses: actions/setup-python@v4.7.1 | ||
- uses: actions/setup-python@v5.1.0 | ||
name: Install Python | ||
with: | ||
python-version: '3.8' | ||
python-version: '3.9' | ||
|
||
- name: Install PyBuild | ||
run: | | ||
|
@@ -36,7 +36,7 @@ jobs: | |
else | ||
echo "All seem good" | ||
fi | ||
- uses: actions/upload-artifact@v3 | ||
- uses: actions/upload-artifact@v4 | ||
with: | ||
name: releases | ||
path: dist | ||
|
@@ -45,7 +45,7 @@ jobs: | |
needs: [build_artifacts] | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/download-artifact@v3 | ||
- uses: actions/download-artifact@v4 | ||
with: | ||
name: releases | ||
path: dist | ||
|
@@ -60,11 +60,11 @@ jobs: | |
runs-on: ubuntu-latest | ||
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v') | ||
steps: | ||
- uses: actions/download-artifact@v3 | ||
- uses: actions/download-artifact@v4 | ||
with: | ||
name: releases | ||
path: dist | ||
- uses: pypa/[email protected].11 | ||
- uses: pypa/[email protected].14 | ||
with: | ||
user: __token__ | ||
password: ${{ secrets.pypi_password }} | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,12 +16,12 @@ jobs: | |
strategy: | ||
fail-fast: True | ||
matrix: | ||
python-version: ['3.8', '3.9', '3.10', '3.11'] | ||
python-version: ['3.10', '3.11'] | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
- uses: conda-incubator/[email protected].1 | ||
- uses: conda-incubator/[email protected].3 | ||
with: | ||
auto-update-conda: true | ||
python-version: ${{ matrix.python-version }} | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,6 @@ python: | |
extra_requirements: | ||
- docs | ||
|
||
formats: all | ||
formats: | ||
- htmlzip | ||
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
## Active core-developers | ||
- @joshmoore (Josh Moore) | ||
- @jni (Juan Nunez-Iglesias) | ||
- @rabernat (Ryan Abernathey) | ||
- @jhamman (Joe Hamman) | ||
- @d-v-b (Davis Bennett) | ||
- @jakirkham (jakirkham) | ||
- @martindurant (Martin Durant) | ||
- @normanrz (Norman Rzepka) | ||
|
||
## Emeritus core-developers | ||
- @alimanfoo (Alistair Miles) | ||
- @shoyer (Stephan Hoyer) | ||
- @ryan-williams (Ryan Williams) | ||
- @jrbourbeau (James Bourbeau) | ||
- @mzjp2 (Zain Patel) | ||
- @grlee77 (Gregory Lee) | ||
|
||
## Former core-developers | ||
- @jeromekelleher (Jerome Kelleher) | ||
- @tjcrone (Tim Crone) | ||
- @funkey (Jan Funke) | ||
- @shikharsg | ||
- @Carreau (Matthias Bussonnier) | ||
- @dazzag24 | ||
- @WardF (Ward Fisher) |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ | |
from zarr import blosc | ||
|
||
if __name__ == "__main__": | ||
|
||
sys.path.insert(0, "..") | ||
|
||
# setup | ||
|
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.