-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
111 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<!-- | ||
Thank you for pull request. | ||
Below are a few things we ask you kindly to self-check before getting a review. Remove checks that are not relevant. | ||
--> | ||
Checklist | ||
* [ ] Added a `CHANGELOG.rst` entry |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
.. Versioning follows semantic versioning, see also | ||
https://semver.org/spec/v2.0.0.html. The most important bits are: | ||
* Update the major if you break the public API | ||
* Update the minor if you add new functionality | ||
* Update the patch if you fixed a bug | ||
Changelog | ||
========= | ||
|
||
|
||
0.0.14 - 2020-08-06 | ||
------------------- | ||
|
||
**New features:** | ||
|
||
- Add Tweedie Link. | ||
- Allow infinite bounds. | ||
|
||
|
||
**Bug fixes:** | ||
|
||
- Unstandardize regularization path. | ||
- No copying in predict. | ||
|
||
**Other:** | ||
|
||
- Various memory and performance improvements. | ||
- Update pre-commit hooks. | ||
|
||
|
||
0.0.13 - 2020-07-23 | ||
------------------- | ||
|
||
See git history. | ||
|
||
|
||
0.0.12 - 2020-07-07 | ||
------------------- | ||
|
||
See git history. | ||
|
||
|
||
0.0.11 - 2020-07-02 | ||
------------------- | ||
|
||
See git history. | ||
|
||
|
||
0.0.10 - 2020-06-30 | ||
------------------- | ||
|
||
See git history. | ||
|
||
|
||
0.0.9 - 2020-06-26 | ||
------------------- | ||
|
||
See git history. | ||
|
||
|
||
0.0.8 - 2020-06-24 | ||
------------------ | ||
|
||
See git history. | ||
|
||
|
||
0.0.7 - 2020-06-17 | ||
------------------ | ||
|
||
See git history. | ||
|
||
|
||
0.0.6 - 2020-06-16 | ||
------------------ | ||
|
||
See git history. | ||
|
||
|
||
0.0.5 - 2020-06-10 | ||
------------------ | ||
|
||
See git history. | ||
|
||
|
||
0.0.4 - 2020-06-08 | ||
------------------ | ||
|
||
See git history. | ||
|
||
|
||
0.0.3 - 2020-06-08 | ||
------------------ | ||
|
||
See git history. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters