Tamas K. Papp
Tamas K. Papp
On a related note, currently going from `0.x` to `0.(x+1)` requires the word "breaking" in the release notes. I am not sure this makes sense according to SemVer. Anything with...
The issue came up again in a [discussion](https://discourse.julialang.org/t/zero-and-one-are-false-and-true/87802/), with a suggestion by @nsajko to have a function return irrational numbers instead based on an explicitly specified type, eg ```julia irrational(:π,...
I still think that the whole concept of *irrationals with precision resolved by context* is a design mistake, so I think that fixing that by introducing yet another type is...
A new interface `irrational(:π, Float64)` etc can be added any time without being breaking. That said, it might as well just live in a package. In the meantime, `Irrational` as...
I think that the easiest solution at this point (while remaining in Julia 1.x) could be just documenting the intended use and limitations of `Irrational`. Specifically, that it resolves into...
I would be happy to make a PR, but need some clarification from the package devs. What should be the main entry point, `mvtdist` or `MvTDist`? I think the first...
Is there a universally accepted definition of logmeanexp? I had to think about what it means.
Yes, it is unfortunate that the package defines a `pdf` method that works on vectors. This predates broadcasting (I think). It would be best to remove `pdf(ik::InterpKDE,xs::AbstractVector)` & friends and...
I get the same error with PProf v3.1.3, Julia v1.11.2.
Sorry for the delayed response, a PR would be very welcome.