Skip to content

Commit

Permalink
CompatHelper: bump compat for ClassicalOrthogonalPolynomials to 0.12,…
Browse files Browse the repository at this point in the history
… (keep existing compat) (#37)

* CompatHelper: bump compat for ClassicalOrthogonalPolynomials to 0.12, (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 Nov 18, 2023
1 parent 2303b44 commit 9b4b305
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.5"
version = "0.2.6"

[deps]
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
Expand All @@ -21,8 +21,8 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
[compat]
ArrayLayouts = "1.4"
BandedMatrices = "0.17.17, 1"
ClassicalOrthogonalPolynomials = "0.11"
ContinuumArrays = "0.16"
ClassicalOrthogonalPolynomials = "0.11, 0.12"
ContinuumArrays = "0.16, 0.17"
FastTransforms = "0.15"
FillArrays = "1"
HypergeometricFunctions = "0.3.4"
Expand Down

2 comments on commit 9b4b305

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

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.2.6 -m "<description of version>" 9b4b305f8139bedaf57c6e7df769ec947256d69b
git push origin v0.2.6

Please sign in to comment.