We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52db10a commit 462b77eCopy full SHA for 462b77e
CHANGELOG.md
@@ -1,6 +1,17 @@
1
# Changelog
2
3
The release log for Ax.
4
+## [1.2.1] -- Nov 21, 2025
5
+#### Bug fixes
6
+* Improved error messaging for `client.compute_analyses` when certain analyses are
7
+ not yet available (#4441)
8
+* Fix tooltip mismatch bug in `ArmEffectsPlot` (#4479)
9
+
10
+#### Other changes
11
+* Bumped pinned [botorch](https://github.com/pytorch/botorch) version to 0.16.1 (#4570)
12
+* Removed deprecated robust optimization functionality (#4493)
13
+* Allow `HierarchicalSearchSpace` to be constructed with multiple root nodes (#4560)
14
15
## [1.2.0] -- Oct 24, 2025
16
#### New features
17
* `DerivedParameterConfig` allows users to specify parameters which are not tuned,
0 commit comments