Skip to content

Commit 39b6498

Browse files
authored
prep for 1.14.0 release + minor docs fixes (#383)
1 parent ab1737d commit 39b6498

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

CHANGELOG.md

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

55
## Unreleased
6+
7+
## 1.14.0 - 2020-04-22
68
### Added
79
- Added `.outputs` method to retrieve outputs from `CivisFuture`
810
objects. (#381)

civis/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.13.1"
1+
__version__ = "1.14.0"

civis/tests/civis_api_spec.json

+1-1
Large diffs are not rendered by default.

docs/source/cli.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You can find out more information about a command by adding a ``--help`` option,
3131
like ``civis scripts list --help``.
3232

3333
Job Logs
34-
----
34+
--------
3535

3636
These commands show job run logs in the format: "datetime message\\n" where
3737
datetime is in ISO8601 format, like "2020-02-14T20:28:18.722Z".

docs/source/ml.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ distributions:
212212
+------------------------------------+--------------------+-----------------------------------------------------------------------------+
213213
| | random_forest_classifier | | ``n_estimators`` | | ``criterion: ['gini', 'entropy']`` |
214214
| | random_forest_regressor | | ``min = 100,`` | | ``max_features: truncexpon(b=10., loc=.01, scale=1./10.11)`` |
215-
| | extra_trees_classifier | | ``max = 1000`` | | ``max_depth: [1, 2, 3, 4, 6, 10]`` |
215+
| | extra_trees_classifier | | ``max = 1000`` | | ``max_depth: [1, 2, 3, 4, 6, 10]`` |
216216
| | extra_trees_regressor | | |
217217
| | RF step in stacking_classifier | | |
218218
| | RF step in stacking_regressor | | |
@@ -402,7 +402,7 @@ Sharing Models
402402
==============
403403

404404
Models produced by CivisML can't be shared directly through the Civis Platform
405-
UI or API. The :module:`~civis.ml` namespace provides functions which will
405+
UI or API. The :mod:`~civis.ml` namespace provides functions which will
406406
let you share your CivisML models with other Civis Platform users.
407407
To share your models, use the functions
408408

0 commit comments

Comments
 (0)