From 591c6014527887f4c200a5146b01b11d223d35b0 Mon Sep 17 00:00:00 2001 From: lcawl Date: Fri, 8 Jun 2018 11:21:13 -0700 Subject: [PATCH 1/3] [DOCS] Merges ML changelog --- docs/reference/release-notes/6.3.asciidoc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/reference/release-notes/6.3.asciidoc b/docs/reference/release-notes/6.3.asciidoc index 0b5e02270355b..54ae78b38b3b2 100644 --- a/docs/reference/release-notes/6.3.asciidoc +++ b/docs/reference/release-notes/6.3.asciidoc @@ -24,8 +24,13 @@ //[float] //=== Enhancements -//[float] -//=== Bug Fixes +[float] +=== Bug Fixes + +Machine Learning:: + +* Function description for population lat_long results should be lat_long instead of mean ({pull}81[#81]) +* By-fields should respect model_plot_config.terms ({pull}86[#86]) //[float] //=== Regressions From d92e51708ceb805a477bb6a09b5cc3d010ba7b95 Mon Sep 17 00:00:00 2001 From: lcawl Date: Fri, 8 Jun 2018 11:54:05 -0700 Subject: [PATCH 2/3] [DOCS] Adds ML 6.3.0 release notes --- docs/Versions.asciidoc | 2 ++ docs/reference/release-notes/6.3.asciidoc | 21 +++++++++++++++++---- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/docs/Versions.asciidoc b/docs/Versions.asciidoc index 938f0b13f3b5a..4e0083f56433b 100644 --- a/docs/Versions.asciidoc +++ b/docs/Versions.asciidoc @@ -13,7 +13,9 @@ release-state can be: released | prerelease | unreleased :release-state: unreleased :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} diff --git a/docs/reference/release-notes/6.3.asciidoc b/docs/reference/release-notes/6.3.asciidoc index 54ae78b38b3b2..dd6e9301ed89c 100644 --- a/docs/reference/release-notes/6.3.asciidoc +++ b/docs/reference/release-notes/6.3.asciidoc @@ -21,16 +21,29 @@ //[float] //=== New Features -//[float] -//=== Enhancements +[float] +=== Enhancements + +Machine Learning:: +* Synchronize long and short tests for periodicity {ml-pull}62[#62] +* Improvements to trend modelling and periodicity testing for forecasting {ml-pull}7[#7] (issue: {ml-issue}5[#5]) [float] === Bug Fixes Machine Learning:: -* Function description for population lat_long results should be lat_long instead of mean ({pull}81[#81]) -* By-fields should respect model_plot_config.terms ({pull}86[#86]) +* By-fields should respect model_plot_config.terms {ml-pull}86[#86] (issue: {ml-issue}30004[#30004]) +* Function description for population lat_long results should be lat_long instead of mean {ml-pull}81[#81] (issue: {ml-issue}80[#80]) +* Fix error causing us to overestimate effective history length {ml-pull}66[#66] (issue: {ml-issue}57[#57]) +* Clearing JSON memory allocators {ml-pull}30[#30] (issue: {ml-issue}26[#26]) +* Fix sparse data edge cases for periodicity testing {ml-pull}28[#28] (issue: {ml-issue}20[#20]) +* Impose an absolute cutoff on the minimum variance {ml-pull}8[#8] (issue: {ml-issue}488[#488]) +* Check accesses in bounds when clearing recycled models {ml-pull}79[#79] (issue: {ml-issue}76[#76]) +* Set forecast progress to 100% and status finished in the case of insufficient history (data) {ml-pull}44[#44] +* Add control message to start background persistence {ml-pull}19[#19] +* Fail start up if state is missing {ml-pull}4[#4] +* Do not log incorrect model memory limit {ml-pull}3[#3] //[float] //=== Regressions From c731401b59ae7614762c867cc972d9e80a289b99 Mon Sep 17 00:00:00 2001 From: lcawl Date: Fri, 8 Jun 2018 13:03:27 -0700 Subject: [PATCH 3/3] [DOCS] Fixes issue link --- docs/reference/release-notes/6.3.asciidoc | 46 +++++++++++------------ 1 file changed, 21 insertions(+), 25 deletions(-) diff --git a/docs/reference/release-notes/6.3.asciidoc b/docs/reference/release-notes/6.3.asciidoc index dd6e9301ed89c..86ca47ffaf44f 100644 --- a/docs/reference/release-notes/6.3.asciidoc +++ b/docs/reference/release-notes/6.3.asciidoc @@ -21,29 +21,8 @@ //[float] //=== New Features -[float] -=== Enhancements - -Machine Learning:: -* Synchronize long and short tests for periodicity {ml-pull}62[#62] -* Improvements to trend modelling and periodicity testing for forecasting {ml-pull}7[#7] (issue: {ml-issue}5[#5]) - -[float] -=== Bug Fixes - -Machine Learning:: - -* By-fields should respect model_plot_config.terms {ml-pull}86[#86] (issue: {ml-issue}30004[#30004]) -* Function description for population lat_long results should be lat_long instead of mean {ml-pull}81[#81] (issue: {ml-issue}80[#80]) -* Fix error causing us to overestimate effective history length {ml-pull}66[#66] (issue: {ml-issue}57[#57]) -* Clearing JSON memory allocators {ml-pull}30[#30] (issue: {ml-issue}26[#26]) -* Fix sparse data edge cases for periodicity testing {ml-pull}28[#28] (issue: {ml-issue}20[#20]) -* Impose an absolute cutoff on the minimum variance {ml-pull}8[#8] (issue: {ml-issue}488[#488]) -* Check accesses in bounds when clearing recycled models {ml-pull}79[#79] (issue: {ml-issue}76[#76]) -* Set forecast progress to 100% and status finished in the case of insufficient history (data) {ml-pull}44[#44] -* Add control message to start background persistence {ml-pull}19[#19] -* Fail start up if state is missing {ml-pull}4[#4] -* Do not log incorrect model memory limit {ml-pull}3[#3] +//[float] +//=== Enhancements //[float] //=== Regressions @@ -82,12 +61,29 @@ elasticsearch plugin. //[float] //=== New Features -//[float] -//=== Enhancements +[float] +=== Enhancements + +Machine Learning:: +* Synchronize long and short tests for periodicity {ml-pull}62[#62] +* Improvements to trend modelling and periodicity testing for forecasting {ml-pull}7[#7] (issue: {ml-issue}5[#5]) [float] === Bug Fixes +Machine Learning:: +* By-fields should respect model_plot_config.terms {ml-pull}86[#86] (issue: {issue}30004[#30004]) +* Function description for population lat_long results should be lat_long instead of mean {ml-pull}81[#81] (issue: {ml-issue}80[#80]) +* Fix error causing us to overestimate effective history length {ml-pull}66[#66] (issue: {ml-issue}57[#57]) +* Clearing JSON memory allocators {ml-pull}30[#30] (issue: {ml-issue}26[#26]) +* Fix sparse data edge cases for periodicity testing {ml-pull}28[#28] (issue: {ml-issue}20[#20]) +* Impose an absolute cutoff on the minimum variance {ml-pull}8[#8] (issue: {ml-issue}488[#488]) +* Check accesses in bounds when clearing recycled models {ml-pull}79[#79] (issue: {ml-issue}76[#76]) +* Set forecast progress to 100% and status finished in the case of insufficient history (data) {ml-pull}44[#44] +* Add control message to start background persistence {ml-pull}19[#19] +* Fail start up if state is missing {ml-pull}4[#4] +* Do not log incorrect model memory limit {ml-pull}3[#3] + Security:: * Reduces the number of object allocations made by {security} when resolving the indices and aliases for a request ({pull}30180[#30180]) * Respects accept header on requests with no handler ({pull}30383[#30383])