Skip to content

Commit

Permalink
Update Polynomials compat to include v4 (#507)
Browse files Browse the repository at this point in the history
* Update Polynomials compat to v4

* Bump version to 0.7.9
  • Loading branch information
jishnub authored Sep 14, 2023
1 parent 90fe256 commit 3e3524f
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 = "DSP"
uuid = "717857b8-e6f2-59f4-9121-6e50c889abd2"
version = "0.7.8"
version = "0.7.9"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Expand All @@ -18,7 +18,7 @@ Compat = "3.14, 4.1"
FFTW = "1.1"
IterTools = "1"
OffsetArrays = "0.11, 1"
Polynomials = "2, 3.0"
Polynomials = "2, 3.0, 4"
Reexport = "0.2, 1.0"
SpecialFunctions = "0.8, 0.9, 0.10, 1.0, 2.0"
julia = "1"
Expand Down

2 comments on commit 3e3524f

@martinholters
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/91410

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.9 -m "<description of version>" 3e3524f6ac7a52ab2f06843328f0b3b41bd62bb8
git push origin v0.7.9

Please sign in to comment.