Daniel Huppmann
Daniel Huppmann
**Is your feature request related to a problem? Please describe.** Inspecting the database after every test-run to get the output of pytest-monitor seems to be quite a hassle. **Describe the...
# Please confirm that this PR has done the following: - ~Tests Added~ - ~Documentation Added~ - ~Name of contributors Added to AUTHORS.rst~ - [x] Description in RELEASE_NOTES.md Added #...
When a user has access to a Scenario Explorer database instance but no permission to view any models (or no scenarios exist), querying data from the API fails with an...
Per a bug report by @M-Neuwirth: if the years in the column headers are mixed between integer and strings in an IAMC-style xlsx file, importing as an IamDataFrame fails with...
The pyam plotting module has a `PYAM_COLORS` attribute that holds has the colors used in several IPCC reports (see #650 for AR6 WG3). There is also a tutorial on how...
As a follow-up to #657 per a suggestion by @coroa: The next step for the `IamSlice` would be to refactor the second half of IamDataFrame.filter into a new method (could...
The aggregation methods know several common functions so that a string can be passed instead of the actual function. This is implemented via https://github.com/IAMconsortium/pyam/blob/2dffec07ce86b2f3fb8133ac369fa3c172589064/pyam/utils.py#L50 Per a suggestion by @phackstock, it...
Via unexpected behavior observed in the nomenclature package (see https://github.com/IAMconsortium/nomenclature/pull/106)... It would be helpful to add proper type validation for the boolean arguments of the `aggregate()` and `aggregation_region()` methods (and...
# Description We often want to know which elements exist on an dimension after filtering, e.g., which variables exist for a specific region (see https://github.com/IAMconsortium/nomenclature/pull/99). This can be done by...
Following the extension to include `datetime` as time format in addition to yearly data (see #167), it would be great to have this feature highlighted on the docs pages and...