-
Right now v8 contains many features that I or my group would ever use. The list of features of OpenDSS is extensive, so that's expected. Still, porting remaining features will allow a proper compariso…
-
MWE of preconditioned Newton-Krylov solves with OrdinaryDiffEq and Sundials:
```julia
using OrdinaryDiffEq, LinearSolve, Test
const N = 32
const xyd_brusselator = range(0,stop=1,length=N)
bru…
-
## Feature request
It would be great if there were a way to use atomic operations from within numba. Currently atomic operations are only supported when generating cuda or HSA code.
I'm currentl…
-
Hello and thank you for this marvelous software. Is compilation on MacOS using Apple's clang implementation of openMP supported? I'm building a [simple wrapper of SPQR in Python](https://github.com/en…
-
-
Hi guys,
I'm trying to implement the BFS-Level algorithm defined in this [presentation](https://zenodo.org/record/4318870) but I'm facing several problems regarding any pairs semiring and nothing …
-
Build command:
```bash
clang -fno-strict-overflow -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -O3 -Wall -g -arch arm64 -I/usr/local/include -I/usr/local/include/suitesparse -I…
-
I'm still using this wonderful library! It would be really nice to have type annotations, which help with linting and discovering bugs early, and act as documentation.
Something like:
```python
…
-
This is an issue to try to keep track of ideas in discussions we've had about a data structure for network analysis that could be read directly by other platforms -- similar to what numpy arrays or pa…
-
**The newest and default version of duckdb downloaded by pip install is 0.10.0.There is no setting named "experimental_parallel_csv".It was available at 0.6.0 by my test.**
File "/home/mabj/ldb…