[DOCs] Adds ml-cpp PRs to alpha release notes (#36790)

This commit is contained in:
Lisa Cawley 2018-12-18 10:46:03 -08:00 committed by GitHub
parent e35de2ea2c
commit c3c785cc1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 2 deletions

View File

@ -14,8 +14,9 @@ release-state can be: released | prerelease | unreleased
:release-state: prerelease
:issue: https://github.com/elastic/elasticsearch/issues/
:ml-issue: https://github.com/elastic/ml-cpp/issues/
:pull: https://github.com/elastic/elasticsearch/pull/
:ml-pull: https://github.com/elastic/ml-cpp/pull/
:docker-repo: docker.elastic.co/elasticsearch/elasticsearch
:docker-image: {docker-repo}:{version}
:plugin_url: https://artifacts.elastic.co/downloads/elasticsearch-plugins

View File

@ -30,3 +30,10 @@ Suggesters::
explicitly indicate the type of suggestion that they produce. Existing plugins will
require changes to their plugin registration. See the `custom-suggester` example
plugin {pull}30284[#30284]
[float]
[[enhancement-7.0.0-alpha1]]
=== Enhancements
Machine learning::
* Adds categorical filter type to detector rules. {ml-pull}27[#27]

View File

@ -2,3 +2,9 @@
== {es} version 7.0.0-alpha2
coming[7.0.0-alpha2]
[float]
[[bug-7.0.0-alpha2]]
=== Bug fixes
* Fixes CPoissonMeanConjugate sampling error. {ml-pull}335[#335]