Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
khaeru created a comment on an issue on iiasa/message-ix-models
Closing, as the checklist is completed. Some other items are preserved in still-open issues and PRs like #27 and #254.
khaeru closed an issue on iiasa/message-ix-models
Migrate code from message_data
This is a tracking issue for other issues/PRs to migrate code from `message_data` to this package. - [x] `.tools.context`: Context class used for carrying settings and configuration values. → #5...khaeru pushed 4 commits to transport/2024-W49 iiasa/message-ix-models
khaeru created a comment on an issue on transport-data/tdc-data-portal
Great, thanks—I confirm that the tests are passing again. I'll close the issue.
khaeru closed an issue on transport-data/tdc-data-portal
API errors related to 'dev' CKAN instance
Based on the information provided during the build-up phase for the portal, I merged transport-data/tools#35 to add CKAN Action API tools and tests to the TDCI Python tools package. This included a...khaeru pushed 39 commits to transport/2024-W49 iiasa/message-ix-models
- Remove `technology_type` column from input CSV files cf509f6
- Remove instances in code that used `technology_type` column d61e2ec
- Add #269 to doc/whatsnew 1b61d33
- Replace `._append()` with `pd.concat()` 59c4ace
- Merge pull request #269 from iiasa/costs/tech-type Remove `technology_type` column from `tools.costs` d55fbf9
- TEMPORARY Run 'transport' CI workflow on PR branch f5893f3
- TEMPORARY Use branch for iiasa/message_data#582 e4cbf8c
- Add .util.sdmx.AnnotationsMixIn f47b1cf
- Add .transport.config.refresh_cl_scenario() - Only write the file if it is different from a refreshed codelist. - Us... 234a26f
- Remove data/transport/base-scenario-url.json Replace with annotations in CL_TRANSPORT_SCENARIO. 2b060da
- Simplify .transport.workflow via .use_scenario_code() 6fcdc13
- 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... 38abb49
- Include computed demand for transport F RAIL 9f53ca5
- Generate output to "transport F RAIL vehicle" Mirror calculation flow in .ldv for same parameter. 2b54b5a
- Add "F" as a parent of freight modes; units cab69a1
- Copy "output" anno from F {RAIL,ROAD} to children 0d662a3
- Silence warnings re: units in .transport.ldv "output" for most technologies is dimensionless because ACT and the out... c908132
- Add .util.genno.insert 9777fa3
- Exclude "build" dir from mypy type checking 026f34d
- Improve type hints in {,.transport}.testing 97fb43a
- and 19 more ...
khaeru pushed 19 commits to enh/ckan-sdmx-crosswalk transport-data/tools
- Adjust tests of organization_show CKAN endpoint Org slug is now 'tdci', not 'transport-data-commons'. ae7c907
- Add ModelProxy.__eq__ a96f43b
- Convert .ckan.Package to/from SDMX; test 327c543
- Add .util.sdmx.fields_to_mda(); tests c08ed19
- Use fields_to_mda() in .org.{ckan,metadata} 8726db1
- Handle keyword arguments to Client.{list,show}_action() 1aef460
- Add .ckan.ModelProxy.get() eab5ed3
- Add "tdc ckan" command-line interface 2428a84
- Add .ckan.User, Client.user_list(), test specimen 4796af3
- Fetch user's API token using keyring; update deps 786724b
- Add keyrings.alt for testing on Linux c2e2902
- Add .testing.CKAN_UUID 22a492b
- Move testing.py → testing/__init__.py 7df1b90
- Implement .ckan.ModelProxy._process_collections() - Add Organization.__repr__() with extra detail. 8b973fa
- Show ModelProxy.id in default repr() 933fffc
- Add Client.id attribute 70466d8
- Make "--instance=dev" a reusable click.Option 0e5da92
- Add .testing.cli and "tdc test wipe" command d63c600
- Add .test_org.test_create() - Add pytest mark "ckan_dev". - Exclude such tests (for now) from pytest GHA workflow. 4df5f7f
khaeru pushed 9 commits to main khaeru/sdmx
- Test read of str:Categorisation > str:Target c0ad457
- Adjust class hint for ref in <str:Categorisation> 58c3499
- Replace actions/setup-python with astral-sh/setup-uv 7a055b3
- Tolerate sporadic HTTP 500 in TestISTAT.test_gh_75 06d6f5a
- Work around python/mypy#18216 94e4251
- Bump mypy, ruff versions - mypy v1.12.0 → v1.13.0 - ruff v0.6.9 → v0.8.3 aa31b2c
- Add #215 to doc/whatsnew 6407ea5
- Copyedit doc/whatsnew - Use "Bug fix" consistent, not "bugfix". - Use :xml: role. - Replace "e.g" and "i.e." with pl... cf06118
- Merge pull request #215 from khaeru/fix/xml-v21-cat-target Fix read of str:Categorisation > str:Target from SDMX-ML 2.1 2accc1c
khaeru closed a pull request on khaeru/sdmx
Fix read of str:Categorisation > str:Target from SDMX-ML 2.1
This was the culprit behind khaeru/dsss#20. Housekeeping: - Replace [actions/setup-python](https://github.com/actions/setup-python) with [astral-sh/setup-uv](https://github.com/astral-sh/setup-...khaeru pushed 2 commits to fix/xml-v21-cat-target khaeru/sdmx
khaeru pushed 2 commits to fix/xml-v21-cat-target khaeru/sdmx
khaeru pushed 1 commit to fix/xml-v21-cat-target khaeru/sdmx
- Tolerate sporadic HTTP 500 in TestISTAT.test_gh_75 06d6f5a
khaeru opened a pull request on khaeru/sdmx
Fix read of str:Categorisation > str:Target from SDMX-ML 2.1
This was the culprit behind khaeru/dsss#20. Housekeeping: - … ### PR checklist - [ ] Checks all ✅ - ~Update documentation~ N/A, bugfix - [ ] Update doc/whatsnew.rstkhaeru created a branch on khaeru/sdmx
fix/xml-v21-cat-target - SDMX information model and client in Python
khaeru pushed 7 commits to main khaeru/dsss
- Replace actions/setup-python with astral-sh/setup-uv 33073ec
- Satisfy mypy with sdmx1 v2.20.0 01ea188
- Silence cached_store_for_app test fixture b19767b
- Adjust expectation for test_structure_all[conceptscheme] 6e22879
- Exclude some sdmx-test-data artefacts from tests Avoid failures on GHA for Categorisation=ESTAT:DEM_TOT(1.0). 5197b60
- Streamline SDMXResponse.__call__ b3a1cf1
- Merge pull request #20 from khaeru/fix/ci Address CI failures on Ubuntu cc52b26
khaeru closed a pull request on khaeru/dsss
Address CI failures on Ubuntu
These appear to be due to an issue upstream in `sdmx1`. Respond by: - Excluding a certain artefact by its URN from the test set. - Add/adjust checks of the number of artefacts by type. Houseke...khaeru pushed 1 commit to fix/ci khaeru/dsss
- Exclude some sdmx-test-data artefacts from tests Avoid failures on GHA for Categorisation=ESTAT:DEM_TOT(1.0). 5197b60
khaeru pushed 1 commit to main transport-data/tools
- Adjust tests of organization_show CKAN endpoint Org slug is now 'tdci', not 'transport-data-commons'. ae7c907
khaeru closed a pull request on transport-data/tools
Adjust tests of organization_show CKAN endpoint
Since #35, the 'name' (not 'title') of the TDCI organization on CKAN dev has changed from 'transport-data-commons' to 'tdci', to match CKAN prod. Adjust the tests to align. ### PR checklist ...khaeru pushed 3 commits to fix/ci khaeru/dsss
khaeru pushed 1 commit to fix/ci khaeru/dsss
- Replace actions/setup-python with astral-sh/setup-uv 33073ec