Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
khaeru pushed 4 commits to ssp-dev iiasa/message-ix-models
- Remove `final_year` attribute from Config 549bc9b
- Remove use of .costs.Config.final_year in 3 places In all 3 cases, removed value 2110 is the same as the default val... 8d001ae
- Satisfy ruff, mypy in 3 files - Apply `ruff format`. - Address format check errors or add exclusions. - Address or a... 386c2a0
- Merge pull request #286 from iiasa/costs/final-year-rem Remove `final_year` attribute from Config c0b0872
khaeru closed a pull request on iiasa/message-ix-models
Remove `final_year` attribute from Config
The `final_year` attribute has been replaced by `final_model_year`. Currently `final_year` is still kept in the Config, but it should really be removed. In this PR, I would be removing the `final_y...khaeru pushed 1 commit to fix/ci-checkout-ref-2 iiasa/message-ix-models
- TEMPORARY Debug "pytest" CI workflow b07b88b
khaeru created a branch on iiasa/message-ix-models
fix/ci-checkout-ref-2 - Tools for the MESSAGEix-GLOBIOM family of models
khaeru pushed 2 commits to enh/slurm iiasa/message-ix-models
khaeru created a comment on an issue on element-hq/element-desktop
Okay, thank you for the clarification! I have followed the instructions in your latest message. If the notifications appear to stop I will come back and close this issue later today.
khaeru created a comment on an issue on element-hq/element-desktop
<details> <summary>(expand)</summary> ![Image](https://github.com/user-attachments/assets/9be02f66-fb59-4aac-aa84-1c13b01943a3) </details>
khaeru created a review comment on a pull request on iiasa/message-ix-models
FYI @ywpratama.
khaeru created a review comment on a pull request on iiasa/message-ix-models
FYI @ywpratama.
khaeru created a review comment on a pull request on iiasa/message-ix-models
FYI @macflo8.
khaeru pushed 2 commits to costs/final-year-rem iiasa/message-ix-models
khaeru pushed 244 commits to costs/final-year-rem iiasa/message-ix-models
- Add .github/CODEOWNERS 6f2f835
- Add code owners for /.github ff67aa1
- Add "Code owners" section to doc/develop b349fb8
- Add #272 to doc/whatsnew 4538d4b
- Add --jobs=auto to default SPHINXOPTS d36243a
- Merge pull request #272 from iiasa/enh/codeowners Add initial code owners dbd783e
- Mark v2025.1.10 in doc/whatsnew 4fad5ac
- Add code owners for `.workflow` (#278) * Copyedit doc/api/workflow.rst c782c30
- Use `uv` in "pytest*" GHA workflows; update - Use env.python-version in both workflows. - Run "pytest" on pull_reque... 09ac95b
- Bump mypy, ruff versions - mypy v1.13.0 → v1.14.0 - Drop custom hook entry that uses PRE_COMMIT_MYPY_VENV. - Use... 61aff1c
- Satisfy mypy 1.14.1 in 45 files b149156
- Add pull_request event in "pytest" workflow 5dc580f
- Temporarily xfail two transport tests for #281 a43feb4
- Merge pull request #281 from iiasa/ci/uv Update CI and code quality 3fe0467
- Fix envvar name in snapshot CI (#283) 29ec892
- Include genno KeyLike in .types a642125
- Satisfy mypy 1.14.1 in .model.transport 44cba80
- Add .util.sdmx.AnnotationsMixIn d1ca5a9
- Add .transport.config.refresh_cl_scenario() - Only write the file if it is different from a refreshed codelist. - Us... 6007c50
- Remove data/transport/base-scenario-url.json Replace with annotations in CL_TRANSPORT_SCENARIO. b3d3c5e
- and 224 more ...
khaeru opened an issue on element-hq/element-desktop
Ubuntu desktop notifications that should be muted
### Steps to reproduce I recently installed Electron Desktop, intending to replace the https://app.element.io browser client. I logged into my account. This account is in some rooms where I have ...khaeru created a review on a pull request on iiasa/message-ix-models
@glatterf42 @adrivinca —I see there was previously an approving review here, but: - I don't understand what the title means. - The tests appear to be failing. - The PR checklist is missing items...
khaeru opened an issue on transport-data/tdc-data-portal
Appearance / URLs / links to organization pages
As part of the data population sprints, I am noticing URLs like: https://portal.transport-data.org/@slocat/transport-knowledge-base-all-slocat Some related things I've observed: 1. Sometimes thes...khaeru opened an issue on transport-data/tdc-data-portal
Rename repo
Hi all; I would prefer that we rename this repo to just **portal**. The reason is that the current repo full name: - transport-data/tdc-data-portal …expands to the words: - transport data trans...khaeru created a comment on an issue on iiasa/message-ix-models
Agreed, thanks for following up. Sorry also for duplicating #21 with this issue.
khaeru closed an issue on iiasa/message-ix-models
Allow usage of secrets for PRs from forks
For full requests from forks (e.g. #49), the "pytest" CI workflow currently fails. This is because it depends on secrets: - GAMS_LICENSE for solving models. - RTD_TOKEN_MESSAGE_DATA for retrievin...khaeru created a comment on an issue on iiasa/message-ix-models
Agreed, thanks for following up.
khaeru closed an issue on iiasa/message-ix-models
Address GAMS licensing for PRs
The repo currently uses a GAMS license stored as a GitHub Actions encrypted secret. This means [it cannot be used in PRs from forks](https://docs.github.com/en/actions/reference/encrypted-secrets#u...khaeru pushed 1 commit to enh/slurm iiasa/message-ix-models
- Add docs for #291 - Expand module docstring. - Add to doc/api/util.rst - Add to doc/whatsnew.rst 5385d66
khaeru opened a draft pull request on iiasa/message-ix-models
Add `.util.slum` and CLI
This PR adds a `mix-models sbatch` CLI command that simplifies usage with SLURM, for instance on UnICC. **More TBA.** Closes #284. ## How to review - Check out the branch on UnICC - Ru...khaeru created a branch on iiasa/message-ix-models
enh/slurm - Tools for the MESSAGEix-GLOBIOM family of models