python-stratify
python-stratify copied to clipboard
Vectorized interpolators for Nd atmospheric and oceanographic data
I noticed the CI is testing against Python versions 3.9, 3.10 and 3.11. It would be good to at least add Python 3.12 to this list as that is increasingly...
Bumps the dependencies group with 2 updates: [scitools/workflows](https://github.com/scitools/workflows) and [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel). Updates `scitools/workflows` from 2025.03.3 to 2025.03.4 Commits 0a09852 Automated release for version "2025.03.4" 8ebb685 chore: update pre-commit hooks (#114) See...
Lockfiles updated to the latest resolvable environment. ### If the CI tasks fail, create a new branch based on this PR and add the required fixes to that branch.
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.10 → v0.11.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.10...v0.11.2) - [github.com/abravalheri/validate-pyproject: v0.23 → v0.24.1](https://github.com/abravalheri/validate-pyproject/compare/v0.23...v0.24.1)
## 📰 Custom Issue #276 will add a pre-commit action checking our repo against repo review. To add this I have set all of the tests that currently fail to...
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.2 → v0.14.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.13.2...v0.14.3) - [github.com/pycqa/isort: 6.0.1 → 7.0.0](https://github.com/pycqa/isort/compare/6.0.1...7.0.0) - [github.com/scientific-python/cookie: 2025.05.02 → 2025.10.20](https://github.com/scientific-python/cookie/compare/2025.05.02...2025.10.20) @scitools-templating: please no share prompt
Lockfiles updated to the latest resolvable environment. ### If the CI tasks fail, create a new branch based on this PR and add the required fixes to that branch.
The template for `.pre-commit-config.yaml` has been updated; see the diff below. Please either: - Action this issue with a pull request applying some/all of these changes to `.pre-commit-config.yaml`[^1]. - Close...
## 🚀 Pull Request ### Description Stratify currently cannot handle when the source and the target are increasing in different directions. eg. Source [1, 2, 3, 4] Target [4, 3,...