Skip to content

Commit

Permalink
update DSP to ensure downstream compatibility
Browse files Browse the repository at this point in the history
with FastTransforms
  • Loading branch information
MikaelSlevinsky committed Aug 23, 2022
1 parent 91c1c54 commit 1e4f92c
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 = "ToeplitzMatrices"
uuid = "c751599d-da0a-543b-9d20-d0a503d91d24"
version = "0.7.1"
version = "0.7.2"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
Expand All @@ -10,7 +10,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
AbstractFFTs = "0.4, 0.5, 1"
DSP = "0.7"
DSP = "0.7.7"
StatsBase = "0.32, 0.33"
julia = "1.0"

Expand Down

2 comments on commit 1e4f92c

@MikaelSlevinsky
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/66872

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

Also, note the warning: Version 0.7.2 skips over 0.7.1
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.