Install climate-ref from PyPI#40
Merged
Merged
Conversation
v0.16 is now published, so the git-tag source is no longer needed. The lock resolves climate-ref 0.16.2, which adds a level dimension to the CMIP7 AFT CV, so the committed test database is migrated to match.
✅ Deploy Preview for climate-ref canceled.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (2)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughThe backend now installs ChangesClimate-ref package sourcing
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
lewisjared
added a commit
that referenced
this pull request
Jul 16, 2026
Replaces the fixture with a fresh full-provider solve run locally, on top of the 0.16.2 pin from #40. The DB is migrated to 0.16.2 head (a4c5d6e7f8b9) and loads UP_TO_DATE. - pmp now has 5 successful executions (was 0) - esmvaltool 16 successful; ilamb 1 (gpp-fluxnet2015) — most ILAMB diagnostics need reference datasets absent from the decimated sample-data after the obs4MIPs/obs4REF rework - pruned for git (~17M, was ~26M): dropped the two heavy regional-historical esmvaltool diagnostics (DB rows + results) and all .nc outputs; VACUUMed Constraint: fixture must stay small enough to commit to git Not-tested: ref-app backend suite locally (relies on PR CI against 0.16.2)
lewisjared
added a commit
that referenced
this pull request
Jul 16, 2026
Replaces the fixture with a fresh full-provider solve run locally, on top of the 0.16.2 pin from #40. The DB is migrated to 0.16.2 head (a4c5d6e7f8b9) and loads UP_TO_DATE. - pmp now has 5 successful executions (was 0) - esmvaltool 16 successful; ilamb 1 (gpp-fluxnet2015) — most ILAMB diagnostics need reference datasets absent from the decimated sample-data after the obs4MIPs/obs4REF rework - pruned for git (~17M, was ~26M): dropped the two heavy regional-historical esmvaltool diagnostics (DB rows + results) and all .nc outputs; VACUUMed Constraint: fixture must stay small enough to commit to git Not-tested: ref-app backend suite locally (relies on PR CI against 0.16.2)
lewisjared
added a commit
that referenced
this pull request
Jul 16, 2026
Replaces the fixture with a fresh full-provider solve run locally, on top of the 0.16.2 pin from #40. The DB is migrated to 0.16.2 head (a4c5d6e7f8b9) and loads UP_TO_DATE. - pmp now has 5 successful executions (was 0) - esmvaltool 16 successful; ilamb 1 (gpp-fluxnet2015) — most ILAMB diagnostics need reference datasets absent from the decimated sample-data after the obs4MIPs/obs4REF rework - pruned for git (~17M, was ~26M): dropped the two heavy regional-historical esmvaltool diagnostics (DB rows + results) and all .nc outputs; VACUUMed Constraint: fixture must stay small enough to commit to git Not-tested: ref-app backend suite locally (relies on PR CI against 0.16.2)
This file contains hidden or 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
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.
Removes the git-tag source for
climate-reffrom the backend, because v0.16 is now published to PyPI. The>=0.16.0,<0.17constraint is unchanged.[tool.uv.sources]entry forclimate-refinbackend/pyproject.toml.climate-ref0.16.2 and its provider packages resolve from PyPI.leveldimension tocv_cmip7_aft.yamland the fixture predates it. This is the same in-place alembic migration thatscripts/update-test-data.shperforms.Summary by CodeRabbit
Chores
climate-refv0.16 package from PyPI.Documentation