Skip to content

Commit

Permalink
Matrix Chebyshev U Transforms (#231)
Browse files Browse the repository at this point in the history
* Matrix Chebyshev U Transforms

* Cheb U 2 changes

* fix inferrability

* tests pass

* matrix ichebyshevu

* tests pass
  • Loading branch information
dlfivefifty authored Oct 22, 2023
1 parent 649f25e commit d9b615d
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 80 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "FastTransforms"
uuid = "057dd010-8810-581a-b7be-e3fc3b93f78c"
version = "0.15.10"
version = "0.15.11"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand Down
Loading

2 comments on commit d9b615d

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

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.15.11 -m "<description of version>" d9b615df1be09c73dc8d52e73aed73574da61369
git push origin v0.15.11

Please sign in to comment.