Luke Stagner
Luke Stagner
I just ran into this issue. I would also prefer it to not capitalize and remove the underscores from the files/directories. I have a script that creates a markdown file...
As I've mentioned in other threads I would like the getindex notation to index into the parent array e.g. `itp[i] == parent(itp)[i]`. Being able to store an object that can...
@tlycken Yes, I am a Postdoc at General Atomics doing fusion research, specifically in energetic particles hence the need for calculating particle trajectories.
This doesn't actually solve my problem. It's not like I am going to code up the marching squares algorithm from scratch. I want to throw the interpolation object into the...
I'm designing a library that will (hopefully) be used by other people who won't know that they would have to call `parent(itp)` to do work with 95% of packages. It's...
I recently had to code up Cubic Hermite Splines (including Monotone Cubic Splines). I also implemented Polyharmonic Splines which work on N-dimensional irregularly gridded data. Heres the code [Cubic Splines](https://gist.github.com/lstagner/83f91cc138d4767523a3)...
An example would be great. I've been looking into doing Variational Inference with Normalizing Flows but I have yet to find a complete Julia example.
Wasn't one of the reasons to have a seperate repository for RecipesBase.jl was to have a lightweight package that didn't take forever to load? While we can use the archived...
https://github.com/JuliaPlots/RecipesBase.jl is archived and is read only. While we can use it for now eventually RecipesBase.jl in Plots.jl will be updated and the archived RecipesBase.jl will break.
Thanks for this. I have been trying to figure out a way to support this without having to write special function wrappers but I haven't found a good solution yet....