[math] RealVector.cosine() missing checkVectorDimension?

2016-01-01 Thread Ole Ersoy
I think RealVector.cosine() is missing the checkVectorDimensions(v) check? - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: "[VOTE][RC1] Release Commons Math 3.6

2016-01-01 Thread Phil Steitz
I have found no blockers thus far, but I am struggling to get the Ant build to work, in part so I can verify that the tests run against the release jar. I am getting (understandable) errors when the ant test runner tries to execute AbstractAdamsFieldIntegratorTest and some other abstract tests. W

[math] RealMatrix.setSubmatrix() interface Javadoc fix

2016-01-01 Thread Ole Ersoy
Hi, I created a pull request for the below for having the below added to RealMatrix.setSubmatrix(): * @throws MathIllegalStateException if {@code data} is null, but row or column are greater than zero. I updated the corresponding throws declarations on RealMatrix and

[math] Matrix parallel operations

2016-01-01 Thread Ole Ersoy
Hi, Hope ya'll are having an awesome new year! Some matrix operations, like createRealIdentityMatrix can be turned into one liners like this: IntStream.range(0, dimension).forEach(i -> m.setEntry(i, i, 1.0)); And can be performed in parallel like this: IntStream.range(0, dimens

Re: [math] Updated released howto after change from people to home.apache.org.

2016-01-01 Thread Luc Maisonobe
Le 01/01/2016 21:28, Phil Steitz a écrit : > On 1/1/16 11:59 AM, l...@apache.org wrote: >> Repository: commons-math >> Updated Branches: >> refs/heads/MATH_3_X 77f0f2025 -> 445f091bc >> >> >> Updated released howto after change from people to home.apache.org. >> >> Shell access is not possible an

Re: [math] Updated released howto after change from people to home.apache.org.

2016-01-01 Thread Phil Steitz
On 1/1/16 11:59 AM, l...@apache.org wrote: > Repository: commons-math > Updated Branches: > refs/heads/MATH_3_X 77f0f2025 -> 445f091bc > > > Updated released howto after change from people to home.apache.org. > > Shell access is not possible anymore on home.apache.org, so the site > uplaoding mus

Re: [math] wrong backport commit in MATH_3_X ?

2016-01-01 Thread Gilles
Hello. On Fri, 1 Jan 2016 21:02:09 +0200, Rostislav Krasny wrote: Hi there, I've just noticed there could be a wrong backport commit done in MATH_3_X: https://git1-us-west.apache.org/repos/asf?p=commons-math.git;a=commitdiff;h=c9c252bf26165e7fafd093cd892af35b23aa8f3f This backport commit w

[math] wrong backport commit in MATH_3_X ?

2016-01-01 Thread Rostislav Krasny
Hi there, I've just noticed there could be a wrong backport commit done in MATH_3_X: https://git1-us-west.apache.org/repos/asf?p=commons-math.git;a=commitdiff;h=c9c252bf26165e7fafd093cd892af35b23aa8f3f This backport commit was discussed with Luc Maisonobe in this mailing list in the thread about

Re: "[VOTE][RC1] Release Commons Math 3.6

2016-01-01 Thread Luc Maisonobe
Le 01/01/2016 17:47, Gilles a écrit : > Hi. > > On Fri, 1 Jan 2016 17:23:58 +0100, Luc Maisonobe wrote: >> This is a [VOTE] for releasing Apache Commons Math 3.6 from release >> candidate 1. > > There is a spurious quotation mark in the mail's subject line (just > in case someone's automatic filt

Re: [all] Sha256?

2016-01-01 Thread Mark Thomas
On 01/01/2016 17:03, Gary Gregory wrote: > Hi All and Happy New Year, > > Should we replace our use of md5 and sha1 with sha256? No. We should follow the release distribution policy: http://www.apache.org/dev/release-distribution#sigs-and-sums Mark -

[all] Sha256?

2016-01-01 Thread Gary Gregory
Hi All and Happy New Year, Should we replace our use of md5 and sha1 with sha256? Gary -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with Hibernate, Second Edition JUnit in Action, Second Edition Spri

Re: "[VOTE][RC1] Release Commons Math 3.6

2016-01-01 Thread Gilles
Hi. On Fri, 1 Jan 2016 17:23:58 +0100, Luc Maisonobe wrote: This is a [VOTE] for releasing Apache Commons Math 3.6 from release candidate 1. There is a spurious quotation mark in the mail's subject line (just in case someone's automatic filter would discard it). Tag name: MATH_3_6_RC1 (si

"[VOTE][RC1] Release Commons Math 3.6

2016-01-01 Thread Luc Maisonobe
This is a [VOTE] for releasing Apache Commons Math 3.6 from release candidate 1. Tag name: MATH_3_6_RC1 (signature can be checked from git using 'git tag -v') Tag URL: Commit ID th