Closed bjarthur closed 6 years ago
actually, this works:
julia> mapwindow(median, rand(10), (3,))
10-element Array{Float64,1}:
0.907521
0.255418
0.249157
0.249157
0.211903
0.211903
0.153337
0.158342
0.153337
0.0688542
so technically the mapwindow docstring is accurate. however, just specifying 3
used to work. some might perceive this as a breaking change that should have a deprecation.
Thanks for reporting this. Its a bug and I will fix it!