Johannes Buchner

Results 56 issues of Johannes Buchner

If I have a gaussian process where all parameters are fixed, it seems that currently the GP is recomputed. How can I disable this unnecessary and costly recomputation? I want...

enhancement

Dear Brendon, I would like to use your Diffusive Nested Sampling technique. To start, I created an extremely simple example -- a 1d Gaussian. However, I get incorrect results: It...

Would you be interested to add support for https://johannesbuchner.github.io/UltraNest/ ? The interface should be very similar to dynesty. UltraNest is a very reliable tuning-parameter-free algorithm. It can be faster than...

Perhaps of interest, since the paper states "We do not know of other tools which have the same functionality" The LocalCopy extension of a now outdated version of JabRef (2.9.2)...

Please take a look at the 1-line diff and either pull this change or comment on it.

Dear all, As you know, developing software is a underappreciated activity in astronomy research. The only reward we can obtain are citations. In the documentation, could you please encourage users...

A common workflow for me with joblib.Memory.cache is that I have a function which I investigate: ``` @mem.cache def myfunc(a, b): return sum([costly_function(b, 42, callback=otherfunction) for i in range(a)]) for...

I would like to profile a python program that spends substantial time in D state (uninterruptible sleep), indicating costly disk IO operations. Would it be possible to run py-spy or...

Dear users, you recently interacted with UltraNest on github. I just pushed a new version, 4.1, to conda and pypi. You can find the changes and merged pull requests (huge...

At the moment, the hdf5 file is agnostic to what it is storing, it simply receives rows. This is nice for separation of concern. However, the reader then needs to...