Skip to content

Releases: JuliaLinearAlgebra/Arpack.jl

v0.5.3

01 Jul 09:35
e91ddd2
Compare
Choose a tag to compare

Arpack v0.5.3

Diff since v0.5.2

Closed issues:

  • Starting Vector Initializing Fails For Right Singular Vectors (#110)
  • Issue building Arpack. Suggests: "override this by setting ignore_platform" (#128)
  • Unexpected Pass in tests on upcoming Julia 1.7 (#132)

Merged pull requests:

v0.5.2

12 Apr 12:50
95e4055
Compare
Choose a tag to compare

Arpack v0.5.2

Diff since v0.5.1

Closed issues:

  • Segfault with small matrix on release builds (#123)
  • example of a matrix-free method? (#124)

Merged pull requests:

  • fix issue#85 Add an operating mode where INFO = 1 is not an error (#121) (@jemiryguo)
  • add messages for all arpack errors (#125) (@tomhaber)

v0.5.1

31 Dec 21:32
7cfcbe3
Compare
Choose a tag to compare

Arpack v0.5.1

Diff since v0.5.0

Closed issues:

  • TagBot trigger issue (#117)
  • Wrong eigenvalues on first run with 0.5 (#118)

Merged pull requests:

v0.5.0

22 Dec 23:35
Compare
Choose a tag to compare

Arpack v0.5.0

Diff since v0.4.0

Closed issues:

  • rename eigs and svds? (#14)
  • Incorrect eigs(A,B) results for indefinite B (#15)
  • Wrong ARPACK error messages (#16)
  • Type instability in eigs (#17)
  • Build error with 1.0.3 on AARCH64 (#54)
  • eigs on a Symmetric view of sparse matrix 1000 times slower than sparse matrix alone (#58)
  • update arpack-ng binary: problems (#76)
  • svds error when nsv==minimum(size(X)) (#77)
  • error building arpack (#79)
  • Error message if not built (#84)
  • Segmentation fault when using Arpack and Threads.@threads (#86)
  • Cannot build Arpack.jl (#88)
  • Cannot add Arpack - tree hash mismatch (#89)
  • Arpack error for official binaries from julialang.org (#90)
  • Arpack build fails since 0.3.2 (#91)
  • Trouble building Arpack in Julia 1.1.1, macOS Catalina (#93)
  • svds giving different singular vectors (#94)
  • Threads.@threads issue (#95)
  • eigs does not work (#96)
  • Arpack_jll artifacts unable to see OpenBLAS_jll artifacts for linking (#97)
  • Error building Arpack: (#100)
  • ERROR: Unable to automatically install 'OpenBLAS' from (#101)
  • ERROR: Unable to automatically install 'OpenBLAS' from 'C:\Users\Administrator.juliapro\JuliaPro_v1.4.0-1\packages\OpenBLAS_jll\hnWzp\Artifacts.toml' (#102)
  • Arpack and svd calls in PyCall scikitlearn conflict each other (#103)
  • ERROR: LoadError: No deps.jl file could be found. Please try running Pkg.build(“Arpack”) (#104)
  • can't install package Junet.jl (#105)
  • can't install package Junet.jl (#106)
  • Segmentation fault on Arch64 (#107)
  • Non-symmetric generalized eigenvalue problem returns nonsense (#108)
  • Need to fix the calling convention (#112)
  • Potentially switch to a 32-bit BLAS (#113)
  • Upgrade CI setup (#115)

Merged pull requests:

v0.4.0

04 Dec 09:47
v0.4.0
a7cdb6d
Compare
Choose a tag to compare

v0.4.0 (2019-12-04)

Diff since v0.3.2

Closed issues:

  • Cut new release (#83)

Merged pull requests:

v0.3.2

04 Dec 08:47
v0.3.2
0e738a1
Compare
Choose a tag to compare

v0.3.2 (2019-12-04)

Diff since v0.3.1

Closed issues:

  • Cannot build Arpack on ArchLinux (#75)
  • Fail to build on Arch64 (#74)
  • Does not build on Aarch64 Jetson Nano. (#73)
  • build fails on FreeBSD-12 (#72)
  • Bypass BinaryProvider for already present libarpack.so (#71)
  • Error building Arpack (#70)
  • Error building Arpack (#67)
  • Use Arpack.jl with MKL (#62)
  • better handling of the build process: using julia built against mkl (#61)
  • Issue installing Arpack with julia packaged for opensuse Tumbleweed (#55)

Merged pull requests:

v0.3.1

15 May 14:05
v0.3.1
d29b6cc
Compare
Choose a tag to compare

Version 0.3

16 Oct 18:50
91e4d09
Compare
Choose a tag to compare
Merge pull request #43 from JuliaLinearAlgebra/sf/gcc_multiversioning

Update `build.jl` to use GCC-multiversioned binaries

Version 0.2.3

23 Aug 09:11
43d31d1
Compare
Choose a tag to compare
Merge pull request #32 from lostella/lower-rank-fix

Low rank fix

Libdl dependency fix

08 Aug 16:30
9da9aa0
Compare
Choose a tag to compare
Update Arpack.jl (#28)

* Update Arpack.jl

* Update Arpack.jl