Skip to content

Releases: JuliaLinearAlgebra/HierarchicalMatrices.jl

v0.2.0

31 Aug 14:38
v0.2.0
7cec344
Compare
Choose a tag to compare

v0.2.0 (2019-08-30)

Diff since v0.1.4

Closed issues:

  • KernelMatrix goes into infinite loop (#17)

Merged pull requests:

Julia v1.0 Support

12 Aug 15:46
Compare
Choose a tag to compare
v0.1.4

Julia v1.0 support

Support Julia v0.7

08 Aug 15:38
Compare
Choose a tag to compare
srand -> Random.seed!

Add 0.7 to travis

Support Julia v0.7-alpha

22 Jun 10:59
Compare
Choose a tag to compare
v0.1.2

remove allowed failures

Support thread-safe hierarchical matrices

03 Jun 18:27
Compare
Choose a tag to compare

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

26 Feb 17:46
Compare
Choose a tag to compare
v0.1.0

re-add compat for tests

v0.0.2

27 Jun 18:05
Compare
Choose a tag to compare

Add Appveyor CI to test Windows 32- and 64-bit support.