Skip to content

Releases: salesforce/Merlion

v2.0.2

15 Feb 17:00
3d025ad
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

07 Feb 07:47
Compare
Choose a tag to compare

What's Changed

  • Address FutureWarning from Scipy 1.10+ by @aadyotb in #143

Full Changelog: v2.0.0...v2.0.1

v2.0.0

04 Jan 22:36
a241a62
Compare
Choose a tag to compare

What's Changed

Major Changes Since v1.3.0

  • Implemented a GUI dashboard for Merlion.
  • Implemented multiple state-of-the-art deep learning forecasting models.
  • Added support for exogenous regressors to all forecasting models.

Major Changes since v1.0.0

  • Implemented a GUI dashboard for Merlion.
  • Added support for exogenous regressors to a wide range of forecasting models.
  • Implemented multiple deep forecasting models, in addition to the existing deep anomaly detection models.
  • Added a change point detection module.
  • Added a pyspark API for Merlion, to perform forecasting or anomaly detection for many time series in parallel.
  • Expanded AutoML to new models, including Prophet and ETS.
  • Added utilities for hierarchical time series.
  • Re-architectured all Merlion models to streamline new development work.

New Contributors

Full Changelog: v1.3.1...v2.0.0

v1.3.1

03 Oct 17:59
a0d9f9c
Compare
Choose a tag to compare

What's Changed

  • Add support for exogenous regressors by @aadyotb in #125
  • Simplify implementations of SARIMA, ETS, VectorAR. by @aadyotb in #122
  • Fix edge case bug in layered models. by @aadyotb in #123
  • Fix incorrect reference to BOCPD model in factory by @jonwiggins in #124

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

01 Sep 20:20
eae7bd4
Compare
Choose a tag to compare

What's Changed

  • Improve robustness of Spark API @aadyotb in #118
  • Add easy-to-use data loaders for custom datasets. by @aadyotb in #120
  • More AutoML features included in AutoETS and AutoProphet. More streamlined implementation of AutoML models. by @chenghaoliu89 in #119 and @aadyotb in #121

Major Changes Since v1.2.0

  • Added a pyspark API for Merlion, to perform forecasting or anomaly detection for many time series in parallel. The API is compatible with the spark-on-k8s-operator.
  • Expanded functionality of AutoETS and AutoProphet models, to automatically select more hyperparameters besides just seasonality.
  • Expanded evaluation framework to accommodate multivariate forecasting. This enables automatic model selection for multivariate time series.
  • Updated Prophet dependency to simplify installation for Python 3.7+.
  • Various bugfixes.

Full Changelog: v1.2.5...v1.3.0

v1.2.5

15 Jul 21:06
3f7e800
Compare
Choose a tag to compare

What's Changed

  • Fix a bug where in layered models which prevents certain sub-model params (e.g. target_seq_index) from being set correctly.
  • Fix an argument parsing bug in the pyspark anomaly detection app.
  • Makes max_forecast_steps an optional parameter for tree models.
  • Makes exceptions from ModelFactory more descriptive.
  • Allow the use of ForecastMetric for evaluating multivariate time series by specifying a target_seq_index.

Full Changelog: v1.2.4...v1.2.5

v1.2.4

15 Jul 00:57
638529e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.3...v1.2.4

v1.2.3

28 Jun 22:58
e0a79f0
Compare
Choose a tag to compare

What's Changed

  • Update prophet required version to 1.1 by @aadyotb in #110
  • Don't resample timestamps if not needed in forecast(). by @aadyotb in #109

Full Changelog: v1.2.2...v1.2.3

v1.2.2

21 Jun 19:12
251f4e9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

09 Jun 02:39
ea67ed4
Compare
Choose a tag to compare

What's Changed

  • Fix issues with LayeredModelConfig accessing underlying model attributes. This fixes various bugs with both AutoML models and default models. by @aadyotb in #99 and #104

Full Changelog: v1.2.0...v1.2.1