Fridolin Glatter
Fridolin Glatter
Possible related to #815. #827 migrates from pandas-datareader to [wbdata](https://pypi.org/project/wbdata/) and implements some changes [needed for that](https://wbdata.readthedocs.io/en/stable/basic_functionality/).
As discovered by @setupelz just now, users of the Z shell (zsh) might run into this error message when trying to install from source: ```zsh % pip install --editable .[docs,tests,tutorial]...
Unfortunately, even though #784 improved the tests a lot, we still seem to see flaky behaviour. So let's continue the same kind of work from #784 on these tests: -...
> …which does not seem future-proof. Maybe there's no need to comply with this option yet, but there will be and I think I'd like to see warnings before running...
Closes #786 by - introducing the `doi`, `version`, and `date-released` keys - introducing quotation marks for [strings containing white spaces and other special signs](https://github.com/citation-file-format/citation-file-format/blob/main/schema-guide.md) - updating all quotation marks from...
Last year, we noticed that the automatically-created citations (via `Cite this repository` generated from `CITATION.cff`) do not include all information that we provide in the [citation file](https://github.com/iiasa/message_ix/blob/main/CITATION.cff). I've opened a...
@glatterf42 since we discussed (in Dec) having both quick-start install instructions and a full install guide, I think it should be mentioned in the latter. _Originally posted by @khaeru in...
The current version of the 'install from conda-forge' workflow includes pinned versions of anaconda, miniconda, and jpype, and these can/should possibly be updated. The conda versions are from last year,...
As described by @khaeru [here](https://github.com/iiasa/message_ix/pull/704#pullrequestreview-1747902385), there are some small improvements to the LPdiag tool that we can make and should not forget about: - [ ] Copy-edit the docs page....
Closes #758. This PR addresses some of the docs-build process errors described in that issue. See there for more details. ## How to review - Read the diff and note...