Skip to content

Commit 3fd7b78

Browse files
authored
Use LowRankMatrices instead of LowRankApprox (#511)
* Use LowRankMatrices instead of LowRankApprox * version bump to v0.8.46
1 parent 361badb commit 3fd7b78

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ApproxFunBase"
22
uuid = "fbd15aa5-315a-5a7d-a8a4-24992e37be05"
3-
version = "0.8.45"
3+
version = "0.8.46"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -19,7 +19,7 @@ InfiniteLinearAlgebra = "cde9dba0-b1de-11e9-2c62-0bab9446c55c"
1919
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
2020
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
2121
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
22-
LowRankApprox = "898213cb-b102-5a47-900c-97e73b919f73"
22+
LowRankMatrices = "e65ccdef-c354-471a-8090-89bec1c20ec3"
2323
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2424
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
2525
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
@@ -47,7 +47,7 @@ InfiniteLinearAlgebra = "0.5, 0.6"
4747
Infinities = "0.1"
4848
IntervalSets = "0.5, 0.6, 0.7"
4949
LazyArrays = "0.20, 0.21, 0.22, 1"
50-
LowRankApprox = "0.2, 0.3, 0.4, 0.5"
50+
LowRankMatrices = "1"
5151
OddEvenIntegers = "0.1.8"
5252
SpecialFunctions = "0.10, 1.0, 2"
5353
Static = "0.8"

src/ApproxFunBase.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module ApproxFunBase
22
using BlockArrays, BandedMatrices, BlockBandedMatrices, DomainSets,
33
IntervalSets, SpecialFunctions, AbstractFFTs, FFTW,
44
SpecialFunctions, DSP, DualNumbers, LinearAlgebra, SparseArrays,
5-
LowRankApprox, FillArrays, InfiniteArrays, InfiniteLinearAlgebra
5+
LowRankMatrices, FillArrays, InfiniteArrays, InfiniteLinearAlgebra
66

77
import Calculus
88
using StaticArrays: SVector, @SArray, SArray

0 commit comments

Comments
 (0)