-
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
v2.0 #303
Merged
Merged
v2.0 #303
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
Member
dlfivefifty
commented
Apr 23, 2024
•
edited
Loading
edited
- BandedMatrices extension
- BlockArrays extension
- BlockBandedMatrices extension
- PaddedRows and PaddedColumns (Added PaddedColumnsLayout and PaddedRowsLayout #269)
- Cached BandedMatrices give wrong entries and break bandedness #247
- non-broadcasted LazyArray bug? #189
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #303 +/- ##
==========================================
+ Coverage 93.82% 94.19% +0.36%
==========================================
Files 14 17 +3
Lines 2430 3066 +636
==========================================
+ Hits 2280 2888 +608
- Misses 150 178 +28 ☔ View full report in Codecov by Sentry. |
* Add PaddedRows and PaddedColumns * Tests pass * Tests pass * Update paddedtests.jl * Update paddedtests.jl
* 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
* 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
* 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
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.