-
Notifications
You must be signed in to change notification settings - Fork 35
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
Miscellaneous improvements for 2024-W14 #162
Merged
Merged
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #162 +/- ##
=======================================
- Coverage 76.0% 75.5% -0.5%
=======================================
Files 94 101 +7
Lines 6428 6675 +247
=======================================
+ Hits 4890 5046 +156
- Misses 1538 1629 +91
|
- From message_data.tools.gfei_fuel_economy. - Converted to an ExoDataSource.
- From message_data.tools.gea. - Simplified using ExoDataSource.
- Migrated from message_data.tools.iea_eei. - Streamlined and improved using ExoDataSource. - Add "Turkey" to .util.pycountry.
- Add standard .aggregate, .interpolate source kwargs to control transform(). - Add iamc_like_data_for_query() kwargs: - drop, to drop certain non-IAMC columns that may appear. - unique, to override default behaviour of requiring 4 dimensions contain unique values. - Other kwargs passed to pd.read_csv(); allow to override engine="pyarrow".
- Migrated from message_data.projects.shape. - Improved using ExoDataSource. - Also migrate docs, tests.
Always fetch these from Zenodo; avoid using LFS storage/bandwidth quota.
khaeru
added a commit
that referenced
this pull request
Apr 8, 2024
- Add to whatsnew. - Split project docs to separate pages.
khaeru
force-pushed
the
enh/2024-W14
branch
2 times, most recently
from
April 8, 2024 12:52
83a3b0e
to
5d79051
Compare
khaeru
added a commit
that referenced
this pull request
Apr 8, 2024
- Add to whatsnew. - Split project docs to separate pages.
This reverts commit 1584d42.
- Add configuration. - Address ~270 of ~450 nitpick warnings in Sphinx build. - Remove custom ReST aliases. - Remove some nitpick_ignore_regex entries.
glatterf42
approved these changes
Apr 9, 2024
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.
Thanks for these manifold improvements :)
4 tasks
khaeru
added a commit
that referenced
this pull request
Apr 10, 2024
Was incorrectly calculated in #162.
khaeru
added a commit
that referenced
this pull request
Jul 29, 2024
preserve structural information moved in #162
khaeru
added a commit
that referenced
this pull request
Jul 29, 2024
khaeru
added a commit
that referenced
this pull request
Jul 29, 2024
- add intersphinx configuration for plotnine. - add |t|, |ya|, |yv| replacements to rest prolog. - remove contents migrated upstream in #162 - address some sphinx nitpicks.
khaeru
added a commit
that referenced
this pull request
Jul 30, 2024
preserve structural information moved in #162
khaeru
added a commit
that referenced
this pull request
Jul 30, 2024
khaeru
added a commit
that referenced
this pull request
Jul 30, 2024
- add intersphinx configuration for plotnine. - add |t|, |ya|, |yv| replacements to rest prolog. - remove contents migrated upstream in #162 - address some sphinx nitpicks.
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.
message_data
.path_fallback()
, generalized from a utility function used in message_data/MESSAGEix-Transport.Housekeeping:
main
branch and a schedule trigger.How to review
Read the diff and note that the CI checks all pass.
PR checklist