-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to FOurierTools since FFTResampling is deprecated
- Loading branch information
Showing
3 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,14 +4,15 @@ authors = ["rafaelorozco <[email protected]>", "Mathias Louboutin <mathias.loubo | |
version = "0.4.1" | ||
|
||
[deps] | ||
FFTResampling = "c3173eba-33fe-4761-8a84-0ec65b39ba9a" | ||
FourierTools = "b18b359b-aebc-45ac-a139-9c0ccbb2871e" | ||
JUDI = "f3b833dc-6b2e-5b9c-b940-873ed6319979" | ||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
Reexport = "189a3867-3050-52da-a836-e630ba90ab69" | ||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | ||
|
||
[compat] | ||
JUDI = "^3.2.0" | ||
FourierTools = "0.3" | ||
This comment has been minimized.
Sorry, something went wrong. |
||
Reexport = "1" | ||
julia = "1.6" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 comment
on commit cc661ac
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request updated: JuliaRegistries/General/73015
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.4.1 -m "<description of version>" cc661ac59f136e5c8274fd6ecbbcb786b22b8fdf
git push origin v0.4.1
@JuliaRegistrator register