Skip to content

Commit

Permalink
Cut 0.2.0 release (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jthomperoo authored Dec 20, 2019
1 parent f1adb25 commit 076a739
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v0.2.0] - 2019-12-20
### Added
- Multiplicative method, PredictMultiplicative.
### Changed
Expand All @@ -14,5 +16,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Predict function to use Holt-Winters exponential smoothing to predict future values and smooth existing values.

[Unreleased]: https://github.com/jthomperoo/holtwinters/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/jthomperoo/holtwinters/compare/v0.2.0...HEAD
[v0.2.0]: https://github.com/jthomperoo/holtwinters/compare/v0.1.0...v0.2.0
[v0.1.0]: https://github.com/jthomperoo/holtwinters/releases/tag/v0.1.0

0 comments on commit 076a739

Please sign in to comment.