Skip to content

Commit

Permalink
Update version to 1.2.5 (#116)
Browse files Browse the repository at this point in the history
* Fix anomaly detection app.

* Make max_forecast_steps optional for trees.

* More descriptive exceptions from ModelFactory.

* Fix legacy bug for layered models.

* Add test coverage for this PR's bugfixes.

* Update version to 1.2.5.
  • Loading branch information
aadyotb authored Jul 15, 2022
1 parent b3c499c commit 1d8f251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def read_file(fname):

setup(
name="salesforce-merlion",
version="1.2.4",
version="1.2.5",
author=", ".join(read_file("AUTHORS.md").split("\n")),
author_email="[email protected]",
description="Merlion: A Machine Learning Framework for Time Series Intelligence",
Expand Down

0 comments on commit 1d8f251

Please sign in to comment.