-
Notifications
You must be signed in to change notification settings - Fork 5
Fix notebooks for new RavenPy #524
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
Merged
Merged
Conversation
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
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
3 tasks
Zeitsperre
added a commit
to Ouranosinc/PAVICS-e2e-workflow-tests
that referenced
this pull request
Aug 1, 2025
# Overview This PR fixes Ouranosinc/pavics-sdi#358 by adding `intake-esgf` to the docker conda recipe. It also updates a handful of core dependencies. > [!NOTE] > The `esgf-dap.ipynb` notebook was not included in the Jenkins buildlog but was independently tested in a secondary build and was passing. ## Changes - Jupyter env changes: - Added `intake-esgf` - Ouranosinc/pavics-sdi#358 - Updated `ravenpy` and other core libraries - CSHS-CWRA/RavenPy#524 - Relevant changes (alphabetical order): ```diff > - globus-sdk=3.61.0=pyhd8ed1ab_0 > - intake-esgf=2025.6.6=pyhd8ed1ab_0 < - ravenpy=0.18.1=pyhd8ed1ab_0 > - ravenpy=0.19.0=pyhd8ed1ab_0 < - xclim=0.56.0=pyhd8ed1ab_0 > - xclim=0.57.0=pyhd8ed1ab_0 < - xscen=0.12.1=pyhd8ed1ab_0 > - xscen=0.12.3=pyhd8ed1ab_0 < - xsdba=0.4.0=pyhd8ed1ab_0 > - xsdba=0.5.0=pyhd8ed1ab_0 ``` ## Testing Checklist - [x] Deployed as "alpha" image in production for bokeh visualization performance regression testing. - [x] Manually tested notebook https://github.com/Ouranosinc/PAVICS-landing/blob/master/content/notebooks/climate_indicators/PAVICStutorial_ClimateDataAnalysis-5Visualization.ipynb for bokeh visualization performance. - [x] Committed the Jenkins build log to this Pull Request: https://github.com/Ouranosinc/PAVICS-e2e-workflow-tests/blob/807da3100f5964f18855f84cd6c30f26516fcd77/docker/saved_buildout/jenkins-buildlogs-default.txt ## Related Issue / Discussion - Matching notebook fixes: - pavics-sdi: - Ouranosinc/pavics-sdi#358 - Ouranosinc/pavics-sdi#359 - These need to be merged together - This was performed - PAVICS-landing: Ouranosinc/PAVICS-landing#111 - RavenPy: CSHS-CWRA/RavenPy#524 - Deployment to PAVICS: bird-house/birdhouse-deploy#567 - Previous release: #147 ## Additional Information Full diff of the conda env export: release-py311-250423...807da31 Full new conda env export: https://github.com/Ouranosinc/PAVICS-e2e-workflow-tests/blob/807da3100f5964f18855f84cd6c30f26516fcd77/docker/saved_buildout/conda-env-export.yml DockerHub build log: https://github.com/Ouranosinc/PAVICS-e2e-workflow-tests/blob/807da3100f5964f18855f84cd6c30f26516fcd77/docker/saved_buildout/docker-buildlogs.txt
tlvu
approved these changes
Aug 1, 2025
Zeitsperre
added a commit
to bird-house/birdhouse-deploy
that referenced
this pull request
Aug 1, 2025
## Overview
This PR updates the Jupyter image to the latest update tag
(`py311-250423-update250730`). New features include the addition of ESGF
intake catalogues and adapting to the new changes put forward in `Raven`
and `RavenPy` concerning testdata versioning.
## Changes
**The version in this PR has not yet been bumped**
- Updates the Jupyter environment for PAVICS to
`py311-250423-update250730`
- New dependency:
- `intake-esgf`
- Updated dependencies:
- `ravenpy` (v0.19.0) (significant breaking changes)
- `xclim` (v0.57.0)
- `xsdba` (v0.12.3)
- `xscen` (v0.5.0)
## Related Issue / Discussion
Ouranosinc/PAVICS-e2e-workflow-tests#150
## Additional Information
- Matching notebook fixes:
- Pavics-sdi: Ouranosinc/pavics-sdi#358
- PAVICS-landing: Ouranosinc/PAVICS-landing#111
- RavenPy: CSHS-CWRA/RavenPy#524
- Raven:
- **This was updated in #564**
## CI Operations
birdhouse_daccs_configs_branch: master
birdhouse_skip_ci: false
Collaborator
|
This PR was merged to |
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.
Pull Request Checklist:
number) and pull request (:pull:number) has been added.What kind of change does this PR introduce?
scipyversion (related dependency issues addressed)Does this PR introduce a breaking change?
Yes. Testing data was added to the
registry.txtso a new version ofRavenPyis needed on PAVICS.Other information:
We don't currently run the notebooks here in CI, as a few of them take far too long to compute. Perhaps we need to add a build for this regardless.
Changes here required for: Ouranosinc/PAVICS-e2e-workflow-tests#150