-
I had an idea to add a simple formatter, which could have different methods for different types of values:
`sfmt( value [, format [, format arguments] ] )`
The reason to have the value first, is tha…
-
In the PRs done by @simonschoelly to test on generic graphs, he frequently ran into trouble because collections like `vertices(g)` or `neighbors(g, v)` were not indexable. This explains the appearance…
-
Is there any plan to compare with Rayuela.jl ??
https://github.com/una-dinosauria/Rayuela.jl
This is the code for the paper
Julieta Martinez, Shobhit Zakhmi, Holger H. Hoos, James J. Little. LSQ…
zsz00 updated
5 years ago
-
This outlines a roadmap for basic statistical functionality that Julia needs to offer. It is heavily drawn from the table of contents for MASS.
- [ ] Data processing [DataFrames.jl](https://github.com…
-
Update: `TensorOperations` does not have big advantage over `NumPy` for large tensors.
In `NumPy`, we have a handy feature in `np.tensordot`, as illustrated below:
```
import numpy as np
ts1…
-
After #481 , `ishermitian` is now broken (maybe other methods too?) when working with `ForwardDiff.Dual`.
```julia
julia> Pkg.status()
Status `/tmp/jl_gs3tnK/Project.toml`
[f6369f11] ForwardDi…
-
Following the discussion in
- [Discourse: Symbolic sqrt(2) and sin(pi)](https://discourse.julialang.org/t/symbolic-sqrt-2-and-sin-pi/58633)
- [Discourse: Basic question on Julia symbolic. How to ke…
-
Unitful has a lot of quirks.
This new package seems a lot simpler: https://discourse.julialang.org/t/ann-dynamicquantities-jl-type-stable-physical-quantities/99963
The author's other work is ve…
-
### Problem
I maintain a package for scientific machine learning, and we have long had a special class `History` that stores a time-series of related quantities, such as "Mean", "Variance" and "Sig…
-
While playing with mpi4py earlier this week I realised it automatically initialises MPI at loading time. This can be controlled with the [`mpi4py.rc`](https://mpi4py.readthedocs.io/en/stable/mpi4py.h…