Skip to content

Commit

Permalink
stage changelog and version for one line segment release
Browse files Browse the repository at this point in the history
  • Loading branch information
cjekel committed May 7, 2022
1 parent eae91b3 commit 2f12d8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
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).

## [2.2.1] - 2022-05-07
### Added
- You can now perform `fit` and `fitfast` for one line segment!

## [2.2.0] - 2022-05-01
### Added
- Now you can specify a numpy.random.seed to use on init to get reproducible results from the `fit` and `fitfast` methods. Simply specify an integer seed number like so `pwlf.PiecewiseLinFit(x, y, seed=123)`. Note this hijacks your current random seed. By default, not random seed is specified.
Expand Down
2 changes: 1 addition & 1 deletion pwlf/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.3.0"
__version__ = "2.2.1"

0 comments on commit 2f12d8e

Please sign in to comment.