chore(deps): update climate-ref-frontend to v0.5.0 - abandoned - #59
Open
renovate[bot] wants to merge 4 commits into
Open
chore(deps): update climate-ref-frontend to v0.5.0 - abandoned#59renovate[bot] wants to merge 4 commits into
renovate[bot] wants to merge 4 commits into
Conversation
Contributor
Author
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
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.
This PR contains the following updates:
0.4.2→0.5.0v0.4.2→v0.5.0Release Notes
Climate-REF/ref-app (ghcr.io/climate-ref/climate-ref-frontend)
v0.5.0Compare Source
Features
Adds CMIP7 alongside CMIP6.
Both eras are listed, filtered and served through the same endpoints.
The executions endpoint takes a new
mip_erafilter.Results from the two eras are never drawn on the same chart,
because the ensembles are not directly comparable.
Every model value now reports the era of the datasets its execution ran against,
so charts split correctly even for the diagnostics that record no era of their own.
Observational values carry no era, so they appear on both charts as the shared baseline. (#70)
Adds a CMIP6/CMIP7 selector to the top of both explorer pages.
Each page now shows one era of chart data at a time,
rather than stacking both inside every card.
The choice is held in the URL as
mip_era, so a shared link keeps it.A card with nothing for the selected era says so instead of rendering empty.
Values that record no era are always shown, labelled as such, since no era describes them.
Figure galleries are unaffected, because they hold output images rather than values with an era.
Pages that show a single chart, such as a diagnostic's scalar and series tabs,
still label and stack their eras in place. (#71)
Added the wall time, CPU time and peak memory recorded for each execution to the execution pages and tables.
(#80)
Improvements
Gates charts built from model data on how many models contributed to them.
with a warning that the sample is small and correlated.
Models in a family share code and biases,
so ACCESS-CM2 and ACCESS-ESM1-5 are not two independent lines of evidence.
(#70)
Updated the logo and branding to the new Climate-REF marks, including the navbar wordmark and the favicons. (#73)
Improved the executions list and statistics.
(#76)
Breaking Changes
CMIP6DatasetMetadataAPI schema toCMIPDatasetMetadata,since it now describes CMIP7 datasets as well.
Consumers of the generated client should update the type name. (#70)
Trivial Changes
baseUrloption and referencing the mdx types explicitly. (#68)manualChunksfunction form that rolldown requires. (#69)mip_era, which is the WCRP termand a required attribute in the CMIP7 controlled vocabulary. (#71)
make generate-client, which crashed under TypeScript 7. (#76)globalsand@testing-library/user-eventdev dependencies, and the commented-out example provider scaffolding in the backend. (#81)Configuration
📅 Schedule: (in timezone Australia/Melbourne)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.