Skip to content

Commit

Permalink
Clean up changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtilly committed Nov 11, 2020
1 parent 14776ef commit 787dde2
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,22 @@
Changelog
=========

1.0.0 - 2020-10-27
-------------------
**New features:**
1.0.0 - 2020-11-11
------------------

- Renamed "alpha_level" attribute of GeneralizedLinearRegressor and GeneralizedLinearRegressorCV to "alpha_index."
**New features:**

- Renamed `alpha_level` attribute of :func:`quantcore.glm.GeneralizedLinearRegressor` and :func:`quantcore.glm.GeneralizedLinearRegressorCV` to `alpha_index`.

**Other:**

- Clarified behavior of 'scale_predictors'
- Clarified behavior of `scale_predictors`.

0.0.15 - 2020-11-11
-------------------

**Other**
**Other:**

- Pin quantcore.matrix < 1.0.0 as we are expecting a breaking change with version 1.0.0.

0.0.14 - 2020-08-06
Expand Down

0 comments on commit 787dde2

Please sign in to comment.