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) (#56)

* 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 0f64217 commit 1eff7b5
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 = "SingularIntegrals"
uuid = "d7440221-8b5e-42fc-909c-0567823f424a"
authors = ["Sheehan Olver <[email protected]>"]
version = "0.3.7"
version = "0.3.8"

[deps]
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
Expand All @@ -23,15 +23,15 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
[compat]
ArrayLayouts = "1.4"
BandedMatrices = "1"
ClassicalOrthogonalPolynomials = "0.13.7, 0.14"
ContinuumArrays = "0.18"
ClassicalOrthogonalPolynomials = "0.13.7, 0.14, 0.15"
ContinuumArrays = "0.18, 0.19"
FastTransforms = "0.16, 0.17"
FillArrays = "1"
HypergeometricFunctions = "0.3.4"
InfiniteArrays = "0.14, 0.15"
LazyArrays = "2"
LazyBandedMatrices = "0.10, 0.11"
QuasiArrays = "0.11"
QuasiArrays = "0.11, 0.12"
RecurrenceRelationshipArrays = "0.1"
RecurrenceRelationships = "0.1, 0.2"
SpecialFunctions = "1, 2"
Expand Down

2 comments on commit 1eff7b5

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

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.3.8 -m "<description of version>" 1eff7b59fe0f74d7453a33f5f25a949d151a78a6
git push origin v0.3.8

Please sign in to comment.