Skip to content

Commit

Permalink
BandedMatrices v1 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlfivefifty authored Oct 3, 2023
1 parent 3648968 commit 2303b44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SingularIntegrals"
uuid = "d7440221-8b5e-42fc-909c-0567823f424a"
authors = ["Sheehan Olver <[email protected]>"]
version = "0.2.4"
version = "0.2.5"

[deps]
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
Expand All @@ -20,7 +20,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"

[compat]
ArrayLayouts = "1.4"
BandedMatrices = "0.17.17"
BandedMatrices = "0.17.17, 1"
ClassicalOrthogonalPolynomials = "0.11"
ContinuumArrays = "0.16"
FastTransforms = "0.15"
Expand Down

2 comments on commit 2303b44

@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/92690

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.2.5 -m "<description of version>" 2303b44f3996c0b38b83064bb698038d0b9e2ebf
git push origin v0.2.5

Please sign in to comment.