File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
name = " JOLI"
2
2
uuid = " bb331ad6-a1cf-11e9-23da-9bcb53c69f6f"
3
3
authors = [
" Henryk Modzelewski <[email protected] >" ]
4
- version = " 0.8.3 "
4
+ version = " 0.8.4 "
5
5
6
6
[deps ]
7
+ ChainRulesCore = " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
7
8
Distributed = " 8ba89e20-285c-5b6f-9357-94700520ee1b"
8
9
DistributedArrays = " aaf54ef3-cdf8-58ed-94cc-d582ad619b94"
9
10
FFTW = " 7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
@@ -23,6 +24,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
23
24
Wavelets = " 29a6e085-ba6d-5f35-a997-948ac2efa89a"
24
25
25
26
[compat ]
27
+ ChainRulesCore = " 1"
26
28
DistributedArrays = " 0.5, 0.6"
27
29
FFTW = " 1"
28
30
Flux = " 0.12"
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ using NFFT
56
56
using Wavelets
57
57
using PyCall
58
58
using SpecialFunctions
59
- using SpecialFunctions . ChainRulesCore
59
+ using ChainRulesCore
60
60
61
61
# what's imported from Base
62
62
import Base. eltype
@@ -86,7 +86,7 @@ import DistributedArrays.SPMD: scatter
86
86
import IterativeSolvers. Adivtype
87
87
88
88
# what's imported from ChainRulesCore
89
- import SpecialFunctions . ChainRulesCore. rrule
89
+ import ChainRulesCore. rrule
90
90
91
91
# extra exported methods
92
92
export deltype, reltype
You can’t perform that action at this time.
0 commit comments