Skip to content

Commit

Permalink
CompatHelper: bump compat for FastTransforms to 0.17, (keep existing …
Browse files Browse the repository at this point in the history
…compat) (#355)

* CompatHelper: bump compat for FastTransforms to 0.17, (keep existing compat)

* Bump version to 0.6.59

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Jishnu Bhattacharya <[email protected]>
  • Loading branch information
3 people authored Jan 10, 2025
1 parent aef6910 commit 6b0e72b
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,6 +1,6 @@
name = "ApproxFunOrthogonalPolynomials"
uuid = "b70543e2-c0d9-56b8-a290-0d4d6d4de211"
version = "0.6.58"
version = "0.6.59"

[deps]
ApproxFunBase = "fbd15aa5-315a-5a7d-a8a4-24992e37be05"
Expand Down Expand Up @@ -38,7 +38,7 @@ BlockBandedMatrices = "0.10, 0.11, 0.12, 0.13"
DomainSets = "0.5, 0.6, 0.7"
DualNumbers = "0.6.2"
FastGaussQuadrature = "0.4, 0.5, 1"
FastTransforms = "0.12, 0.13, 0.14, 0.15.1, 0.16"
FastTransforms = "0.12, 0.13, 0.14, 0.15.1, 0.16, 0.17"
FillArrays = "0.11, 0.12, 0.13, 1"
HalfIntegers = "1.5"
IntervalSets = "0.5, 0.6, 0.7"
Expand Down

2 comments on commit 6b0e72b

@jishnub
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/122834

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.6.59 -m "<description of version>" 6b0e72bb67a374aea1d1f4017da919936c5ec8ca
git push origin v0.6.59

Please sign in to comment.