sdobber / FluxArchitectures.jl

Complex neural network examples for Flux.jl
MIT License
122 stars 15 forks source link

Use `eachslice` and `stack` from `Base` #59

Closed sdobber closed 9 months ago

sdobber commented 9 months ago

Replace JuliennedArrays and SliceMap with functions from Base, to ensure compatibility with Julia 1.9.

Closes #57

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (1def80a) 87.47% compared to head (e5e929d) 86.92%.

:exclamation: Current head e5e929d differs from pull request most recent head 6ad95a2. Consider uploading reports for the commit 6ad95a2 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #59 +/- ## ========================================== - Coverage 87.47% 86.92% -0.55% ========================================== Files 8 8 Lines 479 482 +3 ========================================== Hits 419 419 - Misses 60 63 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.