Skip to content

0.3.0 - 2026-03-30

Choose a tag to compare

@github-actions github-actions released this 30 Mar 17:15

Release Notes

Added

  • Policy warm-start and resume-from-checkpoint -- Training can now load a
    prior policy checkpoint and either warm-start (inject cuts into a fresh FCF)
    or resume (continue from the saved iteration). Configured via
    policy.mode: "fresh", "warm_start", or "resume".
  • Simulation-only mode -- Run simulation against a saved policy without
    re-training. Enabled when training.enabled = false with a valid policy.
  • Truncation-with-penalty inflow method -- Combined truncation and penalty
    enforcement for inflow non-negativity, matching SPTcpp's
    truncamento_penalizacao mode. Configured via
    modeling.inflow_non_negativity.method = "truncation_with_penalty".
  • Per-plant inflow penalty via cascade -- Inflow non-negativity penalty
    cost can now be overridden per hydro plant through the penalty cascade
    (penalties.json hydro overrides → inflow_nonnegativity_cost).
  • Bidirectional withdrawal and evaporation slacks -- Withdrawal and
    evaporation violation slacks are now split into directional (pos/neg)
    components with independent costs, enabling asymmetric penalisation.
  • Per-block operational violations -- Min/max outflow, turbined flow, and
    generation constraints now have per-block slack columns with independent
    penalty costs.
  • Cost decomposition -- Simulation output now includes 6 granular violation
    cost columns (outflow_violation_below_cost, outflow_violation_above_cost,
    turbined_violation_cost, generation_violation_cost,
    evaporation_violation_cost, withdrawal_violation_cost) alongside the
    aggregate hydro_violation_cost.
  • Per-stage productivity override -- hydro_production_models.json can now
    override the generation model for specific hydros at specific stages,
    validated via the D24 regression test.
  • Deterministic regression tests D19--D24 covering multi-hydro PAR(p),
    operational violations, min-outflow regression, per-block violations,
    bidirectional withdrawal, and productivity override.

Fixed

  • LP bus balance productivity -- Constant-productivity hydros now use the
    resolved per-stage production model (accounting for hydro_production_models
    overrides) instead of the static entity model. Fixes incorrect load-balance
    coefficients when per-stage overrides are active.
  • Withdrawal cost extraction -- compute_cost_result now sums both
    withdrawal_slack_neg and withdrawal_slack_pos, fixing understated
    withdrawal violation costs in simulation output.
  • Pre-study stage handling in estimation -- PAR(p) estimation pipeline
    correctly handles pre-study stages with season fallback for lag statistics.

Changed

  • policy.mode is now a validated enum -- Invalid values (typos like
    "warmstart") are rejected at config parse time with a clear error message
    listing valid options, instead of silently defaulting to fresh training.

cobre-cli 0.3.0

Install cobre-cli 0.3.0

Install prebuilt binaries via shell script

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

Download cobre-cli 0.3.0

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.3.0

Install cobre-mcp 0.3.0

Install prebuilt binaries via shell script

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

Download cobre-mcp 0.3.0

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