From e951137a01b24a224c182c5eacbad871e0184d4e Mon Sep 17 00:00:00 2001 From: Hannah <52463461+hannah-tillman@users.noreply.github.com> Date: Tue, 11 Jun 2024 11:07:15 -0500 Subject: [PATCH] GH-16290: 3.46.0.3 Release Notes (#16292) * ht/initial draft excluding: - 16284: Added support for Websockets to steam.jar. - 16281: Improved Random Forest tests to not use the randomForest library. - 16203: Generated constrained GLM pyunit examples. - 16179: No changes made for Infogram issue. * ht/release scheduled date * ht/added 16278 * ht/date update 7/10; added 16284/15810 * Update Changes.md * Update Changes.md --------- Co-authored-by: Adam Valenta --- Changes.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Changes.md b/Changes.md index 9f501f51701b..d62668d8edfe 100644 --- a/Changes.md +++ b/Changes.md @@ -2,6 +2,27 @@ ## H2O +### 3.46.0.3 - 6/11/2024 + +Download at: http://h2o-release.s3.amazonaws.com/h2o/rel-3.46.0/3/index.html + +#### Bug Fix +- [[#16274]](https://github.com/h2oai/h2o-3/issues/16274) - Fixed plotting for H2O Explainabilty by resolving issue in the matplotlib wrapper. +- [[#16192]](https://github.com/h2oai/h2o-3/issues/16192) - Fixed `h2o.findSynonyms` failing if the `word` parameter is unknown to the Word2Vec model. +- [[#15947]](https://github.com/h2oai/h2o-3/issues/15947) - Fixed `skipped_columns` error caused by mismatch during the call to `parse_setup` when constructing an `H2OFrame`. + +#### Improvement +- [[#16278]](https://github.com/h2oai/h2o-3/issues/16278) - Added flag to enable `use_multi_thread` automatically when using `as_data_frame`. + +#### New Feature +- [[#16284]](https://github.com/h2oai/h2o-3/issues/16284) - Added support for Websockets to steam.jar. + +#### Docs +- [[#16288]](https://github.com/h2oai/h2o-3/issues/16288) - Fixed GBM Python example in user guide. +- [[#16188]](https://github.com/h2oai/h2o-3/issues/16188) - Updated API-related changes page to adhere to style guide requirements. +- [[#16016]](https://github.com/h2oai/h2o-3/issues/16016) - Added examples to Python documentation for Uplift DRF. +- [[#15988]](https://github.com/h2oai/h2o-3/issues/15988) - Added examples to Python documentation for Isotonic Regression. + ### 3.46.0.2 - 5/13/2024 Download at: http://h2o-release.s3.amazonaws.com/h2o/rel-3.46.0/2/index.html