Skip to content

0.4.1 - 2026-04-06

Choose a tag to compare

@github-actions github-actions released this 06 Apr 17:15
5deedd2

Release Notes

Fixed

  • Documentation accuracy — fixed 20 documentation issues: stale JSON schemas,
    wrong default values, dead field references, outdated examples, and missing
    content across 12 mdbook pages.
  • case-format.mdtraining.seed renamed to training.tree_seed; exports.states
    default corrected from true to false; added estimation section.
  • configuration.md — null tree_seed correctly documented as default seed 42
    (not OS entropy); removed dead simulation.sampling_scheme reference.
  • stochastic-modeling.md — corrected seed behavior and scenario_source.seed
    optionality rules.
  • 1dtoy.md / 4ree.md — updated config.json examples with scenario_source
    block; replaced non-existent relative_gap stopping rule with bound_stalling.
  • thermal-units.md — marked GNL dispatch anticipation as not yet implemented.
  • network-topology.md — corrected deficit penalty resolution from three-tier to
    two-tier.
  • python-quickstart.md — documented all 11 result dict keys with None guard.
  • error-codes.md — replaced stale FPHA example with linearized_head.

Changed

  • Updated VHS terminal recordings and asciinema casts to reflect v0.4.0 CLI output.
  • Embedded validation.gif, validation-error.gif, and multithreading.gif in
    the Running Studies guide.

Install cobre-cli 0.4.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/cobre-rs/cobre/releases/download/v0.4.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.4.1/cobre-cli-installer.ps1 | iex"

Download cobre-cli 0.4.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