[jira] [Commented] (MATH-1416) Depend on "Commons Numbers"

2018-03-17 Thread Gilles (JIRA)

[ 
https://issues.apache.org/jira/browse/MATH-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16403824#comment-16403824
 ] 

Gilles commented on MATH-1416:
--

I forgot to include "Closes #82" in the log message. Sorry.

> Depend on "Commons Numbers"
> ---
>
> Key: MATH-1416
> URL: https://issues.apache.org/jira/browse/MATH-1416
> Project: Commons Math
>  Issue Type: Task
>Reporter: Gilles
>Priority: Major
>  Labels: dependency, deprecated
> Fix For: 4.0
>
>
> The following codes with an equivalent in ["Commons 
> Numbers"|http://commons.apache.org/proper/commons-numbers] must be deleted 
> before the next major release (4.0):
> * Package {{o.a.c.math4.fraction}}
> * Package {{o.a.c.math4.complex}}
> * Package {{o.a.c.math4.primes}} 
> Codes that depend on these functionalities must be updated with corresponding 
> calls to "Commons Numbers" classes.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MATH-1416) Depend on "Commons Numbers"

2018-03-17 Thread Gilles (JIRA)

[ 
https://issues.apache.org/jira/browse/MATH-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16403814#comment-16403814
 ] 

Gilles commented on MATH-1416:
--

Thanks. Merged in commit b048757035a1196a825113ca6e676bd439e4d46f ("master").

> Depend on "Commons Numbers"
> ---
>
> Key: MATH-1416
> URL: https://issues.apache.org/jira/browse/MATH-1416
> Project: Commons Math
>  Issue Type: Task
>Reporter: Gilles
>Priority: Major
>  Labels: dependency, deprecated
> Fix For: 4.0
>
>
> The following codes with an equivalent in ["Commons 
> Numbers"|http://commons.apache.org/proper/commons-numbers] must be deleted 
> before the next major release (4.0):
> * Package {{o.a.c.math4.fraction}}
> * Package {{o.a.c.math4.complex}}
> * Package {{o.a.c.math4.primes}} 
> Codes that depend on these functionalities must be updated with corresponding 
> calls to "Commons Numbers" classes.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MATH-1416) Depend on "Commons Numbers"

2018-03-17 Thread Matt Juntunen (JIRA)

[ 
https://issues.apache.org/jira/browse/MATH-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16403695#comment-16403695
 ] 

Matt Juntunen commented on MATH-1416:
-

I've created a pull request to replace all calls to the o.a.c.numbers.Complex 
constructor with the new static factory methods. The build fails without this 
since the constructor is now private.

