Miles Lucas
Miles Lucas
I'm running into some issues using this package alongside another macro-based package, ProgressLogging.jl My goal is to add optional progress bars to a package which uses ResumableFunctions.jl, the original function...
I propose adding a dependency to Unitful.jl based on a new trait package [EnergyTraits.jl](https://github.com/JuliaAstro/EnergyTraits.jl). As a proof of concept, these traits allow functional dispatch on the units involved in the...
Hello, I'm reaching out to request a part of the modelling framework that is similar to R's `poly`. I think this would be very beneficial within linear modeling as well...
This adds a 2D "tophat" kernel. This is geometrically just a disk. I'm not an images guy, per se, so if there is a more apt name than `tophat`, please...
Currently all the links point to `iancze/Starfish` so we'll need to update those. GitHub is really kind and will automatically redirect links so nothing is broken, yet, but going through...
@iancze @gully I would love some help on this. So the Habib likelihood function is great for comparing fitting the GP hyperparameters to the spectra, but I've been wondering if...
I'm not sure what the history of `parallel.py` is, but I tried running it with some data files and I ran into the issues that nothing would work as is...
I come from the python astronomy community which includes an MCMC inference tool called the Ensemble Sampler ([code](https://github.com/dfm/emcee), [paper](https://arxiv.org/abs/1202.3665)). Dan has said he's currently working with PyMC3 team to incorporate...
Hello! I am planning on writing a filter library similar to this one in Julia. I would like you use your `new_filters.hd5` library in my package as well, and the...
It would be nice if `map`, `mapreduce`, and `reduce` were supported with `@progress`, for example ```julia squares = @progress map(i -> i^2, 1:10) prod = @progress map((x,y) -> x *...