cf-units
cf-units copied to clipboard
Units of measure as required by the Climate and Forecast (CF) Metadata Conventions
## 🚀 Pull Request ### Description This PR adapts the code for numpy 2.0. I'm building on top of #313 b/c this one should be merged after that one. Note...
updates: - [github.com/psf/black: 24.4.0 → 24.4.2](https://github.com/psf/black/compare/24.4.0...24.4.2) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](https://github.com/PyCQA/flake8/compare/7.0.0...7.1.0)
synced local file(s) with [SciTools/.github](https://github.com/SciTools/.github). # [Click for `README`](https://github.com/SciTools/.github/tree/main/templates) Changed files synced local .pre-commit-config.yaml with remote templates/.pre-commit-config.yaml --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#10650249600](https://github.com/SciTools/.github/actions/runs/10650249600)
Closes https://github.com/SciTools/cf-units/issues/313
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6.0.4 to 6.0.5. Release notes Sourced from peter-evans/create-pull-request's releases. Create Pull Request v6.0.5 ⚙️ Fixes an issue with proxy support for users that run self-hosted behind a...
It is getting quite hard to package cf_units with such an old dependency. My guess is that this could be make optional if a user doesn't want the latex representation...
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16.5 to 2.17.0. Release notes Sourced from pypa/cibuildwheel's releases. v2.17.0 🌟 Adds the ability to inherit configuration in TOML overrides. This makes certain configurations much simpler. If...
## 🚀 Pull Request ### Description SciTools/iris#353 proposed introducing ruff to cf-units for linting, but also changed some style choices (max line length and import sort order). IMO this made...
## ✨ Feature Request macOS 14.x compatible builds have been integrated into the CI chain, please release a new version (or re-release version 3.2.0 using the new CI) ## Motivation...
## 🚀 Pull Request ### Description This PR addresses some long outstanding technical debt, which thanks to [pep518](https://peps.python.org/pep-0518/), we can finally tidy-up and simplify. As a side-effect, developers can now...