Skip to content

Commit

Permalink
CompatHelper: bump compat for ContinuumArrays to 0.19, (keep existing…
Browse files Browse the repository at this point in the history
… compat) (#88)

* CompatHelper: bump compat for ContinuumArrays to 0.19, (keep existing compat)

* Update Project.toml

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Sheehan Olver <[email protected]>
  • Loading branch information
3 people authored Jan 30, 2025
1 parent b67680c commit 3d064a5
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,7 +1,7 @@
name = "PiecewiseOrthogonalPolynomials"
uuid = "4461d12d-4663-4550-8580-cb764c85e20f"
authors = ["Sheehan Olver <[email protected]>"]
version = "0.5.2"
version = "0.5.3"

[deps]
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
Expand All @@ -24,15 +24,15 @@ ArrayLayouts = "1.0.12"
BandedMatrices = "1.7"
BlockArrays = "1"
BlockBandedMatrices = "0.13"
ClassicalOrthogonalPolynomials = "0.13, 0.14"
ContinuumArrays = "0.18"
ClassicalOrthogonalPolynomials = "0.13, 0.14, 0.15"
ContinuumArrays = "0.18, 0.19"
FillArrays = "1.0"
InfiniteArrays = "0.14, 0.15"
InfiniteLinearAlgebra = "0.8, 0.9"
LazyArrays = "2.0.4"
LazyBandedMatrices = "0.10, 0.11"
MatrixFactorizations = "3"
QuasiArrays = "0.11"
QuasiArrays = "0.11, 0.12"
julia = "1.10"

[extras]
Expand Down

2 comments on commit 3d064a5

@dlfivefifty
Copy link
Member

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/124016

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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.3 -m "<description of version>" 3d064a5b35b0ee2f6153b26d1191ff8a91f86896
git push origin v0.5.3

Please sign in to comment.