Benoît Pasquier
Benoît Pasquier
Oh OK I see. I just submitted a PR to change that (for the badges to point to PainterQubits).
For what it's worth, I started translating the ProPlot examples to Julia in [JuliaProPlotExamples](https://github.com/briochemc/JuliaProPlotExamples) using only PyCall.jl. It's actually easier than I thought, but yes, a ProPlot wrapper as nice...
Not sure this is useful but [here](https://gist.github.com/briochemc/ee55f860d90f593e8fe2dd440a7eb76c) is a gist where I started to try and translate `kde2d.m` to Julia and gave up half-way through...
I'm not sure I understand here but it seems to me that it is better to keep the original dimensions. For example, a row vector (1×*n* array) has different behavior...
I'm still not sure I understand the conditional tree you are building in your function. I would also not use the exclamation mark since you cannot squeeze in place. Anyway,...
Oh I did not realize this was performance critical. Please try with either of `f2` or `f3` below then, which deal with Dicts "in place" and don't do extra work...
I'm not sure I understand, although maybe there was a typo and I should apply `f2` (and `f3`) to the case where no dims are dropped. E.g., with ```julia f3(x)...
Ok so I don't think `dropmatdims!` does the right thing here either. Protecting `z` from being changed by always copying it into a `ztest` before applying the functions that might...
Hey thanks or your reply! Sorry to hear you're alone working on this... To be frank, I do not understand much of the things you said, so I don't think...
It seems there is an issue already ([link](https://github.com/JuliaWeb/MbedTLS.jl/issues/193)) to which I added a :+1: You mean that `Base.download` could be added with a try/catch somewhere? Could you explain (or point...