Releases: JuliaLinearAlgebra/HierarchicalMatrices.jl
Releases · JuliaLinearAlgebra/HierarchicalMatrices.jl
v0.2.0
v0.2.0 (2019-08-30)
Closed issues:
- KernelMatrix goes into infinite loop (#17)
Merged pull requests:
- Update syntax for Julia 1.0 (#18) (dlfivefifty)
Julia v1.0 Support
v0.1.4 Julia v1.0 support
Support Julia v0.7
srand -> Random.seed! Add 0.7 to travis
Support Julia v0.7-alpha
v0.1.2 remove allowed failures
Support thread-safe hierarchical matrices
This adds a new type ThreadSafeVector for some temporary storage requirements. It caches a matrix with second dimension equal to the number of threads. Overriding setindex! and getindex allows the matrix to act like a vector on each individual thread.
The other part to this is to remove the dependency on BLAS because ccalls act as thread barriers.
Support Julia v0.6 and v0.7. Drop Julia v0.5
v0.1.0 re-add compat for tests
v0.0.2
Add Appveyor CI to test Windows 32- and 64-bit support.