Release Notes
Fixed
- Cut selection phantom deactivation --
select_for_stage now receives
the pool's active slice and skips already-inactive slots. Previously,
unpopulated slots below the high-water mark matched the deactivation filter,
inflating cuts_deactivated counts in the convergence output. The actual cut
pool was unaffected (the deactivate guard prevented double-decrements), but
the convergence record's cuts_active field systematically underestimated the
true count.
Changed
- Book documentation audit -- Version references updated to v0.2.0. Four
undocumented config.json sections added to the guide (modeling,
cut_selection, estimation, checkpointing). simulation stopping rule
documented. CVaR risk_measure field documented in stages.json coverage.
Incorrect "only supported model" claim corrected. Expanded case directory
layout documented for production cases. Test and subcommand counts updated.
- cobre-bridge documentation -- Replaced the "NEWAVE Migration" page with
a comprehensive reference for the cobre-bridge conversion package,
documenting CLI, Python API, entity mapping, output structure, and bounds
comparison. Removed explicit references to external software names from the
introduction and guide pages.
cobre-cli 0.2.1
Install cobre-cli 0.2.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cobre-rs/cobre/releases/download/v0.2.1/cobre-cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/cobre-rs/cobre/releases/download/v0.2.1/cobre-cli-installer.ps1 | iex"
Download cobre-cli 0.2.1
cobre-mcp 0.2.1
Install cobre-mcp 0.2.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cobre-rs/cobre/releases/download/v0.2.1/cobre-mcp-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/cobre-rs/cobre/releases/download/v0.2.1/cobre-mcp-installer.ps1 | iex"
Download cobre-mcp 0.2.1