Skip to content

Commit

Permalink
migration to IterativeSolvers, bug fixes, increased coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianAment committed Jan 7, 2022
1 parent edbc8eb commit 863c512
Show file tree
Hide file tree
Showing 5 changed files with 429 additions and 482 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.0'
- '1.6'
- '1'
- 'nightly'
os:
Expand Down
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ version = "0.7.0"

[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
AbstractFFTs = "0.4, 0.5, 1"
StatsBase = "0.32, 0.33"
julia = "1"
julia = "1.6"
Loading

0 comments on commit 863c512

Please sign in to comment.