Skip to content

Commit

Permalink
Bump version and update changelog for 0.2.1 release (mlflow#93)
Browse files Browse the repository at this point in the history
* Bump version and update changelog for 0.2.1
  • Loading branch information
aarondav committed Jun 28, 2018
1 parent 63aa9d8 commit 0b284d9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
Changelog
=========

0.2.1 (2018-06-28)
------------------

This is a patch release fixing some smaller issues after the 0.2.0 release.

- Switch protobuf implementation to C, fixing a bug related to tensorflow/mlflow import ordering (issues #33 and #77, PR #74, @andrewmchen)
- Enable running mlflow server without git binary installed (#90, @aarondav)
- Fix Spark UDF support when running on multi-node clusters (#92, @aarondav)

0.2.0 (2018-06-27)
------------------

- Added ``mlflow server`` to provide a remote tracking server. This is akin to ``mlflow ui`` with new options:
- ``--host`` to allow binding to any ports (#27, @mdagost)
- ``--artifact-repo`` to allow storing artifacts at a remote location, S3 only right now (#78, @mateiz)
- Server now runs behind gunicorn to allow concurrent requests to be made (#61, @mateiz)

- ``--host`` to allow binding to any ports (#27, @mdagost)
- ``--artifact-repo`` to allow storing artifacts at a remote location, S3 only right now (#78, @mateiz)
- Server now runs behind gunicorn to allow concurrent requests to be made (#61, @mateiz)

- Tensorflow integration, we now support logging Tensorflow Models directly in the log_artifacts API, Model format, and serving APIs (#28, @juntai-zheng)
- Added ``experiments.list_experiments`` as part of experiments API (#37, @mparkhe)
- Improved support for unicode strings (#79, @smurching)
Expand Down
2 changes: 1 addition & 1 deletion mlflow/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Copyright 2018 Databricks, Inc.

VERSION = '0.2.0' # NOQA
VERSION = '0.2.1' # NOQA

0 comments on commit 0b284d9

Please sign in to comment.