You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Gilles <gi...@harfang.homelinux.org> on 2016/06/21 19:31:14 UTC

[VOTE] New component: Complex numbers

Hello.

This is one of several votes for establishing new Commons components
out of functionality developed inside the "Commons Math" component.

This vote is dedicated to the following functionality:
   Representation of complex and quaternion numbers, and related
   algorithms (like FFT)

The concerned code is the contents of the following classes and 
packages:
   org.apache.commons.math4.complex
   org.apache.commons.math4.transform
located in the "develop" branch of Commons Math:
   
https://git1-us-west.apache.org/repos/asf?p=commons-math.git;a=tree;f=src/main/java/org/apache/commons/math4/complex;h=96ec54b216d2a1de36b43c8b861c6e54678f361e;hb=refs/heads/develop
   
https://git1-us-west.apache.org/repos/asf?p=commons-math.git;a=tree;f=src/main/java/org/apache/commons/math4/transform;h=9fca5b7377218d76684d251939cbb99d2fecbb9e;hb=refs/heads/develop

Notes:
  * This component will depend on the "Standard math functions" 
component
    (cf. other VOTE thread).
  * Code size: ~2500 lines of code (unit tests not included).
  * API: foreseen to become stable in the near future (after some open 
issues
    are implemented).  Possible enhancements could include parallel 
processing.
  * Estimated minimum Java version: 8

All are welcome to vote, especially potential users of the candidate
component and people who'd like to contribute to it, through user 
support,
bug-fixes and enhancements, documentation, release management.

[ ] +1, this would be a valid Commons component.
[ ] -1, this won't be a good Commons component because ...


Thanks,
Gilles


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [VOTE] New component: Complex numbers

Posted by Stian Soiland-Reyes <st...@apache.org>.
+1

On 22 Jun 2016 10:32 a.m., "Eric Barnhill" <er...@gmail.com> wrote:

> +1 although some of the transforms are on the reals, so this may need to be
> nuanced later
>
> On Tue, Jun 21, 2016 at 9:31 PM, Gilles <gi...@harfang.homelinux.org>
> wrote:
>
> > Hello.
> >
> > This is one of several votes for establishing new Commons components
> > out of functionality developed inside the "Commons Math" component.
> >
> > This vote is dedicated to the following functionality:
> >   Representation of complex and quaternion numbers, and related
> >   algorithms (like FFT)
> >
> > The concerned code is the contents of the following classes and packages:
> >   org.apache.commons.math4.complex
> >   org.apache.commons.math4.transform
> > located in the "develop" branch of Commons Math:
> >
> >
> https://git1-us-west.apache.org/repos/asf?p=commons-math.git;a=tree;f=src/main/java/org/apache/commons/math4/complex;h=96ec54b216d2a1de36b43c8b861c6e54678f361e;hb=refs/heads/develop
> >
> >
> https://git1-us-west.apache.org/repos/asf?p=commons-math.git;a=tree;f=src/main/java/org/apache/commons/math4/transform;h=9fca5b7377218d76684d251939cbb99d2fecbb9e;hb=refs/heads/develop
> >
> > Notes:
> >  * This component will depend on the "Standard math functions" component
> >    (cf. other VOTE thread).
> >  * Code size: ~2500 lines of code (unit tests not included).
> >  * API: foreseen to become stable in the near future (after some open
> > issues
> >    are implemented).  Possible enhancements could include parallel
> > processing.
> >  * Estimated minimum Java version: 8
> >
> > All are welcome to vote, especially potential users of the candidate
> > component and people who'd like to contribute to it, through user
> support,
> > bug-fixes and enhancements, documentation, release management.
> >
> > [ ] +1, this would be a valid Commons component.
> > [ ] -1, this won't be a good Commons component because ...
> >
> >
> > Thanks,
> > Gilles
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> > For additional commands, e-mail: dev-help@commons.apache.org
> >
> >
>

Re: [VOTE] New component: Complex numbers

Posted by Eric Barnhill <er...@gmail.com>.
+1 although some of the transforms are on the reals, so this may need to be
nuanced later

On Tue, Jun 21, 2016 at 9:31 PM, Gilles <gi...@harfang.homelinux.org>
wrote:

> Hello.
>
> This is one of several votes for establishing new Commons components
> out of functionality developed inside the "Commons Math" component.
>
> This vote is dedicated to the following functionality:
>   Representation of complex and quaternion numbers, and related
>   algorithms (like FFT)
>
> The concerned code is the contents of the following classes and packages:
>   org.apache.commons.math4.complex
>   org.apache.commons.math4.transform
> located in the "develop" branch of Commons Math:
>
> https://git1-us-west.apache.org/repos/asf?p=commons-math.git;a=tree;f=src/main/java/org/apache/commons/math4/complex;h=96ec54b216d2a1de36b43c8b861c6e54678f361e;hb=refs/heads/develop
>
> https://git1-us-west.apache.org/repos/asf?p=commons-math.git;a=tree;f=src/main/java/org/apache/commons/math4/transform;h=9fca5b7377218d76684d251939cbb99d2fecbb9e;hb=refs/heads/develop
>
> Notes:
>  * This component will depend on the "Standard math functions" component
>    (cf. other VOTE thread).
>  * Code size: ~2500 lines of code (unit tests not included).
>  * API: foreseen to become stable in the near future (after some open
> issues
>    are implemented).  Possible enhancements could include parallel
> processing.
>  * Estimated minimum Java version: 8
>
> All are welcome to vote, especially potential users of the candidate
> component and people who'd like to contribute to it, through user support,
> bug-fixes and enhancements, documentation, release management.
>
> [ ] +1, this would be a valid Commons component.
> [ ] -1, this won't be a good Commons component because ...
>
>
> Thanks,
> Gilles
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>