Skip to content

Commit

Permalink
Drop Julia 0.7 and Compat dependency (#314)
Browse files Browse the repository at this point in the history
We can also delete the REQUIRE files since they aren't used.
  • Loading branch information
ararslan authored Aug 10, 2019
1 parent c3c5b02 commit e07dc10
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 14 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@
/usr

/docs/build

Manifest.toml
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: julia
os:
- linux
julia:
- 0.7
- 1.0
- 1.1
- nightly
Expand Down
4 changes: 1 addition & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ uuid = "717857b8-e6f2-59f4-9121-6e50c889abd2"
version = "0.5.2"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
Expand All @@ -13,9 +12,8 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[compat]
Compat = ">= 1.3.0"
Polynomials = ">= 0.1.0"
julia = "0.7,1"
julia = "1"

[extras]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Expand Down
6 changes: 0 additions & 6 deletions REQUIRE

This file was deleted.

3 changes: 0 additions & 3 deletions src/DSP.jl
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
__precompile__()

module DSP

using FFTW
using LinearAlgebra: mul!, rmul!
using Compat: range

export conv, conv2, deconv, filt, filt!, xcorr

Expand Down
1 change: 0 additions & 1 deletion test/REQUIRE

This file was deleted.

0 comments on commit e07dc10

Please sign in to comment.