Skip to content

Commit e9544ce

Browse files
committed
Use Format.jl instead of Formatting.jl
1 parent 4b817a5 commit e9544ce

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Project.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
name = "CompactBases"
22
uuid = "2c0377a8-7469-4ebd-be0f-82e501f20078"
33
authors = ["Stefanos Carlström <[email protected]>"]
4-
version = "0.3.14"
4+
version = "0.3.15"
55

66
[deps]
77
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
88
BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0"
99
ContinuumArrays = "7ae1f121-cc2c-504b-ac30-9b923412ae5c"
1010
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
1111
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
12-
Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0"
12+
Format = "1fa38f19-a742-5d3f-a2b9-30dd87b9d5f8"
1313
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
1414
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
1515
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -25,7 +25,7 @@ BlockBandedMatrices = "0.11, 0.12"
2525
ContinuumArrays = "0.10, 0.11, 0.12"
2626
FastGaussQuadrature = "0.4, 0.5"
2727
FillArrays = "0.12,0.13, 1"
28-
Formatting = "0.4"
28+
Format = "1.3"
2929
IntervalSets = "0.5.1,0.6,0.7"
3030
LazyArrays = "0.22, 1"
3131
OffsetArrays = "1.1"
@@ -38,6 +38,7 @@ UnicodePlots = "3"
3838
julia = "1.6"
3939

4040
[extras]
41+
4142
ArnoldiMethod = "ec485272-7323-5ecc-a04f-4719b315124d"
4243
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
4344
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"

src/CompactBases.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ using BlockBandedMatrices
4444

4545
using FastGaussQuadrature
4646

47-
using Formatting
47+
using Format
4848
using RecipesBase
4949

5050
vandermonde(B::Basis) = B[locs(B),:]

0 commit comments

Comments
 (0)