Florian Oswald
Florian Oswald
i'd find it very handy to get both x and F traces from a returned object, like ``` x=nlsolve(f!, j!, [ 0.1; 1.2],store_trace = true,extended_trace = true) xtrace(x) ftrace(x) ```...
i am clueless about the followign error. i set 2 breakpoints: ```julia bp = Gallium.breakpoint(bk.cash_stay!) bp2 = Gallium.breakpoint(bk.saveprob) ``` when i run the program, it stops at the first breakpoint....
https://github.com/TuringLang/MCMCChains.jl
* after this has been merged: https://github.com/JuliaStats/GLM.jl/pull/242 * can take on #24 only after update to 0.7
* the current setup with a dict is no good * too easy to forget an option * or to set something whcih has no counterpart in the code. think...
* could be faster * allocates a lot of memory
add https://github.com/timholy/ProgressMeter.jl
i can't stand the mutilplication of output streams with each reload of the pacakge. going back to Base.logging
similarly to #156 it's not trivial to find a (command line) replacement for a 7zip unarchiver on mac os. any chance we could do some more standard compression, like zip...