#13045: Deprecate cholesky_decomposition() in favor of cholesky()
--------------------------------------------------+-------------------------
       Reporter:  rbeezer                         |         Owner:  jason, was  
           Type:  defect                          |        Status:  needs_review
       Priority:  minor                           |     Milestone:  sage-5.1    
      Component:  linear algebra                  |    Resolution:              
       Keywords:  sd40.5                          |   Work issues:              
Report Upstream:  N/A                             |     Reviewers:              
        Authors:  Rob Beezer                      |     Merged in:              
   Dependencies:  #12966, #13018, #11274, #13035  |      Stopgaps:              
--------------------------------------------------+-------------------------
Changes (by {'newvalue': u'Rob Beezer', 'oldvalue': ''}):

  * status:  new => needs_review
  * author:  => Rob Beezer
 * cc: ddrake (added)
  * dependencies:  => #12966, #13018, #11274, #13035
  * keywords:  => sd40.5


Old description:

> `cholesky_decomposition()` is needlessly verbose, and the existing
> spaghetti code with `_cholesky_decomposition()` is too convoluted to
> unwind.  Dependencies install the '''new''' `cholesky()` along side.
>
> The old `cholesky_decomposition()` is so broken that nobody should be
> using it anyway, thus it should be no problem to obsolete it.

New description:

 `cholesky_decomposition()` is needlessly verbose, and the existing
 spaghetti code with `_cholesky_decomposition()` is too convoluted to
 unwind.  Dependencies install the '''new''' `cholesky()` alongside.

 The old `cholesky_decomposition()` is so broken that nobody should be
 using it anyway, thus it should be no problem to obsolete it.

 '''Depends''': #12966, #13018, #11274, #13035

 '''Apply''':
   1. [attachment:trac_13045-deprecate-cholesky-decomposition-v1.patch]

--

Comment:

 Importing the deprecation machinery seemed to set off some Python
 deprecation warnings about messages on exceptions, so those have been
 modernized.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13045#comment:1>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to