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 #50

Merged
merged 2 commits into from
Jul 8, 2023
Merged

v2.0 #50

merged 2 commits into from
Jul 8, 2023

Conversation

TSGut
Copy link
Contributor

@TSGut TSGut commented Apr 20, 2023

It's my understanding of the discussion in Issue #4 that the choleskyinv part of this package is redundant in terms of efficiency, so I suggest its removal.

resolves #4

@codecov
Copy link

codecov bot commented Apr 20, 2023

Codecov Report

❗ No coverage uploaded for pull request base (dl/reversecholesky@216b408). Click here to learn what that means.
Patch has no changes to coverable lines.

❗ Current head de0bd8e differs from pull request most recent head e7bfa93. Consider uploading reports for the commit e7bfa93 to get more accurate results

Additional details and impacted files
@@                  Coverage Diff                  @@
##             dl/reversecholesky      #50   +/-   ##
=====================================================
  Coverage                      ?   89.11%           
=====================================================
  Files                         ?        7           
  Lines                         ?     1112           
  Branches                      ?        0           
=====================================================
  Hits                          ?      991           
  Misses                        ?      121           
  Partials                      ?        0           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@TSGut
Copy link
Contributor Author

TSGut commented Apr 20, 2023

Coverage fail is just because it removes some functionality.

@dlfivefifty dlfivefifty changed the title remove choleskyinv v2.0 Apr 20, 2023
@dlfivefifty
Copy link
Member

This is a breaking change so we'll just leave this here until there's enough stuff for v2.0 to be tagged. (I probably jumped the gun on v1.0)

@dlfivefifty dlfivefifty changed the base branch from master to dl/reversecholesky July 8, 2023 19:17
@dlfivefifty dlfivefifty merged commit a4d13b2 into JuliaLinearAlgebra:dl/reversecholesky Jul 8, 2023
3 checks passed
dlfivefifty added a commit that referenced this pull request Jul 11, 2023
* Implement reverse cholesky

* tests pass

* Drop old versions

* remove choleskyinv (#50)

Co-authored-by: Sheehan Olver <solver@mac.com>

* use col/rowsupport

* adjust supports

* add tests, make copy for bidiagonal case

* fix tests

* Update test_reversecholesky.jl

* Update reversecholesky.jl

---------

Co-authored-by: Timon Salar Gutleb <timon.gutleb@gmail.com>
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.

Cholesky and Inverse Cholesky in one pass
2 participants