File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ release-state can be: released | prerelease | unreleased
1414:release-state: prerelease
1515
1616:issue: https://github.com/elastic/elasticsearch/issues/
17+ :ml-issue: https://github.com/elastic/ml-cpp/issues/
1718:pull: https://github.com/elastic/elasticsearch/pull/
18-
19+ :ml-pull: https://github.com/elastic/ml-cpp/pull/
1920:docker-repo: docker.elastic.co/elasticsearch/elasticsearch
2021:docker-image: {docker-repo}:{version}
2122:plugin_url: https://artifacts.elastic.co/downloads/elasticsearch-plugins
Original file line number Diff line number Diff line change @@ -29,4 +29,11 @@ Suggesters::
2929* Plugins that register suggesters can now define their own types of suggestions and must
3030 explicitly indicate the type of suggestion that they produce. Existing plugins will
3131 require changes to their plugin registration. See the `custom-suggester` example
32- plugin {pull}30284[#30284]
32+ plugin {pull}30284[#30284]
33+
34+ [float]
35+ [[enhancement-7.0.0-alpha1]]
36+ === Enhancements
37+
38+ Machine learning::
39+ * Adds categorical filter type to detector rules. {ml-pull}27[#27]
Original file line number Diff line number Diff line change 22== {es} version 7.0.0-alpha2
33
44coming[7.0.0-alpha2]
5+
6+ [float]
7+ [[bug-7.0.0-alpha2]]
8+ === Bug fixes
9+
10+ * Fixes CPoissonMeanConjugate sampling error. {ml-pull}335[#335]
You can’t perform that action at this time.
0 commit comments