We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b817a5 commit 06225d8Copy full SHA for 06225d8
Project.toml
@@ -1,7 +1,7 @@
1
name = "CompactBases"
2
uuid = "2c0377a8-7469-4ebd-be0f-82e501f20078"
3
authors = ["Stefanos Carlström <stefanos.carlstrom@gmail.com>"]
4
-version = "0.3.14"
+version = "0.3.15"
5
6
[deps]
7
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
src/CompactBases.jl
@@ -44,7 +44,7 @@ using BlockBandedMatrices
44
45
using FastGaussQuadrature
46
47
-using Formatting
+using Format
48
using RecipesBase
49
50
vandermonde(B::Basis) = B[locs(B),:]
0 commit comments