JuliaIO / VideoIO.jl

Reading and writing of video files in Julia via ffmpeg
https://juliaio.github.io/VideoIO.jl/stable
Other
126 stars 53 forks source link

Remove `permuteddimsview`, which is deprecated #268

Closed galenlynch closed 3 years ago

galenlynch commented 3 years ago

permuteddimsview has been deprecated in ImageCore.jl, in favor of PermutedDimsArray in Base. I have replaced permuteddimsview with PermutedDimsArray in this package to avoid deprecation warnings.

codecov[bot] commented 3 years ago

Codecov Report

Merging #268 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #268   +/-   ##
=======================================
  Coverage   76.48%   76.48%           
=======================================
  Files          14       14           
  Lines         591      591           
=======================================
  Hits          452      452           
  Misses        139      139           
Impacted Files Coverage Δ
src/VideoIO.jl 69.69% <ø> (ø)
src/avio.jl 74.33% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6b23294...ff7622b. Read the comment docs.