Albert Steppi
Albert Steppi
> It definitely does, the codepaths for the Python-level single call vs. `pdist`/`cdist` go through different control flows. Got it. I just had trouble tracing it due to lack of...
Thinking about this again. If we compute to arbitrary precision ```python from mpmath import mp p = mp.mpf(5e-324) q = mp.zero m = (p + q) / 2.0 p *...
Wait, we could also sidestep this issue completely by replacing this part of the Python code ```python m = (p + q) / 2.0 left = rel_entr(p, m) right =...
> I think that produces `nan` when both vectors are identical (i.e., `[0. 1.]`), instead of `0`. Maybe I'll let this one sit for a day or two and see...
Hi @GreenMemory16, thanks for submitting this fix. The merge conflict is because we've recently translated all of cephes into C++ which can also run on CUDA as part of the...
> This seems to work really well- I love the buttons and dropdowns. > > How flexible can we make this to share with other projects? Ideally, we could have...
Would it be better have a button like for the `try_examples` directive which swaps the rendered notebook in place with an executable one that occupies the same amount of screen...
Hey @Carreau. Yeah, it does seem like it would make sense to do a rewrite/overhaul first. We'd just be having the brochure website, ipython.org, translated, so I wonder if it...
> seeing how the revamp of the Jupyter website wend before I'm not sure I have the strenght to go through that. Are you coming the retreat in seattle ?...
Issue created here, https://github.com/scientific-python/summit-2024/issues/20