Daniel Ingraham
Daniel Ingraham
Is it possible to define a pullback via the `ReverseDiff.@grad` macro or a `ChainRulesCore.rrule` and use it with a compiled tape? When I try either approach with a simple function...
One feature I miss from `tmux` is the ability to detect if a session exists from a shell script. This PR adds a `-d` flag, that checks if a specified...
This PR makes it possible to do the equivalent of `pip install --editable ` with CondaPkg.jl, as requested in https://github.com/cjdoris/CondaPkg.jl/issues/96
Big fan of PythonCall.jl, JuliaCall.jl, etc.. Thanks so much for these packages. In my application, I have a chain of tools like this: * OpenMDAOCore.jl is a pure-Julia package, with...
One feature I would really like for CondaPkg.jl to have is the ability to add a local version of a Python package, aka the equivalent of `pip install -e `....
When i try the following code: ```julia using ComponentArrays: ComponentVector function try1() ni = 4 nj = 2 nk = 3 X = ComponentVector(a=0.0, b=zeros(Float64, nk), c=zeros(Float64, ni, nj)) Y...
When running optimizations with CCBlade.jl, sometimes the optimizer will figure out a way to manipulate the design such that the `DuSeligEggers` rotation correction will reduce the drag coefficient to `<...
When I try to create eg a vector of `Section` structs with nightly builds of Julia, like this: ```julia-repl (jl_DjwQyJ) pkg> using CCBlade ERROR: `using` is not a recognized command....