Jonas Pleyer
Jonas Pleyer
self-explanatory title
## Setting I am designing a crate which performs numerical calculations but abstracts over the underlying types in question such that it can be used with static, dynamic, Vectors, Matrices,...
### Overview This small addition originated from the discussion https://github.com/pyvista/pyvista/discussions/7264. It adds the feature to manually specify bounds for plotting instead of calculating them. This allows for more fine-grained control....
Hi there, I am currently using egobox for its implementation of the Latin-Hypercube algorithm. The `sample(n_points: usize)` method returns a fully-allocated `Array2` and internally uses two `Array2` of the same...
This adds the joss publication as a CITATION.cff file such that it can be discovered by tools such as [crate2bib](https://github.com/jonaspleyer/crate2bib).
Argmin is now widely used within the Rust ecosystem. I think that this crate deserves a publication. I suggest to publish within the Journal of Open Source Software (JOSS).
Hey everyone, I noticed that there is no `CITATION.cff` file in the repo so I added one. I hope that helps.