#14801: Piecewise functions done right
-------------------------------------+-------------------------------------
       Reporter:  vbraun             |        Owner:  rws
           Type:  defect             |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.6
      Component:  symbolics          |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Volker Braun,      |    Reviewers:
  Ralf Stephan                       |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  1a0a27fc00100f78ee507ec2a73a6726bf063188
  public/piecewise-2                 |     Stopgaps:
   Dependencies:  #14800, #14780,    |
  #9556, #13125, #14802, #16397,     |
  #17759, #17815                     |
-------------------------------------+-------------------------------------
Changes (by rws):

 * commit:  254e047fc4056b06e2d2e4fe1296dad839549104 =>
     1a0a27fc00100f78ee507ec2a73a6726bf063188
 * dependencies:  #14800, #14780, #9556, #13125, #14802, #16397, #17759,
     #17815, #12967 => #14800, #14780, #9556, #13125, #14802, #16397,
     #17759, #17815


Comment:

 The remaining fails happen because:
  * cannot use pi/2 as interval endpoint because of symbolic `cmp` bug
 (#16397)
 {{{
 sage: cmp(pi/2,SR(0))
 -1
 sage: cmp(pi/2,0)
 1
 }}}
  * unsuppressed doctest warnings (#17815)
  * missing `piecewise.laplace`
  * missing `piecewise.fourier_series_sine_coefficient`
  * missing `piecewise.fourier_series_cosine_coefficient`
  * missing `piecewise.fourier_series_partial_sum`
 The last four are due to a single example in
 `doc/en/constructions/calculus.rst`.
 ----
 New commits:
 
||[http://git.sagemath.org/sage.git/commit/?id=4eb6c0fb2c381a09e4a1b717a10d94bb7fa23a24
 4eb6c0f]||{{{14801: Piecewise functions done right - part 1}}}||
 
||[http://git.sagemath.org/sage.git/commit/?id=d733c7ee1b243e8f0c2f17a9cfcd08844a111c60
 d733c7e]||{{{14801: Piecewise functions done right - part 2}}}||
 
||[http://git.sagemath.org/sage.git/commit/?id=93755106787a8a6b7626a9c01a7d0aba51c40447
 9375510]||{{{Merge branch 'develop' into t/17759/public/17759}}}||
 
||[http://git.sagemath.org/sage.git/commit/?id=16aa81d5f5fe7b38db0ce7372e198b6f036ee724
 16aa81d]||{{{17759: handle hold=True and hypergeometric}}}||
 
||[http://git.sagemath.org/sage.git/commit/?id=cc19bd08911e1e00c685fdede9292eaad30ebbc6
 cc19bd0]||{{{Merge branch 'public/17759' of trac.sagemath.org:sage into
 tmp5}}}||
 
||[http://git.sagemath.org/sage.git/commit/?id=1a0a27fc00100f78ee507ec2a73a6726bf063188
 1a0a27f]||{{{14801: fix doctest}}}||

--
Ticket URL: <http://trac.sagemath.org/ticket/14801#comment:44>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to