You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,14 @@
2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
-
## [Unreleased]
5
+
## 1.6.1 - 2017-08-22
6
6
### Changed
7
7
- Catch unnecessary warning while importing xgboost in CivisML_parallel_training.ipynb (#121)
8
8
9
9
### Fixed
10
10
- Fixed bug where instantiating a new model via ``ModelPipeline.from_existing`` from an existing model with empty "PARAMS" and "CV_PARAMS" boxes fails (#122).
11
-
- Users can now access the ``ml`` and ``parallel`` namespaces from the base ``civis`` namespace.
11
+
- Users can now access the ``ml`` and ``parallel`` namespaces from the base ``civis`` namespace (#123).
12
+
- Parameters in the Civis API documentation now display in the proper order (#124).
0 commit comments