Skip to content

0.2.1 - 2026-03-26

Choose a tag to compare

@github-actions github-actions released this 27 Mar 03:12
db83edf

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

File Platform Checksum
cobre-cli-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
cobre-cli-x86_64-apple-darwin.tar.xz Intel macOS checksum
cobre-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
cobre-cli-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
cobre-cli-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

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

File Platform Checksum
cobre-mcp-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
cobre-mcp-x86_64-apple-darwin.tar.xz Intel macOS checksum
cobre-mcp-x86_64-pc-windows-msvc.zip x64 Windows checksum
cobre-mcp-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
cobre-mcp-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum