Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP Move out LazyArray code #146

Merged
merged 6 commits into from
Nov 8, 2019
Merged

WIP Move out LazyArray code #146

merged 6 commits into from
Nov 8, 2019

Conversation

dlfivefifty
Copy link
Member

This should help stop so many new versions as the lazy array code is much more experimental than the rest. I thought it would improve compile time too but not-so-much, yet...

@codecov
Copy link

codecov bot commented Nov 7, 2019

Codecov Report

Merging #146 into master will decrease coverage by 2.22%.
The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #146      +/-   ##
==========================================
- Coverage   73.76%   71.54%   -2.23%     
==========================================
  Files          22       21       -1     
  Lines        2645     2435     -210     
==========================================
- Hits         1951     1742     -209     
+ Misses        694      693       -1
Impacted Files Coverage Δ
src/generic/broadcast.jl 87.68% <ø> (+0.36%) ⬆️
src/banded/BandedLU.jl 71.15% <ø> (ø) ⬆️
src/generic/matmul.jl 72.64% <ø> (+2.64%) ⬆️
src/BandedMatrices.jl 100% <ø> (ø) ⬆️
src/interfaceimpl.jl 90% <100%> (+14.36%) ⬆️
src/banded/BandedMatrix.jl 81.5% <100%> (+1%) ⬆️
src/banded/bandedqr.jl 63.7% <48.86%> (-30.56%) ⬇️
src/generic/indexing.jl 63.15% <0%> (-5.27%) ⬇️

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 4b86c70...b9187a1. Read the comment docs.

@dlfivefifty dlfivefifty merged commit 023af6d into master Nov 8, 2019
@dlfivefifty dlfivefifty deleted the dl/movelazy branch November 8, 2019 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant