-
Notifications
You must be signed in to change notification settings - Fork 28
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
BlockBandedMatrices extension #305
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ckBandedMatrices and BlockArrays
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release-2.0 #305 +/- ##
===============================================
+ Coverage 92.43% 92.97% +0.53%
===============================================
Files 16 17 +1
Lines 2882 3088 +206
===============================================
+ Hits 2664 2871 +207
+ Misses 218 217 -1 ☔ View full report in Codecov by Sentry. |
dlfivefifty
added a commit
that referenced
this pull request
May 20, 2024
* v2.0 * Add PaddedRows and PaddedColumns (#306) * Add PaddedRows and PaddedColumns * Tests pass * Tests pass * Update paddedtests.jl * Update paddedtests.jl * BandedMatrices extension (#302) * Move LazyBandedMatrices.jl code to extensions for BandedMatrices, BlockBandedMatrices and BlockArrays * Move over more code * Finish moving over code * Do extensions one at a time * Work on extension * compiles * Tests pass * Update runtests.jl * Banded PaddedColumns/Rows * Update bandedtests.jl * Move over kron tests * Drop Julia v1.9 * update tests * Update bandedtests.jl * increase coverage * Update bandedtests.jl * increase codecov * BlockArrays extension (#304) * Create LazyArraysBlockArraysExt.jl * Update LazyArraysBlockArraysExt.jl * Compiles * tests pass * Update LazyArraysBlockArraysExt.jl * Update LazyArraysBlockArraysExt.jl * Blocked PaddedRows/Columns * Update LazyArraysBlockArraysExt.jl * PseudoBlock -> Blocked * increase coverage * Update blocktests.jl * increase cov * Update blocktests.jl * BlockBandedMatrices extension (#305) * Move LazyBandedMatrices.jl code to extensions for BandedMatrices, BlockBandedMatrices and BlockArrays * Move over more code * Finish moving over code * Do extensions one at a time * Create LazyArraysBlockArraysExt.jl * BlockBandedMatrices extension * Work on extension * Update LazyArraysBlockArraysExt.jl * compiles * Tests pass * Compiles * tests pass * Update runtests.jl * Compiles * Update LazyArraysBlockArraysExt.jl * Update LazyArraysBlockBandedMatricesExt.jl * Update LazyArraysBlockArraysExt.jl * Blocked PaddedRows/Columns * Update LazyArraysBlockArraysExt.jl * Update LazyArraysBlockBandedMatricesExt.jl * remove repeated bandedmatrices * Update LazyArraysBlockBandedMatricesExt.jl * start fixing tests * Tests pass * Small fixes * BlockedOneTo templates * Add accumulate and other fixes * Update LazyArraysBandedMatricesExt.jl * fix downstream tests * PseudoBlock -> Blocked * Update LazyArraysBlockBandedMatricesExt.jl * increase coverage * increase cov * increase coverage * increase cov * Update bandedtests.jl * Update blockbandedtests.jl * Add paddedrows matmul overloads * Fix ambiguity in Banded * Lazy * Update LazyArraysBandedMatricesExt.jl * Fix #189 * increase cov * increase cov * remove old VERSION special cases
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.