Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

khaeru

khaeru deleted a branch iiasa/message-ix-models

migrate-report-adjust

khaeru deleted a branch iiasa/message-ix-models

migrate-nexus-adj2

khaeru pushed 579 commits to materials-data-desc iiasa/message-ix-models
  • Fix `total_gdp` and `total_population` columns being switched 9bb0037
  • Update doc/whatsnew 4fc899b
  • Add PR number 285000e
  • Use HTTPS to access World Bank SDMX endpoints Work around khaeru/sdmx#191 615635c
  • Add explanation of columns in docstrings 33aa238
  • Merge pull request #219 from iiasa/costs/ssp-fix Fix naming of GDP and population columns in SSP data aggregation wi... 5fe36ca
  • Update freight-activity.csv for n=R12_CHN Copy of original change by @r-aneeque at iiasa/message_data#567. 82ec270
  • Dispatch message_data transport workflow from dev branch b3ca481
  • Add path_fallback(… where="local") option 8b412fb
  • Use path_fallback in .tools.iea.web - Simplify handling of alternate paths for data. - Allow to load data from the l... 2620f61
  • Fill scale-1 factor with 1.0 in .transport.base This ensures that no (commodity, tech group) final energy input to t... 8520626
  • Give explicit "dimensionless" in .factor.Constant Suppress warnings about further operations with missing units. d9e4b00
  • Add ldv-t-share.csv & entry in .transport.files d846402
  • Add .ldv.stock to calculate stock/sales - Add 3 new functions in .transport.operator: - duration_period - groups... 638799b
  • Add .transport.Config.ldv_stock_method 8593d94
  • Switch method in .ldv.prepare_computer() Use new .ldv.stock() if .transport.Config.ldv_stock_method == "B". 5df1d64
  • Update transport/R12/pdt-cap-ref.csv for #213 - R12_WEU: The legacy value is too high, resulting in many downstream ... f490a62
  • Update tests for #213 3f0f54e
  • Add "million * v" to transport/set.yaml 0e758f2
  • Add initial_activity_up in .ldv.constraint_data() a64e493
  • and 559 more ...

View on GitHub

khaeru pushed 93 commits to water/hydro-agg 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 73 more ...

View on GitHub

khaeru pushed 173 commits to ssp-dev iiasa/message-ix-models
  • Add "check" as direct dep of "pytest" CI job 3713eca
  • Add .util.slurm stub and CLI 62d7cca
  • Test .util.slurm 0f87c6e
  • Add docs for #291 - Expand module docstring. - Add to doc/api/util.rst - Add to doc/whatsnew.rst d6d0df2
  • Add doc/howto and sub-tree - Collect quickstart.rst and distrib/unicc.rst. - Add a general HOWTO Write a HOWTO. - Re... 4fb8559
  • Move doc/{migrate,releasing} into HOWTO f95206f
  • Merge pull request #291 from iiasa/enh/slurm Add `.util.slurm` and CLI 43ce610
  • Add ScenarioMIP doc stub; link to #234 267a7ef
  • Create `/project/ssp/script` directory and add `__init__.py` 58123a2
  • Create `/project/ssp/script/util` directory and add `__init__.py` 6b0dcdd
  • Add functions 7996345
  • Add script to modify Low scenarios c7e1b85
  • Add script to modify Very Low scenarios d02754d
  • Add UE shares files 90227b4
  • Change to using `package_data_path()` 0412666
  • Remove manual setting of path df8e2a1
  • Clean up scripts and remove commented sections 2ee732e
  • Add new materials and industry reporting 4ceb04e
  • Correct syntax for materials reporting to change units 591ced0
  • Extend and rename variable mappings 6aff234
  • and 153 more ...

View on GitHub

khaeru pushed 20 commits to enh/ixmp4 iiasa/message-ix-models
  • Move distrib.rst to new distrib/ folder 90f50ff
  • Rename distrib/distrib.rst to distrib/overview.rst 7dad415
  • Change title 21a267a
  • Update index.rst to reflect new distributed computing location d6db4b3
  • Add first draft of UniCC guide 7977d80
  • Add UniCC guide to index.rst 74652a9
  • Change title 64fc047
  • Add information on checking jobs statuses 32b6161
  • Add note on reducing run time 82c82de
  • Copyedit doc/distrib/unicc - Include text edits from @glatterf42 review. - Reflow text per code style. - Use :progra... c8dadd1
  • Add #279 to doc/whatsnew b920f59
  • Merge pull request #279 from iiasa/unicc Add documentation for running MESSAGEix on UniCC 78f361c
  • Add "check" as direct dep of "pytest" CI job 3713eca
  • Add .util.slurm stub and CLI 62d7cca
  • Test .util.slurm 0f87c6e
  • Add docs for #291 - Expand module docstring. - Add to doc/api/util.rst - Add to doc/whatsnew.rst d6d0df2
  • Add doc/howto and sub-tree - Collect quickstart.rst and distrib/unicc.rst. - Add a general HOWTO Write a HOWTO. - Re... 4fb8559
  • Move doc/{migrate,releasing} into HOWTO f95206f
  • Merge pull request #291 from iiasa/enh/slurm Add `.util.slurm` and CLI 43ce610
  • Use branches for iiasa/ixmp#552, iiasa/message_ix#894 in CI b499252

