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

v2.0 #303

Merged
merged 12 commits into from
May 20, 2024
Merged

v2.0 #303

merged 12 commits into from
May 20, 2024

Conversation

dlfivefifty
Copy link
Member

@dlfivefifty dlfivefifty commented Apr 23, 2024

Copy link

codecov bot commented Apr 23, 2024

Codecov Report

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

Project coverage is 94.19%. Comparing base (7a9679e) to head (e520fab).

Files Patch % Lines
ext/LazyArraysBlockBandedMatricesExt.jl 93.82% 11 Missing ⚠️
ext/LazyArraysBandedMatricesExt.jl 97.85% 7 Missing ⚠️
ext/LazyArraysBlockArraysExt.jl 96.80% 4 Missing ⚠️
src/cache.jl 66.66% 1 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

* 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
@dlfivefifty dlfivefifty marked this pull request as ready for review May 20, 2024 19:36
@dlfivefifty dlfivefifty merged commit bb954e6 into master May 20, 2024
10 checks passed
@dlfivefifty dlfivefifty deleted the release-2.0 branch May 20, 2024 20:50
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