Skip to content

Commit af9f1a7

Browse files
authored
Update changelog.rst
1 parent 33f3e77 commit af9f1a7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/changelog.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ New Features
2323

2424
Bug Fixes
2525
~~~~~~~~~
26-
+ Fixed issue that was causing crashes when there was an attempt to write estimator parameters (e.g. numpy arrays) which
27-
couldn't be serialized by JSON.
26+
+ 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.
2827
+ Fixed crashes when using ``jump`` variables of type ``int``.
2928
+ Fixed error in the way integer variables were selected from results of Gaussian processes search strategy.
3029

@@ -34,8 +33,7 @@ v1.1.0
3433

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

4038
New Features
4139
~~~~~~~~~~~~

0 commit comments

Comments
 (0)