Releases: QuantumBFS/LuxurySparse.jl
Releases · QuantumBFS/LuxurySparse.jl
v0.8.1
v0.8.0
LuxurySparse v0.8.0
Breaking changes
- use
fastkron
instead of overloading the defaultkron
- use
randomize!
instead of overloadingrand!
andrandn!
- remove
nnz
andfindnz
from the implementation. Please useIterNz
to iterate over nonzero indices.
Other changes
- Add Aqua test.
Merged pull requests:
- Add Aqua test (#79) (@GiggleLiu)
v0.7.5
LuxurySparse v0.7.5
Merged pull requests:
- Constructor to convert. (#77) (@weinbe58)
- add PermMatrixCSC (#78) (@GiggleLiu)
v0.7.4
v0.7.3
v0.7.2
v0.7.1
LuxurySparse v0.7.1
Closed issues:
- remove pirates (#57)
Merged pull requests:
- remove type piracy methods (#72) (@KristofferC)