Skip to content

Commit

Permalink
GH-16290: 3.46.0.3 Release Notes (#16292)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
hannah-tillman and valenad1 authored Jun 11, 2024
1 parent 18341e3 commit e951137
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

## H2O

### 3.46.0.3 - 6/11/2024

Download at: <a href='http://h2o-release.s3.amazonaws.com/h2o/rel-3.46.0/3/index.html'>http://h2o-release.s3.amazonaws.com/h2o/rel-3.46.0/3/index.html</a>

#### 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: <a href='http://h2o-release.s3.amazonaws.com/h2o/rel-3.46.0/2/index.html'>http://h2o-release.s3.amazonaws.com/h2o/rel-3.46.0/2/index.html</a>
Expand Down

0 comments on commit e951137

Please sign in to comment.