Benoît Pasquier
Benoît Pasquier
This may be a duplicate but I don't think so. I get the following when trying to install the KaTeX extension in Jupyterlab (v1.0.1): ``` Extension Installation Error An error...
I'm not sure this makes sense or is useful or if I'm just doing this the wrong way, but I think I could use it. I sometimes want to enforce...
Maybe it's already doable with Interpolations.jl but I could not figure it out. I have a curvilinear grid of the globe with some data and I want to interpolate it...
`missing` values propagate in the interpolation and the 1D trick suggestion in the documentation of filtering `missing` values out does not generalize to multiple dimensions. Unless I missed something? This...
Great package! So fast! 😃 Anyway, I thought this MWE (based on the readme example except for using `points` instead of `point`) would work (since "`points` can also be a...
### Request: (diverging) bipolar colormaps I'd like to suggest the addition of diverging bipolar colormaps, such as those mentioned in https://github.com/matplotlib/matplotlib/issues/6033 that ended up being encoded in https://github.com/endolith/bipolar-colormap I think,...
It would be great to have the API for directional derivatives for functions from ℝⁿ to ℝⁿ. I keep coming back to this problem and I can only guess that...
I get a `StackOverflowError` if I try to differentiate some code with a sparse matrix dependent on the variable and I use backslash with it. MWE: ```julia using SparseArrays, ForwardDiff,...
Hi there, I'm not sure this is intentional or if it is for numerical efficiency reasons, and I may be out of my league discussing this, but I figured I...
This PR basically removes the lower bound on the size of `epsilon`. It fixes the current problem for small `x` with some functions, like, e.g., `f(x) = log(x)`. MWE of...