Skip to content

Commit

Permalink
Update CHANGELOG.rst (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtilly authored Apr 13, 2021
1 parent e71cdf2 commit 18149b5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@
Changelog
=========

1.3.3 - 2021-04-13
1.4.0 - 2021-04-13
------------------

Fusing alpha and alphas arguments for :func:`quantcore.glm.GeneralizedLinearRegressor`. `alphas` is now deprecated but can still be used for backward compatibility. The `alphas` argument will be removed with the next major version.
**Deprecations:**

1.3.2 - 2021-04-13
------------------
- Fusing the ``alpha`` and ``alphas`` arguments for :func:`quantcore.glm.GeneralizedLinearRegressor`. ``alpha`` now also accepts array like inputs. ``alphas`` is now deprecated but can still be used for backward compatibility. The ``alphas`` argument will be removed with the next major version.

**Bug fix:**

Expand Down

0 comments on commit 18149b5

Please sign in to comment.