-
I have very little taste for OOP and generally prefer functions over classes whenever possible. This is how most of the forward modeling modules in Fatiando work (like `fatiando.gravmag.prism`). So th…
-
The compiler options guide currently mixes two things:
1) exploit mitigations and security improvements;
2) workarounds or opinionated takes on C or C++ behaviour (`-fno-strict-aliasing`, `-fno-stri…
-
This project is really cool, I have been trying to get PGA working in a project of mine but there is a lot of minutia with numerical stability and I think this project's implementation is more robust …
-
It would be nice to have an example where https://github.com/JuliaGeometry/DelaunayTriangulation.jl is used for the grid generation. Perhaps we can spice up one of the existing examples that uses a hy…
-
@milankl , where is the best place to discuss usage/interpretation/best practices with usage of these tools?
For example, I've got two questions applying these techniques to a new CONUS WRF run. …
-
- [ ] Linear Noise Approximation (https://tanhevg.github.io/GpABC.jl/latest/overview-lna/, https://arxiv.org/pdf/1509.00612.pdf, https://arxiv.org/pdf/1608.06582.pdf)
- [ ] Minimal continuous-time Ma…
-
@jstac @thomassargent30 @ChrisRackauckas
Starting with the python version as a reference: https://python.quantecon.org/sir_model.html
My thought is that there could be two lectures here:
- `M…
-
As found in #14711:comment:134, the following example shows that a combination of `register_embedding` and `register_coercion` can lead to a failure in transitivity for coercion discovery; also disc…
-
The existing univariate distribution infrastructure is an extremely valuable feature of SciPy, and it offers two main ways of interacting with distributions.
1. `stats.norm.pdf(2, loc=0, scale=1)` …
-
Maintenance of taxonomies for data should ideally be done in some kind of standard format with the ability to build rules for data equivalence between different data formats. This would be useful in p…