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

BlockBandedMatrices extension #305

Merged
merged 45 commits into from
May 20, 2024
Merged

Conversation

dlfivefifty
Copy link
Member

No description provided.

Copy link

codecov bot commented Apr 24, 2024

Codecov Report

Attention: Patch coverage is 94.17040% with 13 lines in your changes are missing coverage. Please review.

Project coverage is 92.97%. Comparing base (fe246e9) to head (83e0fab).

Files Patch % Lines
ext/LazyArraysBlockBandedMatricesExt.jl 93.25% 12 Missing ⚠️
ext/LazyArraysBandedMatricesExt.jl 95.23% 1 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

@dlfivefifty dlfivefifty marked this pull request as ready for review May 19, 2024 20:32
@dlfivefifty dlfivefifty merged commit ca9454e into release-2.0 May 20, 2024
10 checks passed
@dlfivefifty dlfivefifty deleted the dl/blockbandedmatricesext branch May 20, 2024 11:07
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant