Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit f7f2cc2

Browse files
authored
Merge pull request #18 from wlattner/update-changelog-2.0
DOC: update CHANGELOG for 2.0 release
2 parents 1e63abd + 7f4a498 commit f7f2cc2

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,23 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 2.0.0 - 2017-03-01
56

6-
## 0.1.0 - 2016-06-03
7+
### API Changes
8+
* [#10](https://github.com/civisanalytics/python-glmnet/pull/10) the parameter `n_folds` in the constructors of `LogitNet` and `ElasticNet` has been changed to `n_splits` for consistency with Scikit-Learn.
9+
10+
### Added
11+
* [#6](https://github.com/civisanalytics/python-glmnet/pull/6) expose relative penalty
12+
13+
### Changed
14+
* [#10](https://github.com/civisanalytics/python-glmnet/pull/10) update Scikit-Learn to 0.18
15+
16+
### Fixed
17+
* [#3](https://github.com/civisanalytics/python-glmnet/pull/3) ensure license and readme are included in sdist
18+
* [#8](https://github.com/civisanalytics/python-glmnet/pull/8) fix readme encoding
19+
* [#14](https://github.com/civisanalytics/python-glmnet/pull/14) fix reference to `lambda_best_` in docs
20+
* [#16](https://github.com/civisanalytics/python-glmnet/pull/16) fix import path for UndefinedMetricWarning
21+
22+
## 1.0.0 - 2016-06-03
723
### Added
824
- Initial release

0 commit comments

Comments
 (0)