Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Add 7.3.1 ml-cpp PRs to release notes #46003

Merged
merged 2 commits into from
Aug 27, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions docs/reference/release-notes/7.3.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Infra/Settings::
* Normalize environment paths {pull}45179[#45179] (issue: {issue}45176[#45176])

Machine Learning::
* Outlier detection should only fetch docs that have the analyzed fields{pull}44944[#44944]
* Outlier detection should only fetch docs that have the analyzed fields {pull}44944[#44944]

SQL::
* Remove deprecated use of "interval" from date_histogram usage {pull}45501[#45501] (issue: {issue}43922[#43922])
Expand All @@ -44,7 +44,8 @@ CRUD::
* Allow _update on write alias {pull}45318[#45318] (issue: {issue}31520[#31520])

Data Frame::
* Fix starting a batch data frame after stopping at runtime {pull}45340[#45340] (issues: {issue}44219[#44219], {issue}45339[#45339])
* Fix starting a batch {dataframe-transform} after stopping at runtime
{pull}45340[#45340] (issues: {issue}44219[#44219], {issue}45339[#45339])
* Fix null aggregation handling in indexer {pull}45061[#45061] (issue: {issue}44906[#44906])

Distributed::
Expand All @@ -66,8 +67,12 @@ MULTIPLE AREA LABELS::
* Sparse role queries can throw an NPE {pull}45053[#45053]

Machine Learning::
* Check dest index is empty when starting DF analytics {pull}45094[#45094]
* Catch any error thrown while closing data frame analytics process {pull}44958[#44958]
* Check dest index is empty when starting {dfanalytics} {pull}45094[#45094]
* Catch any error thrown while closing {dfanalytics} process {pull}44958[#44958]
* Only trap the case where more rows are supplied to outlier detection than
expected. Previously, if rows were excluded from the {dataframe-transform} after supplying the row count in the configuration, we detected the inconsistency and
failed outlier detection. However, this situation legitimately happens in cases
where the field values are non-numeric or array valued. {ml-pull}569[#569]

Mapping::
* Make sure to validate the type before attempting to merge a new mapping. {pull}45157[#45157] (issues: {issue}29316[#29316], {issue}43012[#43012])
Expand Down