Releases: JuliaLinearAlgebra/TSVD.jl
Releases · JuliaLinearAlgebra/TSVD.jl
v0.4.4
TSVD v0.4.4
Merged pull requests:
- enable dependabot for GitHub actions (#34) (@ranocha)
- Bump actions/checkout from 2 to 3 (#35) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 3 (#36) (@dependabot[bot])
- Bump actions/cache from 1 to 3 (#37) (@dependabot[bot])
- Bump actions/checkout from 3 to 4 (#38) (@dependabot[bot])
- Bump actions/cache from 3 to 4 (#40) (@dependabot[bot])
- Update Adapt dependency to 4 (#42) (@ViralBShah)
v0.4.3
TSVD v0.4.3
Merged pull requests:
- CompatHelper: bump compat for "Adapt" to "3.0" (#29) (@github-actions[bot])
- Fix doctests (#31) (@andreasnoack)
v0.4.2
TSVD v0.4.2
Merged pull requests:
- Add a slight perturbation to initial α if it is one so ensure that (#26) (@andreasnoack)
v0.4.1
TSVD v0.4.1
Closed issues:
Merged pull requests:
- Install TagBot as a GitHub Action (#18) (@JuliaTagBot)
- Avoid slicing return tuple with a range to make return type inferred (#22) (@andreasnoack)
- Stop using a matrix section in .travis.yml (#23) (@andreasnoack)
- CompatHelper: add new compat entry for "Adapt" at version "2.1" (#24) (@github-actions[bot])
v0.4.0
v0.4.0 (2019-08-28)
Closed issues:
- Vectors are wrong in the wide case (#12)
Merged pull requests:
- Factor the complete bidiagonalization into separate function such (#16) (andreasnoack)
- Cap Documenter.jl to 0.19 on Travis (#15) (mortenpi)
- Fix doctests and use project files for docs and coverage (#14) (andreasnoack)
Version 0.3.0
Fix convergence criterion such that we don't try to be smart to save the computation of the vectors. Update REQUIRE for julia 0.7
Version 0.2.0
v0.2.0 Update docstring and delete some unused code
First beta release of TSVD
Make user the initial vector defaults to a float type and avoid using eltype(A) if possible. Fixes #9