-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release/1.11.0 #260
Merged
Merged
Release/1.11.0 #260
Conversation
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
Bumps the pip-dependencies group with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.5.0 to 0.5.1 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.5.0...0.5.1) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
…cies-bc3aaa0dd1 Bump ruff from 0.5.0 to 0.5.1 in the pip-dependencies group
Bumps the pip-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [numpy](https://github.com/numpy/numpy) | `2.0.0` | `2.0.1` | | [xarray](https://github.com/pydata/xarray) | `2024.6.0` | `2024.7.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.5.1` | `0.5.5` | | [mypy](https://github.com/python/mypy) | `1.10.1` | `1.11.1` | | [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `0.25.1` | `0.25.2` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.28` | `9.5.30` | Updates `numpy` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.0.0...v2.0.1) Updates `xarray` from 2024.6.0 to 2024.7.0 - [Release notes](https://github.com/pydata/xarray/releases) - [Changelog](https://github.com/pydata/xarray/blob/main/HOW_TO_RELEASE.md) - [Commits](pydata/xarray@v2024.06.0...v2024.07.0) Updates `pytest` from 8.2.2 to 8.3.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.2.2...8.3.2) Updates `ruff` from 0.5.1 to 0.5.5 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.5.1...0.5.5) Updates `mypy` from 1.10.1 to 1.11.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.10.1...v1.11.1) Updates `mkdocstrings` from 0.25.1 to 0.25.2 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.25.1...0.25.2) Updates `mkdocs-material` from 9.5.28 to 9.5.30 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.28...9.5.30) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: xarray dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: mkdocstrings dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: mkdocs-material dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
…cies-244e4fe470 Bump the pip-dependencies group with 7 updates
Bumps the pip-dependencies group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [numpy](https://github.com/numpy/numpy) | `2.0.1` | `2.0.2` | | [netcdf4](https://github.com/Unidata/netcdf4-python) | `1.7.1.post1` | `1.7.1.post2` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` | | [ruff](https://github.com/astral-sh/ruff) | `0.5.5` | `0.6.8` | | [black](https://github.com/psf/black) | `24.4.2` | `24.8.0` | | [mypy](https://github.com/python/mypy) | `1.11.1` | `1.11.2` | | [mkdocs](https://github.com/mkdocs/mkdocs) | `1.6.0` | `1.6.1` | | [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) | `0.25.2` | `0.26.1` | | [mkdocs-jupyter](https://github.com/danielfrg/mkdocs-jupyter) | `0.24.8` | `0.25.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.30` | `9.5.39` | Updates `numpy` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.0.1...v2.0.2) Updates `netcdf4` from 1.7.1.post1 to 1.7.1.post2 - [Release notes](https://github.com/Unidata/netcdf4-python/releases) - [Changelog](https://github.com/Unidata/netcdf4-python/blob/master/Changelog) - [Commits](Unidata/netcdf4-python@v1.7.1.post1...v1.7.1.post2) Updates `pytest` from 8.3.2 to 8.3.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.2...8.3.3) Updates `ruff` from 0.5.5 to 0.6.8 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.5.5...0.6.8) Updates `black` from 24.4.2 to 24.8.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.4.2...24.8.0) Updates `mypy` from 1.11.1 to 1.11.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.11.1...v1.11.2) Updates `mkdocs` from 1.6.0 to 1.6.1 - [Release notes](https://github.com/mkdocs/mkdocs/releases) - [Commits](mkdocs/mkdocs@1.6.0...1.6.1) Updates `mkdocstrings` from 0.25.2 to 0.26.1 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.25.2...0.26.1) Updates `mkdocs-jupyter` from 0.24.8 to 0.25.0 - [Changelog](https://github.com/danielfrg/mkdocs-jupyter/blob/main/CHANGELOG.md) - [Commits](danielfrg/mkdocs-jupyter@0.24.8...0.25.0) Updates `mkdocs-material` from 9.5.30 to 9.5.39 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.30...9.5.39) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: netcdf4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: mkdocs dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: mkdocstrings dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: mkdocs-jupyter dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: mkdocs-material dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
…cies-f703c3d586 Bump the pip-dependencies group across 1 directory with 10 updates
for more information, see https://pre-commit.ci
This reverts commit 3931a16.
…ring-workflows fix pre-commit during workflows
Bumps the gha-dependencies group with 2 updates in the / directory: [abatilo/actions-poetry](https://github.com/abatilo/actions-poetry) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `abatilo/actions-poetry` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/abatilo/actions-poetry/releases) - [Changelog](https://github.com/abatilo/actions-poetry/blob/master/.releaserc) - [Commits](abatilo/actions-poetry@v3.0.0...v3.0.1) Updates `codecov/codecov-action` from 4 to 5 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: abatilo/actions-poetry dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha-dependencies - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
…ha-dependencies-b918ff413b Bump the gha-dependencies group across 1 directory with 2 updates
Bumps the pip-dependencies group with 3 updates in the / directory: [ruff](https://github.com/astral-sh/ruff), [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings). Updates `ruff` from 0.6.8 to 0.7.3 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.6.8...0.7.3) Updates `pytest-cov` from 5.0.0 to 6.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v5.0.0...v6.0.0) Updates `mkdocstrings` from 0.26.2 to 0.27.0 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.26.2...0.27.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-major dependency-group: pip-dependencies - dependency-name: mkdocstrings dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
…cies-53a6359bf9 Bump the pip-dependencies group across 1 directory with 3 updates
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #260 +/- ##
==========================================
+ Coverage 90.92% 90.94% +0.01%
==========================================
Files 5 5
Lines 463 464 +1
==========================================
+ Hits 421 422 +1
Misses 42 42 ☔ View full report in Codecov by Sentry. |
…k-to-pre-commit add gitleaks hook to pre-commit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Checklist:
📚 Documentation preview 📚: https://ncompare--260.org.readthedocs.build/en/260/