DannieB

Results 8 comments of DannieB

Good point, I'll think of how we can make it look as such for the GMC ```python # assuming params is the dictionary, will do some checks to ensure it's...

Hello. I think you're looking for a quantile function. Currently there's no quantile function provided, if there is, it'll only be an empirical one based off the original data. Also,...

You can change the port exposed. For example in the snippet linked, change `5060:5060` to `8080:5060` https://github.com/DanielBok/private-conda-repo/blob/master/server/config.yaml#L35

I'll take a look at it

Hi all, sorry it took a while, just had a newborn. I added macos-14 into the build for 2.8.0, see this [PR](https://github.com/DanielBok/nlopt-python/pull/38). Managed to get macos working following tips from...

Hello @jonas-eschle, I think it would be better if you pinned it to 2.7.0. Based on what I read on the changelog, there shouldn't be any significant diff between 2...

Can't build this till 3.13 is official. I'll look at it again after 2024-10-01 (the official release date)

Oh thank you! I haven't been actively upgrading this because of work but your kind words will give me the motivation to do so when I have the time!