Prepare CGE-Core v0.6.0 release - #14
Merged
Merged
Conversation
Finalize CGE-Core v0.6.0 release metadata, documentation, migration notes, and release-consistency guards. Bump package, citation, README, and source fallback versions to 0.6.0. Add the v0.6.0 changelog entry and migration mapping from the lower-level PyCGE workflow to the public CGE / Equilibrium / Scenario / Result API. Replace the stale notebook development-branch example with the release tag, clarify the supported advanced/lower-level PyCGE wording, and correct the facade docstring from "Public domain API" to "Public scientific API". Add release-consistency regression tests. The full public test suite and git diff --check pass locally. No economic equations or solver behavior are changed.
miraflor
marked this pull request as ready for review
August 28, 2026 18:00
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Finalize CGE-Core v0.6.0 release metadata, documentation, migration notes, and
release-consistency safeguards.
Changes
pyproject.tomlto0.6.0;CITATION.cffto0.6.0;__version__fallback to0.6.0;0.6.0;PyCGEworkflow to the public:CGEEquilibriumScenarioResultworkflow;
CGE_CORE_REF=v0.6.0;PyCGEas the supported advanced/lower-level API;“Public scientific API”;
Release scope
v0.6.0 introduces the stable public Hosoe workflow:
CGE -> solve_benchmark() -> Equilibrium -> scenario() -> Scenario.set() -> Scenario.solve() -> ResultThe release also preserves:
Resultsnapshots;value()reads;objective;Result.compare();cge_coreandcge_core.models.Compatibility
PyCGEremains supported as the advanced/lower-level API for:This release does not remove or deprecate
PyCGE.Deliberate non-changes
This PR does not:
cge_core/engine.py;Validation
The full public test suite passes locally.
git diff --checkalso passes.The PR CI remains the final release gate for:
CITATION.cffvalidation;Release policy
Do not merge until all CI checks are green.
After merge, tag the resulting
maincommit asv0.6.0and create thecorresponding GitHub release.