Skip to content

Commit

Permalink
Merge branch 'main' into tom/fix/cm-nested-getitem
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamman authored Oct 15, 2024
2 parents 488d57f + 818746c commit b08917c
Show file tree
Hide file tree
Showing 21 changed files with 775 additions and 482 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gpu_test.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: GPU Test V3
name: GPU Test

on:
push:
branches: [ v3 ]
branches: [ main ]
pull_request:
branches: [ v3 ]
branches: [ main ]
workflow_dispatch:

env:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/hypothesis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ on:
push:
branches:
- "main"
- "v3"
pull_request:
branches:
- "main"
- "v3"
types: [opened, reopened, synchronize, labeled]
schedule:
- cron: "0 0 * * *" # Daily “At 00:00” UTC
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Test V3
name: Test

on:
push:
branches: [ v3 ]
branches: [ main ]
pull_request:
branches: [ v3 ]
branches: [ main ]
workflow_dispatch:

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ci:
autoupdate_commit_msg: "chore: update pre-commit hooks"
autofix_commit_msg: "style: pre-commit fixes"
autofix_prs: false
default_stages: [commit, push]
default_stages: [pre-commit, pre-push]
default_language_version:
python: python3
repos:
Expand Down
7 changes: 0 additions & 7 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
@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');

.navbar-brand img {
height: 75px;
}
.navbar-brand {
height: 75px;
}

body {
font-family: 'Open Sans', sans-serif;
}
Expand Down
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

from importlib.metadata import version as get_version

import zarr
import sphinx

# If extensions (or modules to document with autodoc) are in another directory,
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Zarr-Python
release
license
contributing
roadmap

**Version**: |version|

Expand Down
Loading

0 comments on commit b08917c

Please sign in to comment.