Skip to content

Commit

Permalink
prep for 1.14.0 release + minor docs fixes (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
mheilman committed Apr 22, 2020
1 parent ab1737d commit 39b6498
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## 1.14.0 - 2020-04-22
### Added
- Added `.outputs` method to retrieve outputs from `CivisFuture`
objects. (#381)
Expand Down
2 changes: 1 addition & 1 deletion civis/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.13.1"
__version__ = "1.14.0"
2 changes: 1 addition & 1 deletion civis/tests/civis_api_spec.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/source/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You can find out more information about a command by adding a ``--help`` option,
like ``civis scripts list --help``.

Job Logs
----
--------

These commands show job run logs in the format: "datetime message\\n" where
datetime is in ISO8601 format, like "2020-02-14T20:28:18.722Z".
Expand Down
4 changes: 2 additions & 2 deletions docs/source/ml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ distributions:
+------------------------------------+--------------------+-----------------------------------------------------------------------------+
| | random_forest_classifier | | ``n_estimators`` | | ``criterion: ['gini', 'entropy']`` |
| | random_forest_regressor | | ``min = 100,`` | | ``max_features: truncexpon(b=10., loc=.01, scale=1./10.11)`` |
| | extra_trees_classifier | | ``max = 1000`` | | ``max_depth: [1, 2, 3, 4, 6, 10]`` |
| | extra_trees_classifier | | ``max = 1000`` | | ``max_depth: [1, 2, 3, 4, 6, 10]`` |
| | extra_trees_regressor | | |
| | RF step in stacking_classifier | | |
| | RF step in stacking_regressor | | |
Expand Down Expand Up @@ -402,7 +402,7 @@ Sharing Models
==============

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

Expand Down

0 comments on commit 39b6498

Please sign in to comment.