#16186: extend transducers.add to arbitrary input-length
-------------------------------------+-------------------------------------
       Reporter:  dkrenn             |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.3
      Component:  finite state       |   Resolution:
  machines                           |    Merged in:
       Keywords:  finite state       |    Reviewers:
  machine                            |  Work issues:
        Authors:  Clemens Heuberger  |       Commit:
Report Upstream:  N/A                |  02b4566096ba9ff6a250782167003b443e0ec659
         Branch:  u/cheuberg/fsm     |     Stopgaps:
  /multidimensional-add-16186        |
   Dependencies:  #16142, #16663     |
-------------------------------------+-------------------------------------
Changes (by {'newvalue': u'Clemens Heuberger', 'oldvalue': ''}):

 * status:  new => needs_review
 * author:   => Clemens Heuberger
 * dependencies:  #16142 => #16142, #16663
 * branch:   => u/cheuberg/fsm/multidimensional-add-16186
 * commit:   => 02b4566096ba9ff6a250782167003b443e0ec659


Old description:

> At the moment
> {{{
> sage: T = transducers.add([0, 1])
> }}}
> creates a transducer, which adds the values of the input-pair. This
> should be extended to arbitrary tuple-lengths.
>
> (This came up during the review of #16142.)

New description:

 At the moment
 {{{
 sage: T = transducers.add([0, 1])
 }}}
 creates a transducer which adds the values of the input-pair. This is now
 extended to arbitrary tuple-lengths.

 (This came up during the review of #16142.)

 Depends on #16663 in order to avoid trivial merge conflict later on.

--

Comment:

 New commits:
 
||[http://git.sagemath.org/sage.git/commit/?id=d9c48e12ae093121eb5977c12e75cc1eee53dd54
 d9c48e1]||{{{New common transducers "all" and "or"}}}||
 
||[http://git.sagemath.org/sage.git/commit/?id=02b4566096ba9ff6a250782167003b443e0ec659
 02b4566]||{{{trac #16186: transducers.add for arbitrary length input
 vectors}}}||

--
Ticket URL: <http://trac.sagemath.org/ticket/16186#comment:3>
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