View on GitHub

khaeru pushed 83 commits to mm/costs/add-error iiasa/message-ix-models
  • 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
  • Simplify .transport.workflow via .use_scenario_code() 75401d2
  • Limit t=conm_ar in transport/R12/act-non_ldv.csv This commodity is not used in IEA EWEB 2024 data for 2019, so we co... fb46290
  • Include computed demand for transport F RAIL 1da6c1e
  • Generate output to "transport F RAIL vehicle" Mirror calculation flow in .ldv for same parameter. bf0cf54
  • Add "F" as a parent of freight modes; units 6fec25d
  • Copy "output" anno from F {RAIL,ROAD} to children 04efbcf
  • Silence warnings re: units in .transport.ldv "output" for most technologies is dimensionless because ACT and the out... 5d3cbd0
  • and 63 more ...

View on GitHub

khaeru pushed 21 commits to model/magpie iiasa/message-ix-models
  • Move distrib.rst to new distrib/ folder 90f50ff
  • Rename distrib/distrib.rst to distrib/overview.rst 7dad415
  • Change title 21a267a
  • Update index.rst to reflect new distributed computing location d6db4b3
  • Add first draft of UniCC guide 7977d80
  • Add UniCC guide to index.rst 74652a9
  • Change title 64fc047
  • Add information on checking jobs statuses 32b6161
  • Add note on reducing run time 82c82de
  • Copyedit doc/distrib/unicc - Include text edits from @glatterf42 review. - Reflow text per code style. - Use :progra... c8dadd1
  • Add #279 to doc/whatsnew b920f59
  • Merge pull request #279 from iiasa/unicc Add documentation for running MESSAGEix on UniCC 78f361c
  • Add "check" as direct dep of "pytest" CI job 3713eca
  • Add .util.slurm stub and CLI 62d7cca
  • Test .util.slurm 0f87c6e
  • Add docs for #291 - Expand module docstring. - Add to doc/api/util.rst - Add to doc/whatsnew.rst d6d0df2
  • Add doc/howto and sub-tree - Collect quickstart.rst and distrib/unicc.rst. - Add a general HOWTO Write a HOWTO. - Re... 4fb8559
  • Move doc/{migrate,releasing} into HOWTO f95206f
  • Merge pull request #291 from iiasa/enh/slurm Add `.util.slurm` and CLI 43ce610
  • Add stub files for .model.magpie 3dc2557
  • and 1 more ...

View on GitHub

khaeru pushed 22 commits to issue/275 iiasa/message-ix-models
  • Move distrib.rst to new distrib/ folder 90f50ff
  • Rename distrib/distrib.rst to distrib/overview.rst 7dad415
  • Change title 21a267a
  • Update index.rst to reflect new distributed computing location d6db4b3
  • Add first draft of UniCC guide 7977d80
  • Add UniCC guide to index.rst 74652a9
  • Change title 64fc047
  • Add information on checking jobs statuses 32b6161
  • Add note on reducing run time 82c82de
  • Copyedit doc/distrib/unicc - Include text edits from @glatterf42 review. - Reflow text per code style. - Use :progra... c8dadd1
  • Add #279 to doc/whatsnew b920f59
  • Merge pull request #279 from iiasa/unicc Add documentation for running MESSAGEix on UniCC 78f361c
  • Add "check" as direct dep of "pytest" CI job 3713eca
  • Add .util.slurm stub and CLI 62d7cca
  • Test .util.slurm 0f87c6e
  • Add docs for #291 - Expand module docstring. - Add to doc/api/util.rst - Add to doc/whatsnew.rst d6d0df2
  • Add doc/howto and sub-tree - Collect quickstart.rst and distrib/unicc.rst. - Add a general HOWTO Write a HOWTO. - Re... 4fb8559
  • Move doc/{migrate,releasing} into HOWTO f95206f
  • Merge pull request #291 from iiasa/enh/slurm Add `.util.slurm` and CLI 43ce610
  • Add (temporary?) docs page for #275 work items e99f72f
  • and 2 more ...

