Júlio Hoffimann
Júlio Hoffimann
Could this package be a dependency or maybe be ported fully to Plots.jl? I don't think users would complain about the additional Unitful.jl dependency in Plots.jl? Can we get a...
The latest version of Clustering.jl provides DBSCAN, and yet we can't `@load DBSCAN pkg=Clustering`. Reference: https://juliastats.org/Clustering.jl/stable/dbscan.html
I am opening this issue to discuss the possibility of a curated list of models. Right now end-users are forced to rely on a non-trivial macro `@load` that fails depending...
The Makie.jl ecosystem is mature enough to support plot recipes. Migrating to this new plotting ecosystem will enable high-performance 3D visualisations on the GPU. - [x] SimpleMesh - [x] CartesianGrid...
Opening this issue to keep track of previous discussions in https://github.com/JuliaEarth/GeoStatsBase.jl/pull/70 @rmcaixeta perhaps you could copy/paste those illustrations here and explain briefly what exactly you are planning to implement when...
It would be nice to implement simulation methods from the MPS literature: - [ ] SNESIM: https://link.springer.com/article/10.1023/A:1014009426274 - [ ] DS: https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2008WR007621
It would be nice to implement methods from the literature such as: - [x] GHC: https://www.sciencedirect.com/science/article/abs/pii/S2211675316300367 - [x] GSC: https://www.sciencedirect.com/science/article/pii/S0098300415001314 - [ ] DBSC: https://www.sciencedirect.com/science/article/pii/S0098300411004419
The SGS solver needs to be reviewed because it is currently very numerically unstable. This situation should be improved if we follow a similar regularization trick like the one that...
The project is becoming quite large with multiple sub-modules hosted at different GitHub repositories. This is not ideal given that new contributors would just like to clone a single repository...