You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/ROADMAP.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,8 @@ Each PR branches off `main`, in order:
42
42
|`eh/ruff-typing-tooling`|**v1.6.0**| typing + tooling; finish with the `to_dataframe` deprecation warning, version bump, CHANGES entry |
43
43
| e.g. `eh/breaking-cleanup`|**v2.0.0**| remove `.py` CLI shims, gdx2py, and `to_dataframe(old_interface=...)`|
44
44
|`eh/test-gaps`|_(no tag)_| test-gap groundwork; the correctness oracle for the speedup — **landed** (PR #109) |
45
-
|`eh/gams-transfer`|**v2.1.0**| Phase 0 (gdxcc extracted) + Step 1 (backend switch) + Phase A (read fast path) **done**; Phase B (write) remaining|
46
-
| e.g. `eh/gams-transfer-default`|**v3.0.0**| flip default to gams.transfer + add set-text-write (breaking, coordinated) |
45
+
|`eh/gams-transfer`|**v2.1.0**| Phase 0 (gdxcc extracted) + Step 1 (backend switch) + Phase A (read) + Phase B (write) **done**; version bumped + CHANGES written — ready to merge and tag|
46
+
| e.g. `eh/gams-transfer-default`|**v3.0.0**| flip default to gams.transfer + add set-text-write (breaking, coordinated) + full status for Alias |
47
47
48
48
Ordering: the test-gap PR lands before the speedup PR — those tests are the
49
49
correctness oracle for the backend swap. The breaking-cleanup PR is independent
@@ -122,13 +122,14 @@ back): read 776.6 s → 9.0 s (~86x), write 1002.0 s → 11.5 s (~87x). The "pro
122
122
only if the speedup is material" gate is decisively met — which is why this release
123
123
now also covers writes, not just reads.
124
124
125
-
**Status (branch `eh/gams-transfer`, landed locally in order).** Phase 0 (gdxcc
0 commit comments