View on GitHub

khaeru pushed 23 commits to migrate/res-marg iiasa/message-ix-models
  • Move distrib.rst to new distrib/ folder 90f50ff
  • Rename distrib/distrib.rst to distrib/overview.rst 7dad415
  • Change title 21a267a
  • Update index.rst to reflect new distributed computing location d6db4b3
  • Add first draft of UniCC guide 7977d80
  • Add UniCC guide to index.rst 74652a9
  • Change title 64fc047
  • Add information on checking jobs statuses 32b6161
  • Add note on reducing run time 82c82de
  • Copyedit doc/distrib/unicc - Include text edits from @glatterf42 review. - Reflow text per code style. - Use :progra... c8dadd1
  • Add #279 to doc/whatsnew b920f59
  • Merge pull request #279 from iiasa/unicc Add documentation for running MESSAGEix on UniCC 78f361c
  • Add "check" as direct dep of "pytest" CI job 3713eca
  • Add .util.slurm stub and CLI 62d7cca
  • Test .util.slurm 0f87c6e
  • Add docs for #291 - Expand module docstring. - Add to doc/api/util.rst - Add to doc/whatsnew.rst d6d0df2
  • Add doc/howto and sub-tree - Collect quickstart.rst and distrib/unicc.rst. - Add a general HOWTO Write a HOWTO. - Re... 4fb8559
  • Move doc/{migrate,releasing} into HOWTO f95206f
  • Merge pull request #291 from iiasa/enh/slurm Add `.util.slurm` and CLI 43ce610
  • Add .tools.res_marg - Copied from message_data `ssp_dev` branch - File message_data/scenario_generation/reserve_ma... b631b56
  • and 3 more ...

View on GitHub

khaeru pushed 20 commits to transport/2025-w05 iiasa/message-ix-models
  • Move distrib.rst to new distrib/ folder 90f50ff
  • Rename distrib/distrib.rst to distrib/overview.rst 7dad415
  • Change title 21a267a
  • Update index.rst to reflect new distributed computing location d6db4b3
  • Add first draft of UniCC guide 7977d80
  • Add UniCC guide to index.rst 74652a9
  • Change title 64fc047
  • Add information on checking jobs statuses 32b6161
  • Add note on reducing run time 82c82de
  • Copyedit doc/distrib/unicc - Include text edits from @glatterf42 review. - Reflow text per code style. - Use :progra... c8dadd1
  • Add #279 to doc/whatsnew b920f59
  • Merge pull request #279 from iiasa/unicc Add documentation for running MESSAGEix on UniCC 78f361c
  • Add "check" as direct dep of "pytest" CI job 3713eca
  • Add .util.slurm stub and CLI 62d7cca
  • Test .util.slurm 0f87c6e
  • Add docs for #291 - Expand module docstring. - Add to doc/api/util.rst - Add to doc/whatsnew.rst d6d0df2
  • Add doc/howto and sub-tree - Collect quickstart.rst and distrib/unicc.rst. - Add a general HOWTO Write a HOWTO. - Re... 4fb8559
  • Move doc/{migrate,releasing} into HOWTO f95206f
  • Merge pull request #291 from iiasa/enh/slurm Add `.util.slurm` and CLI 43ce610
  • TEMPORARY Run "transport" CI workflow on PR branch 5852984

View on GitHub

khaeru pushed 20 commits to doc/2025-projects iiasa/message-ix-models
  • Move distrib.rst to new distrib/ folder 90f50ff
  • Rename distrib/distrib.rst to distrib/overview.rst 7dad415
  • Change title 21a267a
  • Update index.rst to reflect new distributed computing location d6db4b3
  • Add first draft of UniCC guide 7977d80
  • Add UniCC guide to index.rst 74652a9
  • Change title 64fc047
  • Add information on checking jobs statuses 32b6161
  • Add note on reducing run time 82c82de
  • Copyedit doc/distrib/unicc - Include text edits from @glatterf42 review. - Reflow text per code style. - Use :progra... c8dadd1
  • Add #279 to doc/whatsnew b920f59
  • Merge pull request #279 from iiasa/unicc Add documentation for running MESSAGEix on UniCC 78f361c
  • Add "check" as direct dep of "pytest" CI job 3713eca
  • Add .util.slurm stub and CLI 62d7cca
  • Test .util.slurm 0f87c6e
  • Add docs for #291 - Expand module docstring. - Add to doc/api/util.rst - Add to doc/whatsnew.rst d6d0df2
  • Add doc/howto and sub-tree - Collect quickstart.rst and distrib/unicc.rst. - Add a general HOWTO Write a HOWTO. - Re... 4fb8559
  • Move doc/{migrate,releasing} into HOWTO f95206f
  • Merge pull request #291 from iiasa/enh/slurm Add `.util.slurm` and CLI 43ce610
  • Add empty docs pages for 15 projects 79b1c78

