Skip to content

Releases: JuliaLinearAlgebra/IncrementalSVD.jl

v1.1.0

22 May 11:45
555f87e

Choose a tag to compare

IncrementalSVD v1.1.0

Diff since v1.0.2

Merged pull requests:

  • Make the ISVD test robust against ill-conditioning and sign ambiguity (#28) (@timholy)
  • Cache LAPACK workspace, reduce allocations (#30) (@timholy)

Closed issues:

  • TagBot: Manual intervention needed for releases (#27)
  • update! allocates LAPACK workspace on every call despite Cache (#29)

v1.0.2

19 May 11:12
f90f23b

Choose a tag to compare

Released v1.0.2 of IncrementalSVD.jl, registered in the Julia General registry.

Merged pull requests:

  • Mark some functions public (#23)
  • Bump actions/checkout from 5 to 6 (#21)
  • Bump actions/cache from 4 to 5 (#22)
  • Add CI and codecov badges to README (#20)
  • Bump actions/checkout from 2 to 5 (#19)
  • Bump codecov/codecov-action from 1 to 5 (#18)
  • Bump julia-actions/setup-julia from 1 to 2 (#17)

v1.0.1

22 Oct 08:59
aa2f81f

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

13 Mar 20:54
da75cd4

Choose a tag to compare

IncrementalSVD v1.0.0

Merged pull requests:

  • MassInstallAction: Install the TagBot workflow on this repository (#2) (@kdw503)
  • MassInstallAction: Install the CI workflow on this repository (#3) (@kdw503)
  • MassInstallAction: Install the TagBot workflow on this repository (#4) (@kdw503)
  • MassInstallAction: Install the CompatHelper workflow on this repository (#7) (@timholy)
  • CompatHelper: fix URL for HolyLabRegistry (#8) (@timholy)
  • CompatHelper: fix URL for HolyLabRegistry (#9) (@timholy)
  • Jump to v1 (new API, README, extra functionality) (#10) (@timholy)
  • Analyze error vs # of extra components (#11) (@timholy)
  • Fix errors when more components retained than rank (#12) (@timholy)
  • Rename package to IncrementalSVD (#13) (@timholy)
  • Update workflows for new home (#14) (@timholy)

Closed issues:

  • Make public? (#1)