Skip to content

Commit

Permalink
Update changelog.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
cxhernandez authored Feb 14, 2018
1 parent 33f3e77 commit af9f1a7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ New Features

Bug Fixes
~~~~~~~~~
+ Fixed issue that was causing crashes when there was an attempt to write estimator parameters (e.g. numpy arrays) which
couldn't be serialized by JSON.
+ Fixed issue that was causing crashes when there was an attempt to write estimator parameters (e.g. numpy arrays) which couldn't be serialized by JSON.
+ Fixed crashes when using ``jump`` variables of type ``int``.
+ Fixed error in the way integer variables were selected from results of Gaussian processes search strategy.

Expand All @@ -34,8 +33,7 @@ v1.1.0

API Changes
~~~~~~~~~~~
+ Implemented ``Config.trial_results``, allowing convenient retrieval of
trials as a ``pandas.DataFrame`` (`#190 <https://github.com/msmbuilder/osprey/pull/190>`_)
+ Implemented ``Config.trial_results``, allowing convenient retrieval of trials as a ``pandas.DataFrame`` (`#190 <https://github.com/msmbuilder/osprey/pull/190>`_)

New Features
~~~~~~~~~~~~
Expand Down

0 comments on commit af9f1a7

Please sign in to comment.