Skip to content

Commit 3a0fc47

Browse files
committed
chore(master): release 0.232.0
1 parent e50cca9 commit 3a0fc47

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.231.0"
2+
".": "0.232.0"
33
}

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
2020
---
2121

22+
## [0.232.0](https://github.com/ooples/AiDotNet/compare/v0.231.0...v0.232.0) (2026-07-20)
23+
24+
25+
### Features
26+
27+
* **deepar:** pluggable predictive-distribution head (Gaussian | Student-t | spline) ([#1890](https://github.com/ooples/AiDotNet/issues/1890)) ([8b8fd64](https://github.com/ooples/AiDotNet/commit/8b8fd6404d8247fac8fbfde6cbb90ad602a1df8c))
28+
* **facade:** purged/embargoed chronological validation split by default for forecast models ([#1894](https://github.com/ooples/AiDotNet/issues/1894)) ([6b83163](https://github.com/ooples/AiDotNet/commit/6b83163ff3fcc57248c76a7c820be6255a1caf9a))
29+
* **finance-rl:** greenfield portfolio-manager RL core — env + risk-adjusted rewards + honest-eval harness ([#1895](https://github.com/ooples/AiDotNet/issues/1895)) ([259d58b](https://github.com/ooples/AiDotNet/commit/259d58baa5927c24420ae1e2eac5f8997c53ba74))
30+
* **optimizer:** divergence guard + ReduceLROnPlateau coordinated with early stopping ([#1892](https://github.com/ooples/AiDotNet/issues/1892)) ([a923166](https://github.com/ooples/AiDotNet/commit/a9231660fc923058aeb34a8c12549343dc24dc66))
31+
* **serving:** OpenAI-compatible API, streaming generation, and serving benchmark ([#1882](https://github.com/ooples/AiDotNet/issues/1882)) ([b2464b4](https://github.com/ooples/AiDotNet/commit/b2464b4471d79d06ab48b70a9411d05f88c7f1cd))
32+
33+
34+
### Bug Fixes
35+
36+
* **facade:** quantization trained-state + rank-3 tensor training + interface-completeness guard ([#1887](https://github.com/ooples/AiDotNet/issues/1887)) ([d70b641](https://github.com/ooples/AiDotNet/commit/d70b64115f6f0d07dd35dba6d424037ea6b9c207))
37+
* **licensing:** unblock CI + v2 aidn2 hardening (P1) — capability gating, CRL, scope/machine binding ([#1891](https://github.com/ooples/AiDotNet/issues/1891)) ([c551cbb](https://github.com/ooples/AiDotNet/commit/c551cbb88c092d7fd9c6348b0dbc415d3ad8e91a))
38+
* **tests:** repair UTF-8 corruption in TrainingContractParityTests doc comment ([#1898](https://github.com/ooples/AiDotNet/issues/1898)) ([e50cca9](https://github.com/ooples/AiDotNet/commit/e50cca99377cd68b0c27dd7a00ea60accfe92d76))
39+
40+
41+
### Performance
42+
43+
* **timeseries:** stop per-element GPU host reads in Autoformer/Informer/TFT forwards ([#1897](https://github.com/ooples/AiDotNet/issues/1897)) ([7be00cd](https://github.com/ooples/AiDotNet/commit/7be00cddfa53db490113c1f465998ca2b1dc686e))
44+
2245
## [0.231.0](https://github.com/ooples/AiDotNet/compare/v0.230.0...v0.231.0) (2026-07-17)
2346

2447

0 commit comments

Comments
 (0)