Releases: JuliaLinearAlgebra/Arpack.jl
Releases · JuliaLinearAlgebra/Arpack.jl
v0.5.3
Arpack v0.5.3
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:
- Correct svds dimension check. (#126) (@joshpoll)
- Use StableRNGs for testing to avoid breakage on Julia nightly (#133) (@andreasnoack)
v0.5.2
Arpack v0.5.2
Closed issues:
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
v0.5.0
Arpack v0.5.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:
- Install TagBot as a GitHub Action (#92) (@JuliaTagBot)
- Document how to use a structured matrix (#99) (@thisrod)
- Typo: remove escapes on backslashes (#109) (@PetrKryslUCSD)
- fix for generalized eigproblems (#111) (@stevengj)
- Collection of many fixes (#114) (@ViralBShah)
- Reorganize the docs (#116) (@ViralBShah)
v0.4.0
v0.4.0 (2019-12-04)
Closed issues:
- Cut new release (#83)
Merged pull requests:
- Upgrade to Julia 1.3+, use JLL packages (#81) (staticfloat)
v0.3.2
v0.3.2 (2019-12-04)
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
Version 0.3
Merge pull request #43 from JuliaLinearAlgebra/sf/gcc_multiversioning Update `build.jl` to use GCC-multiversioned binaries
Version 0.2.3
Merge pull request #32 from lostella/lower-rank-fix Low rank fix
Libdl dependency fix
Update Arpack.jl (#28) * Update Arpack.jl * Update Arpack.jl