From 87a2b187d877234930e658253d7779ebb9097610 Mon Sep 17 00:00:00 2001 From: "heyitsrobotagain[bot]" <265300013+heyitsrobotagain[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 12:42:00 +0000 Subject: [PATCH] chore(main): release dsxir 0.4.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ mix.exs | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee8c01..2537c1f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 209161b..e40bbd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.4.0](https://github.com/edlontech/dsxir/compare/dsxir-v0.3.0...dsxir-v0.4.0) (2026-05-27) + + +### Features + +* **cost:** add Dsxir.Cost value type with run and training cost tracking ([32296dd](https://github.com/edlontech/dsxir/commit/32296ddff56a65563396fe2149953c3f1941cd8c)) +* **predictor:** add BestOfN and Refine reward-sampling wrappers ([4f77cc6](https://github.com/edlontech/dsxir/commit/4f77cc6fa93cf641ab07385aaf1241d822217920)) +* **predictor:** add MultiChainComparison and Ensemble composition modules ([2a4473a](https://github.com/edlontech/dsxir/commit/2a4473a9b3bbaac2d5fb929033d5087d1c2adcb2)) + + +### Bug Fixes + +* Fixed history encoding to file ([718f643](https://github.com/edlontech/dsxir/commit/718f6433cd0b6966917c3cae68c255d14c39d16d)) +* Fixed Sycophant warning ([499d07d](https://github.com/edlontech/dsxir/commit/499d07d55f28180266daca1fdcba2732952e0fbd)) +* Improve copro performance ([5bf2634](https://github.com/edlontech/dsxir/commit/5bf263407343ccf99afc6a2d97e74f887e8feae7)) +* Resolve inline signature atoms with existing-atom mode ([b0db763](https://github.com/edlontech/dsxir/commit/b0db76399c656bdb6f42a77d6b77209118d45187)) + ## [0.3.0](https://github.com/edlontech/dsxir/compare/dsxir-v0.2.0...dsxir-v0.3.0) (2026-05-25) diff --git a/mix.exs b/mix.exs index 491eaff..298df7f 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Dsxir.MixProject do def project do [ app: :dsxir, - version: "0.3.0", + version: "0.4.0", elixir: "~> 1.19", description: description(), package: package(),