bwheelz36

Results 11 issues of bwheelz36

Hi all, As many of you have noticed, the maintenance of this code has been somewhat lagging lately. The original developer of this code has very little to no time...

I am getting an error with scipy 1.8.0 ``` File "/home/brendan/python/TestVenv/lib/python3.8/site-packages/bayes_opt/util.py", line 65, in acq_max if max_acq is None or -res.fun[0] >= max_acq: TypeError: 'float' object is not subscriptable ```...

bug
Versioning

As has been noted in #158, the code will crash if it is asked to probe a point it has already probed. This condition occurs not infrequently when using the...

enhancement

Hi all Thanks for this great tool. Below is my plot. It's working perfectly, except: - when I click on the subplot `Phantom Design` the hyperlink isn't working. I've tried...

Type: Other
Status: Triage

In this PR, I have recast the packaging mechanism to user [poetry](https://python-poetry.org/). This brings us line with latest python recommendations around packaging using a `pyproject.toml` file. Note that `setup.py` which...

**Describe the solution you'd like** Once #458 is implemented, we can add a supported python versions badge to the readme using shields: https://shields.io/badges/py-pi-python-version note this won't work with current packaging...

enhancement

Hi everyone (particularly recent contributors @till-m, @fmfn, @leandrobbraga) I've set up the html docs to build through github workflows and build to a github page. every time there is a...

enhancement

Hey, I wanted to check the image registration functionality. - I tried Bsplines with the script below, and got `ITK ERROR: ResampleImageFilter(000001848246B530): Interpolator not set` - The data I used...

Hey @till-m and @fmfn Do you guys have any interest in writing up a ~2 page paper for the journal of open source software (JOSS)? https://github.com/openjournals/joss I think this package...

enhancement