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

BandedMatrices extension #302

Merged
merged 19 commits into from
Apr 28, 2024
Merged

BandedMatrices extension #302

merged 19 commits into from
Apr 28, 2024

Conversation

dlfivefifty
Copy link
Member

@dlfivefifty dlfivefifty commented Apr 23, 2024

Moves code from LazyBandedMatrices.jl

Copy link

codecov bot commented Apr 23, 2024

Codecov Report

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

Project coverage is 91.98%. Comparing base (4f0e9f0) to head (a1c10b9).

Files Patch % Lines
ext/LazyArraysBandedMatricesExt.jl 95.70% 13 Missing ⚠️
Additional details and impacted files
@@               Coverage Diff               @@
##           release-2.0     #302      +/-   ##
===============================================
- Coverage        93.59%   91.98%   -1.62%     
===============================================
  Files               14       15       +1     
  Lines             2452     2757     +305     
===============================================
+ Hits              2295     2536     +241     
- Misses             157      221      +64     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dlfivefifty dlfivefifty changed the base branch from master to release-2.0 April 23, 2024 17:20
@dlfivefifty dlfivefifty changed the title Move LazyBandedMatrices.jl code to extensions for BandedMatrices, Blo… BandedMatrices extension Apr 23, 2024
@dlfivefifty dlfivefifty merged commit a1e9d04 into release-2.0 Apr 28, 2024
9 of 10 checks passed
@dlfivefifty dlfivefifty deleted the dl/bandedext branch April 28, 2024 15:32
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