Skip to content

Commit a55abad

Browse files
authored
Merge branch 'main' into string-arguments-for-codecs
2 parents 55f975c + 5ff3fbe commit a55abad

56 files changed

Lines changed: 524 additions & 238 deletions

Some content is hidden

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

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
run: |
6565
hatch env run --env test.py${{ matrix.python-version }}-${{ matrix.numpy-version }}-${{ matrix.dependency-set }} run-coverage
6666
- name: Upload coverage
67+
if: ${{ matrix.dependency-set == 'optional' && matrix.os == 'ubuntu-latest' }}
6768
uses: codecov/codecov-action@v5
6869
with:
6970
token: ${{ secrets.CODECOV_TOKEN }}

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ repos:
3737
- obstore>=0.5.1
3838
# Tests
3939
- pytest
40+
- hypothesis
4041
- repo: https://github.com/scientific-python/cookie
4142
rev: 2025.01.22
4243
hooks:

changes/1661.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/2622.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/2714.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/2718.bugfix.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

changes/2802.fix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/2924.chore.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

changes/2944.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/2950.bufgix.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Specifying the memory order of Zarr format 2 arrays using the ``order`` keyword argument has been fixed.

0 commit comments

Comments
 (0)