View on GitHub

khaeru pushed 2 commits to main iiasa/message_doc
  • Add mandatory .readthedocs.yaml 5bc8167
  • Add deprecation notice to index and README 2f71ab6

View on GitHub

khaeru pushed 1 commit to main iiasa/message_doc
  • Add deprecation notice to index and README ad95bb0

View on GitHub

khaeru pushed 1 commit to main khaeru/bibliography
  • Add 4 own publications from 2024–2025 76934f4

View on GitHub

khaeru pushed 1 commit to main khaeru/doc
  • Use 'bib' package via Codeberg in requirements.txt e7e3731

View on GitHub

khaeru deleted a branch iiasa/message-ix-models

enh/slurm

khaeru closed an issue on iiasa/message-ix-models
Add `.util.slurm` and CLI
Building on #279, some simple utility code could reduce the difficulty of using message-ix-models with SLURM on UniCC and elsewhere. I imagine the following as minimum functionality: - The user ru...
khaeru pushed 6 commits to main iiasa/message-ix-models
  • Add .util.slurm stub and CLI 62d7cca
  • Test .util.slurm 0f87c6e
  • Add docs for #291 - Expand module docstring. - Add to doc/api/util.rst - Add to doc/whatsnew.rst d6d0df2
  • Add doc/howto and sub-tree - Collect quickstart.rst and distrib/unicc.rst. - Add a general HOWTO Write a HOWTO. - Re... 4fb8559
  • Move doc/{migrate,releasing} into HOWTO f95206f
  • Merge pull request #291 from iiasa/enh/slurm Add `.util.slurm` and CLI 43ce610

View on GitHub

khaeru closed a pull request on iiasa/message-ix-models
Add `.util.slurm` and CLI
This PR… - Adds a `mix-models sbatch` CLI command that simplifies usage with SLURM, for instance on UnICC. This closes #284. - Collects some docs pages under a 'HOWTO' section, with instructio...
khaeru created a review comment on a pull request on iiasa/message-ix-models
Agreed. One of the enhancements (that I chose to leave out of this PR) will be to remove TEMPLATE altogether and build it up from various different pieces, e.g. the SBATCH options, the environment ...

View on GitHub

khaeru created a review on a pull request on iiasa/message-ix-models

View on GitHub

khaeru pushed 4 commits to enh/slurm iiasa/message-ix-models
  • Test .util.slurm 0f87c6e
  • Add docs for #291 - Expand module docstring. - Add to doc/api/util.rst - Add to doc/whatsnew.rst d6d0df2
  • Add doc/howto and sub-tree - Collect quickstart.rst and distrib/unicc.rst. - Add a general HOWTO Write a HOWTO. - Re... 4fb8559
  • Move doc/{migrate,releasing} into HOWTO f95206f

View on GitHub

khaeru pushed 4 commits to enh/slurm iiasa/message-ix-models
  • Test .util.slurm 2e84198
  • Add docs for #291 - Expand module docstring. - Add to doc/api/util.rst - Add to doc/whatsnew.rst bb3905d
  • Add doc/howto and sub-tree - Collect quickstart.rst and distrib/unicc.rst. - Add a general HOWTO Write a HOWTO. - Re... 86d4d2c
  • Move doc/{migrate,releasing} into HOWTO 3826270

View on GitHub

khaeru pushed 4 commits to enh/slurm iiasa/message-ix-models
  • Add "check" as direct dep of "pytest" CI job 3713eca
  • Add .util.slurm stub and CLI 62d7cca
  • Test .util.slurm 81cc0eb
  • Add docs for #291 - Expand module docstring. - Add to doc/api/util.rst - Add to doc/whatsnew.rst 91b0122

View on GitHub

khaeru pushed 1 commit to main iiasa/message-ix-models
  • Add "check" as direct dep of "pytest" CI job 3713eca

View on GitHub

khaeru deleted a branch iiasa/message-ix-models

fix/ci-checkout-ref-2

khaeru closed a pull request on iiasa/message-ix-models
Check out correct ref in "pytest" CI job
Further correction to #288 as described at https://github.com/iiasa/message-ix-models/pull/291#issuecomment-2640100989. ## How to review Note [here](https://github.com/iiasa/message-ix-models...
khaeru pushed 0 commits to fix/ci-checkout-ref-2 iiasa/message-ix-models

View on GitHub

khaeru deleted a branch iiasa/message-ix-models

costs/final-year-rem

Load more