Skip to content

Commit d92e517

Browse files
committed
[DOCS] Adds ML 6.3.0 release notes
1 parent 591c601 commit d92e517

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

docs/Versions.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ release-state can be: released | prerelease | unreleased
1313
:release-state: unreleased
1414

1515
:issue: https://github.com/elastic/elasticsearch/issues/
16+
:ml-issue: https://github.com/elastic/ml-cpp/issues/
1617
:pull: https://github.com/elastic/elasticsearch/pull/
18+
:ml-pull: https://github.com/elastic/ml-cpp/pull/
1719

1820
:docker-repo: docker.elastic.co/elasticsearch/elasticsearch
1921
:docker-image: {docker-repo}:{version}

docs/reference/release-notes/6.3.asciidoc

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,29 @@
2121
//[float]
2222
//=== New Features
2323

24-
//[float]
25-
//=== Enhancements
24+
[float]
25+
=== Enhancements
26+
27+
Machine Learning::
28+
* Synchronize long and short tests for periodicity {ml-pull}62[#62]
29+
* Improvements to trend modelling and periodicity testing for forecasting {ml-pull}7[#7] (issue: {ml-issue}5[#5])
2630

2731
[float]
2832
=== Bug Fixes
2933

3034
Machine Learning::
3135

32-
* Function description for population lat_long results should be lat_long instead of mean ({pull}81[#81])
33-
* By-fields should respect model_plot_config.terms ({pull}86[#86])
36+
* By-fields should respect model_plot_config.terms {ml-pull}86[#86] (issue: {ml-issue}30004[#30004])
37+
* Function description for population lat_long results should be lat_long instead of mean {ml-pull}81[#81] (issue: {ml-issue}80[#80])
38+
* Fix error causing us to overestimate effective history length {ml-pull}66[#66] (issue: {ml-issue}57[#57])
39+
* Clearing JSON memory allocators {ml-pull}30[#30] (issue: {ml-issue}26[#26])
40+
* Fix sparse data edge cases for periodicity testing {ml-pull}28[#28] (issue: {ml-issue}20[#20])
41+
* Impose an absolute cutoff on the minimum variance {ml-pull}8[#8] (issue: {ml-issue}488[#488])
42+
* Check accesses in bounds when clearing recycled models {ml-pull}79[#79] (issue: {ml-issue}76[#76])
43+
* Set forecast progress to 100% and status finished in the case of insufficient history (data) {ml-pull}44[#44]
44+
* Add control message to start background persistence {ml-pull}19[#19]
45+
* Fail start up if state is missing {ml-pull}4[#4]
46+
* Do not log incorrect model memory limit {ml-pull}3[#3]
3447

3548
//[float]
3649
//=== Regressions

0 commit comments

Comments
 (0)