Skip to content

Commit ff97c04

Browse files
authored
[CIVP-12424] release 1.6.1 (#125)
1 parent e9bd241 commit ff97c04

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
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-
## [Unreleased]
5+
## 1.6.1 - 2017-08-22
66
### Changed
77
- Catch unnecessary warning while importing xgboost in CivisML_parallel_training.ipynb (#121)
88

99
### Fixed
1010
- 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).
1213

1314
## 1.6.0 - 2017-07-27
1415
### Changed

civis/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.6.0"
1+
__version__ = "1.6.1"

0 commit comments

Comments
 (0)