[https://github.com/apache/commons-math/pull/82]

 

> Depend on "Commons Numbers"
> ---
>
> Key: MATH-1416
> URL: https://issues.apache.org/jira/browse/MATH-1416
> Project: Commons Math
>  Issue Type: Task
>Reporter: Gilles
>Priority: Major
>  Labels: dependency, deprecated
> Fix For: 4.0
>
>
> The following codes with an equivalent in ["Commons 
> Numbers"|http://commons.apache.org/proper/commons-numbers] must be deleted 
> before the next major release (4.0):
> * Package {{o.a.c.math4.fraction}}
> * Package {{o.a.c.math4.complex}}
> * Package {{o.a.c.math4.primes}} 
> Codes that depend on these functionalities must be updated with corresponding 
> calls to "Commons Numbers" classes.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MATH-1416) Depend on "Commons Numbers"

2018-02-27 Thread Gilles (JIRA)

[ 
https://issues.apache.org/jira/browse/MATH-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16379699#comment-16379699
 ] 

Gilles commented on MATH-1416:
--

Class {{o.a.c.math4.complex.Complex}} was removed in commit 
583d9ec8647a7f667bb8f22cecf9859187149ade (on "master).

Class {{o.a.c.math4.complex.ComplexField}} was also removed due to its tight 
coupling with {{o.a.c.math4.complex.Complex}}.  See discussion about NUMBERS-51 
(inconclusive but verging towards the need to re-implement the "field" concept 
in a cleaner way).

> Depend on "Commons Numbers"
> ---
>
> Key: MATH-1416
> URL: https://issues.apache.org/jira/browse/MATH-1416
> Project: Commons Math
>  Issue Type: Task
>Reporter: Gilles
>Priority: Major
>  Labels: dependency, deprecated
> Fix For: 4.0
>
>
> The following codes with an equivalent in ["Commons 
> Numbers"|http://commons.apache.org/proper/commons-numbers] must be deleted 
> before the next major release (4.0):
> * Package {{o.a.c.math4.fraction}}
> * Package {{o.a.c.math4.complex}}
> * Package {{o.a.c.math4.primes}} 
> Codes that depend on these functionalities must be updated with corresponding 
> calls to "Commons Numbers" classes.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MATH-1416) Depend on "Commons Numbers"

2018-01-31 Thread Gilles (JIRA)

[ 
https://issues.apache.org/jira/browse/MATH-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16346686#comment-16346686
 ] 

Gilles commented on MATH-1416:
--

Package {{o.a.c.math4.primes}} was removed in commit 
d7f522e317388fe603bf5f14194819264d57d81e (on "master").

> Depend on "Commons Numbers"
> ---
>
> Key: MATH-1416
> URL: https://issues.apache.org/jira/browse/MATH-1416
> Project: Commons Math
>  Issue Type: Task
>Reporter: Gilles
>Priority: Major
>  Labels: dependency, deprecated
> Fix For: 4.0
>
>
> The following codes with an equivalent in ["Commons 
> Numbers"|http://commons.apache.org/proper/commons-numbers] must be deleted 
> before the next major release (4.0):
> * Package {{o.a.c.math4.fraction}}
> * Package {{o.a.c.math4.complex}}
> * Package {{o.a.c.math4.primes}} 
> Codes that depend on these functionalities must be updated with corresponding 
> calls to "Commons Numbers" classes.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MATH-1416) Depend on "Commons Numbers"

2018-01-25 Thread Gilles (JIRA)

[ 
https://issues.apache.org/jira/browse/MATH-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16340364#comment-16340364
 ] 

Gilles commented on MATH-1416:
--

Replace and delete package {{o.a.c.math4.complex}}.

> Depend on "Commons Numbers"
> ---
>
> Key: MATH-1416
> URL: https://issues.apache.org/jira/browse/MATH-1416
> Project: Commons Math
>  Issue Type: Task
>Reporter: Gilles
>Priority: Major
>  Labels: dependency, deprecated
> Fix For: 4.0
>
>
> The following codes with an equivalent in ["Commons 
> Numbers"|http://commons.apache.org/proper/commons-numbers] must be deleted 
> before the next major release (4.0):
> * Package {{o.a.c.math4.fraction}}
> * Package {{o.a.c.math4.complex}}
> * Package {{o.a.c.math4.primes}} 
> Codes that depend on these functionalities must be updated with corresponding 
> calls to "Commons Numbers" classes.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MATH-1416) Depend on "Commons Numbers"

2017-05-24 Thread Gilles (JIRA)

[ 
https://issues.apache.org/jira/browse/MATH-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16023917#comment-16023917
 ] 

Gilles commented on MATH-1416:
--

Removed
* {{MathArrays.linearCombination}}
* {{MathArrays.cosAngle}}
* {{MathArrays.safeNorm}}

in commit 4a37273818d2d7fe684136e84511e4e46e6cb1b0

> Depend on "Commons Numbers"
> ---
>
> Key: MATH-1416
> URL: https://issues.apache.org/jira/browse/MATH-1416
> Project: Commons Math
>  Issue Type: Task
>Reporter: Gilles
>  Labels: dependency, deprecated
> Fix For: 4.0
>
>
> The following codes with an equivalent in ["Commons 
> Numbers"|http://commons.apache.org/proper/commons-numbers] must be deleted 
> before the next major release (4.0):
> * Package {{o.a.c.math4.fraction}}
> * Package {{o.a.c.math4.complex}}
> * Package {{o.a.c.math4.primes}} 
> Codes that depend on these functionalities must be updated with corresponding 
> calls to "Commons Numbers" classes.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (MATH-1416) Depend on "Commons Numbers"

2017-05-21 Thread Gilles (JIRA)

[ 
https://issues.apache.org/jira/browse/MATH-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16019031#comment-16019031
 ] 

Gilles commented on MATH-1416:
--

Removed class {{o.a.c.math4.util.Combinations}} and all methods except 
{{stirlingS2}} from class {{o.a.c.math4.util.CombinatoricsUtils}} in commit 
494745fdd0fb1c1a6cb7b955c42a8b6d956bd945


> Depend on "Commons Numbers"
> ---
>
> Key: MATH-1416
> URL: https://issues.apache.org/jira/browse/MATH-1416
> Project: Commons Math
>  Issue Type: Task
>Reporter: Gilles
>  Labels: dependency, deprecated
> Fix For: 4.0
>
>
> The following codes with an equivalent in ["Commons 
> Numbers"|http://commons.apache.org/proper/commons-numbers] must be deleted 
> before the next major release (4.0):
> * Package {{o.a.c.math4.fraction}}
> * Package {{o.a.c.math4.complex}}
> * Package {{o.a.c.math4.primes}} 
> Codes that depend on these functionalities must be updated with corresponding 
> calls to "Commons Numbers" classes.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (MATH-1416) Depend on "Commons Numbers"

2017-05-14 Thread Gilles (JIRA)

[ 
https://issues.apache.org/jira/browse/MATH-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16009882#comment-16009882
 ] 

Gilles commented on MATH-1416:
--

Removed class {{o.a.c.math4.special.Erf}} in commit 
b81be1fea344c07c3024011066f0c8bb8865cc65

> Depend on "Commons Numbers"
> ---
>
> Key: MATH-1416
> URL: https://issues.apache.org/jira/browse/MATH-1416
> Project: Commons Math
>  Issue Type: Task
>Reporter: Gilles
>  Labels: dependency, deprecated
> Fix For: 4.0
>
>
> All code with an equivalent in ["Commons 
> Numbers"|http://commons.apache.org/proper/commons-numbers] must be deleted 
> before the next major release (4.0).
> Codes that depend on these functionalities must be updated with corresponding 
> calls to "Commons Numbers" classes.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (MATH-1416) Depend on "Commons Numbers"

2017-05-14 Thread Gilles (JIRA)

[ 
https://issues.apache.org/jira/browse/MATH-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16009881#comment-16009881
 ] 

Gilles commented on MATH-1416:
--

Removed classes  {{o.a.c.math4.special.Gamma}} and {{o.a.c.math4.special.Beta}} 
in commit 44ab256961029c9e104e70fb804617fd582412cd

> Depend on "Commons Numbers"
> ---
>
> Key: MATH-1416
> URL: https://issues.apache.org/jira/browse/MATH-1416
> Project: Commons Math
>  Issue Type: Task
>Reporter: Gilles
>  Labels: dependency, deprecated
> Fix For: 4.0
>
>
> All code with an equivalent in ["Commons 
> Numbers"|http://commons.apache.org/proper/commons-numbers] must be deleted 
> before the next major release (4.0).
> Codes that depend on these functionalities must be updated with corresponding 
> calls to "Commons Numbers" classes.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (MATH-1416) Depend on "Commons Numbers"

2017-05-03 Thread Gilles (JIRA)

[ 
https://issues.apache.org/jira/browse/MATH-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15995921#comment-15995921
 ] 

Gilles commented on MATH-1416:
--

Removed class {{o.a.c.math4.util.ArithmeticUtils}} in commit 
50d2939125522b7fecb16546fe7a5c253566df15

> Depend on "Commons Numbers"
> ---
>
> Key: MATH-1416
> URL: https://issues.apache.org/jira/browse/MATH-1416
> Project: Commons Math
>  Issue Type: Task
>Reporter: Gilles
>  Labels: dependency, deprecated
> Fix For: 4.0
>
>
> All code with an equivalent in ["Commons 
> Numbers"|http://commons.apache.org/proper/commons-numbers] must be deleted 
> before the next major release (4.0).
> Codes that depend on these functionalities must be updated with corresponding 
> calls to "Commons Numbers" classes.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (MATH-1416) Depend on "Commons Numbers"

2017-05-03 Thread Gilles (JIRA)

[ 
https://issues.apache.org/jira/browse/MATH-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15995900#comment-15995900
 ] 

Gilles commented on MATH-1416:
--

Added dependency on module {{commons-numbers-core}} in commit 
4680647f69bfb56da863c54272123dba0826ffab
Removed class {{o.a.c.math4.util.Precision}} in commit 
e082e0c48ed611ce3aca949cb47d0e96c35788ef


> Depend on "Commons Numbers"
> ---
>
> Key: MATH-1416
> URL: https://issues.apache.org/jira/browse/MATH-1416
> Project: Commons Math
>  Issue Type: Task
>Reporter: Gilles
>  Labels: dependency, deprecated
> Fix For: 4.0
>
>
> All code with an equivalent in ["Commons 
> Numbers"|http://commons.apache.org/proper/commons-numbers] must be deleted 
> before the next major release (4.0).
> Codes that depend on these functionalities must be updated with corresponding 
> calls to "Commons Numbers" classes.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)