You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.rst
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,7 @@ New Features
23
23
24
24
Bug Fixes
25
25
~~~~~~~~~
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.
28
27
+ Fixed crashes when using ``jump`` variables of type ``int``.
29
28
+ Fixed error in the way integer variables were selected from results of Gaussian processes search strategy.
30
29
@@ -34,8 +33,7 @@ v1.1.0
34
33
35
34
API Changes
36
35
~~~~~~~~~~~
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>`_)
0 commit comments