Skip to content

Commit

Permalink
QuasiArrays v0.11 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty authored Jul 14, 2023
1 parent db0d21b commit 006aa88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "MultivariateOrthogonalPolynomials"
uuid = "4f6956fd-4f93-5457-9149-7bfc4b2ce06d"
version = "0.5"
version = "0.5.1"

[deps]
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
Expand Down Expand Up @@ -28,8 +28,8 @@ ArrayLayouts = "1.0.9"
BandedMatrices = "0.17.30"
BlockArrays = "0.16.14"
BlockBandedMatrices = "0.12"
ClassicalOrthogonalPolynomials = "0.10"
ContinuumArrays = "0.13"
ClassicalOrthogonalPolynomials = "0.10, 0.11"
ContinuumArrays = "0.13, 0.14"
DomainSets = "0.6"
FastTransforms = "0.15"
FillArrays = "1.0"
Expand All @@ -38,7 +38,7 @@ InfiniteArrays = "0.12"
InfiniteLinearAlgebra = "0.6.6"
LazyArrays = "1.0"
LazyBandedMatrices = "0.8.4"
QuasiArrays = "0.10"
QuasiArrays = "0.10, 0.11"
SpecialFunctions = "1, 2"
StaticArrays = "1"
julia = "1.9"
Expand Down

2 comments on commit 006aa88

@dlfivefifty
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/87474

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.5.1 -m "<description of version>" 006aa88172dc1c2bef25fb037962db23ea25b27b
git push origin v0.5.1

Please sign in to comment.