Quentin Soubeyran

Results 6 issues of Quentin Soubeyran

I am opening this bug as requested on Gitter (see link below). ## Summary When running trio as a guest (in a `tkinter` event loop in this case), and using...

This is a remake of #1030 with (hopefully) a cleaner history. I had initially forked kernc's fork instead of the base repo. --------------------------------- As discussed in PR #988 and issue...

Making a 0.9 release, compatible with `scikit-learn>=0.24`, and one with the new features would be nice. __0.9.0 release (Already released)__ (bugfixes, compatibility with `scikit-learn>=0.24`): - [X] Merge #988 (fix many...

Fixes: - #1064 - #1065 This PR fixes `skopt.space.check_dimension` to actually follow its own documentation: - `list` always lead to `Categorical` object - `tuple` lead to `Integer` or `Real` object,...

This PR adds an 'ax' argument to all plotting functions in `skopt.plots`, using `GridSpec` objects. The return value of the function is also standardized to the `matplotlib.Axes` object the plot...

Fix #1056 : - Fixed wrong indexing when a constant dimension is ignored - Added test for that case