|
28 | 28 |
|
29 | 29 | //=== Regressions |
30 | 30 |
|
31 | | - == {es} version 6.6.0 |
32 | | -
|
33 | | -=== Breaking Changes |
34 | | -
|
35 | | -=== Deprecations |
36 | | -
|
37 | | -=== New Features |
38 | | -
|
39 | | -=== Enhancements |
40 | | -
|
41 | | -=== Bug Fixes |
42 | | -
|
43 | | -Fix cause of "Sample out of bounds" error message (See {ml-pull}355[355].} |
44 | | -
|
45 | | -=== Regressions |
46 | | -
|
47 | | - == {es} version 6.5.3 |
48 | | -
|
49 | | -=== Bug Fixes |
50 | | -
|
51 | | -Correct query times for model plot and forecast in the bucket to match the times we assign |
52 | | -the samples we add to the model for each bucket. For long bucket lengths, this could result |
53 | | -in apparently shifted model plot with respect to the data and increased errors in forecasts. |
54 | | -
|
55 | | - == {es} version 6.5.0 |
56 | | -
|
57 | | -//=== Breaking Changes |
58 | | -
|
59 | | -//=== Deprecations |
60 | | -
|
61 | | -//=== New Features |
62 | | -
|
63 | | -=== Enhancements |
64 | | -
|
65 | | -Perform anomaly detection on features derived from multiple bucket values to improve robustness |
66 | | -of detection with respect to misconfigured bucket lengths and improve detection of long lasting |
67 | | -anomalies. (See {ml-pull}175[#175].) |
68 | | -
|
69 | | -Support decomposing a time series into a piecewise linear trend and with piecewise constant |
70 | | -scaling of the periodic components. This extends our decomposition functionality to handle the |
71 | | -same types of change points that our modelling capabilities do. (See {ml-pull}198[198].) |
72 | | -
|
73 | | -Increased independence of anomaly scores across partitions (See {ml-pull}182[182].) |
74 | | -
|
75 | | -Avoid potential false positives at model start up when first detecting new components of the time |
76 | | -series decomposition. (See {ml-pull}218[218].) |
77 | | -
|
78 | | -Add a new label - multi_bucket_impact - to record level anomaly results. |
79 | | -The value will be on a scale of -5 to +5 where -5 means the anomaly is purely single bucket |
80 | | -and +5 means the anomaly is purely multi bucket. ({ml-pull}230[230]) |
81 | | -
|
82 | | -Improve our ability to detect change points in the presence of outliers. (See {ml-pull}265[265].) |
| 31 | +== {es} version 7.0.0-alpha2 |
83 | 32 |
|
84 | 33 | === Bug Fixes |
85 | 34 |
|
86 | | -Fix cause of "Bad density value..." log errors whilst forecasting. ({ml-pull}207[207]) |
87 | | -
|
88 | | -Fix incorrectly missing influencers when the influence field is one of the detector's partitioning |
89 | | -fields and the bucket is empty. ({pull}219[#219]) |
90 | | -
|
91 | | -Fix cause of hard_limit memory error for jobs with bucket span greater than one day. ({ml-pull}243[243]) |
92 | | -
|
93 | | -Fix cause of "Failed to compute significance..." log errors ({ml-pull}272[272])" |
94 | | -
|
95 | | -Prevent detecting a trend component during a possible change in the time series. The resulting |
96 | | -model was poorly reinitialised in this case which damaged anomaly detection for some time. (See |
97 | | -{ml-pull}287[#287].) |
98 | | -
|
99 | | -Fix cause of "MERGE: Sum mode samples = 0, total samples = 4.43521.." log errors ({ml-pull}294[294]) |
100 | | -
|
101 | | -//=== Regressions |
| 35 | +* Fixes CPoissonMeanConjugate sampling error. {ml-pull}335[#335] |
| 36 | +//NOTE: Remove from final 7.0.0 release notes if already in 6.x |
102 | 37 |
|
103 | | -== {es} version 6.4.3 |
104 | | -
|
105 | | -//=== Breaking Changes |
106 | | -
|
107 | | -//=== Deprecations |
108 | | -
|
109 | | -//=== New Features |
| 38 | +== {es} version 7.0.0-alpha1 |
110 | 39 |
|
111 | 40 | === Enhancements |
112 | 41 |
|
113 | | -Change linker options on macOS to allow Homebrew installs ({ml-pull}225[225]) |
114 | | -
|
115 | | -//=== Bug Fixes |
116 | | -
|
117 | | -Rules that trigger the `skip_model_update` action should also apply to the anomaly model. |
118 | | -This fixes an issue where anomaly scores of results that triggered the rule would decrease |
119 | | -if they occurred frequently. (See {ml-pull}222[#222].) |
120 | | -
|
121 | | -//=== Regressions |
| 42 | +* Adds include categorical filter type to detector rules. {ml-pull}27[#27] |
0 commit comments