Skip to content

Commit

Permalink
Increment Client version to 0.14.4 (#602)
Browse files Browse the repository at this point in the history
* Update docstring

* Update changelog

* Update version
  • Loading branch information
convoliution authored May 4, 2020
1 parent 0d38502 commit 722d18c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
10 changes: 10 additions & 0 deletions client/verta/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ Release Notes
<>`__
v0.14.4 (2020-05-04)
--------------------

Backwards Incompatibilities
^^^^^^^^^^^^^^^^^^^^^^^^^^^
- `run.log_training_data() no longer uploads a "train_data" artifact, and instead directly
generates a histogram for deployment data monitoring
<https://github.com/VertaAI/modeldb/pull/576>`__


v0.14.3 (2020-04-20)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion client/verta/verta/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
__maintainer_email__ = "miliu@verta.ai"
__title__ = "verta"
__url__ = "https://www.verta.ai/"
__version__ = "0.14.3"
__version__ = "0.14.4"
4 changes: 4 additions & 0 deletions client/verta/verta/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -3562,6 +3562,10 @@ def log_training_data(self, train_features, train_targets, overwrite=False):
"""
Associate training data with this Experiment Run.
.. versionchanged:: 0.14.4
Instead of uploading the data itself as a CSV artifact ``'train_data'``, this method now
generates a histogram for internal use by our deployment data monitoring system.
Parameters
----------
train_features : pd.DataFrame
Expand Down

0 comments on commit 722d18c

Please sign in to comment.