-
Notifications
You must be signed in to change notification settings - Fork 18
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
⬆️ Combined updates #1458
⬆️ Combined updates #1458
Conversation
Bumps [pre-commit/action](https://github.com/pre-commit/action) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/pre-commit/action/releases) - [Commits](pre-commit/action@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: pre-commit/action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.11 to 1.8.14. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.11...v1.8.14) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [asteval](https://github.com/lmfit/asteval) from 0.9.32 to 0.9.33. - [Release notes](https://github.com/lmfit/asteval/releases) - [Commits](lmfit/asteval@0.9.32...0.9.33) --- updated-dependencies: - dependency-name: asteval dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [openpyxl](https://openpyxl.readthedocs.io) from 3.1.2 to 3.1.3. --- updated-dependencies: - dependency-name: openpyxl dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [scipy](https://github.com/scipy/scipy) from 1.12.0 to 1.13.1. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](scipy/scipy@v1.12.0...v1.13.1) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [sdtfile](https://github.com/cgohlke/sdtfile) from 2023.9.28 to 2024.5.24. - [Release notes](https://github.com/cgohlke/sdtfile/releases) - [Changelog](https://github.com/cgohlke/sdtfile/blob/master/CHANGES.rst) - [Commits](cgohlke/sdtfile@v2023.9.28...v2024.5.24) --- updated-dependencies: - dependency-name: sdtfile dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [xarray](https://github.com/pydata/xarray) from 2024.2.0 to 2024.5.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.02.0...v2024.05.0) --- updated-dependencies: - dependency-name: xarray dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We've reviewed this pull request using the Sourcery rules engine. If you would also like our AI-powered code review then let us know.
glotaran/optimization/data_provider.py:615: UserWarning: The `squeeze` kwarg to GroupBy is being removed.Pass .groupby(..., squeeze=False) to disable squeezing, which is the new default, and to silence this warning. ["".join(sub_arr.values) for _, sub_arr in aligned_groups.groupby("global")]
7ca64ae
to
24a62c7
Compare
Benchmark is done. Checkout the benchmark result page. Benchmark diff v0.7.2 vs. main
Benchmark diff main vs. PR
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1458 +/- ##
=====================================
Coverage 88.6% 88.6%
=====================================
Files 107 107
Lines 5128 5133 +5
Branches 962 965 +3
=====================================
+ Hits 4544 4549 +5
Misses 468 468
Partials 116 116 ☔ View full report in Codecov by Sentry. |
The old link still works if accessed via browser but the CI link check is blocked (HTTP 403) and link check fails
Bumps [devops-actions/action-get-tag](https://github.com/devops-actions/action-get-tag) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/devops-actions/action-get-tag/releases) - [Commits](devops-actions/action-get-tag@v1.0.2...v1.0.3) --- updated-dependencies: - dependency-name: devops-actions/action-get-tag dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note pydantic being updated from v1 to v2!
Besides combining dependabot up PRs, this PR also changes
pydantic
from v1 to v2 and fixes a deprecation sharing when callinggroupby
onxarray
data structures due to a changed default.Change summary
Checklist
Closes issues
closes #1460
closes #1457
closes #1456
closes #1454
closes #1453
closes #1451
closes #1449
closes #1448
closes #1444
closes #1443
closes #1442