Changelog¶
Changes for the upcoming release can be found in the “changelog” directory in our repository.
0.6.1 (2024-11-21)¶
Features¶
Add
RelativeTimeEncoderto calculate the relative time based on a timestamp column. #67
0.6.0 (2024-11-21)¶
Changes¶
Features¶
Deprecations¶
0.5.2 (2024-11-21)¶
Changes¶
Features¶
Deprecations¶
0.5.1 (2024-06-25)¶
Changes¶
0.5.0 (2024-06-20)¶
Changes¶
Parameter
valueis now optional inmlnext.pipeline.Fillto allow both filling methods. #46Fixed documentation of
mlnext.pipeline. #47Allow
ColumnSelectorto be fitted on data ifkeysis None. #50Fixed type of parameter
mapperinColumnRename. #51Changed build system to hatchling and updated dev internals. #58
Features¶
Deprecations¶
0.4.1 (2023-05-12)¶
Features¶
fixed
mlnext.find_anomaliesfor scalar inputs (every dimension 1) #52
0.4.0 (2023-01-27)¶
Changes¶
Features¶
Deprecations¶
0.3.1 (2022-02-28)¶
Changes¶
Fixed package name in readme. #31
0.3.0 (2022-02-25)¶
Changes¶
Changed mlnext.score.apply_threshold to being inclusive for the positive class. #24
Cleaned
mlnextnamespace. #28Added parameter
ktomlnext.anomaly.apply_point_adjustfrom https://arxiv.org/abs/2109.05257. #29Remove size check of other dimensions in
mlnext.utils.truncate. #30
Features¶
0.2.0 (2021-12-03)¶
Changes¶
Features¶
Added legend to
plot_signal. #11Added
norm_log_likelihoodandbern_log_likelihood. #13Added
mlnext.anomaly. #14Functions in
mlnext.plotnow optionally return the figure withreturn_fig. #15Added
mlnext.score.kl_divergencefor two normal distributions. #16Added example images for
mlnext.plot. #17Added
mlnext.anomaly.apply_point_adjust_score. #18Added MIT license with PLCnext Technology Copyright. #19
Added truncation and shape assertion methods in
mlnext.utils. #21Added
mlnext.utils.rename_keysandmlnext.utils.flatten. #23
0.1.2 (2021-10-01)¶
Features¶
0.1.1 (2021-09-02)¶
Changes¶
Fixed installation of package. #5
0.1.0 (2021-09-02)¶
Initial Release.