Commit Graph

346 Commits

Author SHA1 Message Date
Thomas Neidhart 002276ea31 [MATH-1220] Improve performance of ZipfDistribution.sample. Thanks to Otmar Ertl. 2015-05-01 13:50:10 +02:00
Thomas Neidhart 5597ed7ea3 [MATH-1153] Improve performance of BetaDistribution#sample. Thanks to Sergei Lebedev. 2015-05-01 11:57:54 +02:00
Luc Maisonobe 783adba4f1 Updated plugins. 2015-04-30 18:35:05 +02:00
Luc Maisonobe 6dc7ccc57b Wrap jgit buildnumber plugin in a profile triggered by .git exsiting.
This should prevent numerous warnings when building from a source
archive instead of from git checkout.
2015-04-17 21:01:38 +02:00
Luc Maisonobe e588c8f2e9 Fixed wrong file name. 2015-04-12 19:02:38 +02:00
Luc Maisonobe fa6fcf2080 Added a way to build polyhedrons sets from vertices and facets. 2015-04-12 17:15:55 +02:00
Thomas Neidhart c765796382 Update minimum JDK to at least Java 7. 2015-02-23 22:01:49 +01:00
Thomas Neidhart 07defdaaef Update to latest parent: 37. 2015-02-16 23:43:33 +01:00
Thomas Neidhart e4e1ac23c7 Update for next development iteration: commons-math4 2015-02-16 23:37:23 +01:00
tn bb20e79f7b Upgrade jacoco to latest version. 2015-01-13 10:49:52 +01:00
Luc Maisonobe 81e12ee050 Preparing for next version. 2015-01-11 21:27:27 +01:00
Luc Maisonobe ef6e0f8828 Preparing release 3.4.1. 2015-01-08 17:47:33 +01:00
Luc Maisonobe d06500b377 Preparing next version 3.5. 2014-12-26 20:04:07 +01:00
Luc Maisonobe befd8ebd96 creating release candidate RC3 2014-12-23 10:28:44 +01:00
Luc Maisonobe fe08f0d3bd Preparing RC2. 2014-12-19 15:28:49 +01:00
Luc Maisonobe fa2adc7b47 Merge branch 'master' into release-candidates 2014-12-19 15:26:58 +01:00
Luc Maisonobe e99c2f8940 Don't use branch name in Git buildnumber.
As we want to build the artifacts from a clean checkout of a tag, we are
in 'detached head' state, without a branch name.

The build number will retain the most important thing for traceability:
the last commit SHA id.
2014-12-19 10:56:29 +01:00
Luc Maisonobe cf4a9d70c9 creating release candidate 2014-12-18 21:29:08 +01:00
Luc Maisonobe 3b58a282b9 Prevent RAT plugin from complaining about spurious development files. 2014-12-17 19:01:56 +01:00
Luc Maisonobe 2ed43de903 Setting up realistic limits for JaCoCo.
I think we never met the previous default settings, but did not notice
it in the maven logs before.
2014-12-17 19:01:27 +01:00
Luc Maisonobe 17c903385c Replace svn-based build number with git-based build number. 2014-12-16 17:03:40 +01:00
Milos Gligoric 7655cb61e3 Including Ekstazi profile (www.ekstazi.org) to optimize regression tests 2014-12-16 13:37:58 +01:00
Luc Maisonobe 7df36c32a5 Added Hank Grabowski as contributor. 2014-10-17 10:25:46 +02:00
Luc Maisonobe d26810c0d9 Added Ole Ersoy to the contributors list. 2014-10-15 09:13:36 +02:00
Luc Maisonobe a67f0a33e6 Added all Java 8 StrictMath methods to FastMath.
This change allows FastMath to remain compatible with newer Java
versions, despite it stiil requires only Java 5 to compile and run.

JIRA: MATH-1156
2014-10-07 13:54:55 +02:00
Thomas Neidhart 58d613bd8d [MATH-1139] Added Gumbel, Laplace, Logistic and Nakagami distributions. Thanks to Alexey Volkov. 2014-10-03 23:12:09 +02:00
Thomas Neidhart 76f154179b [MATH-1145] Fix integer overflows in MannWhitneyUTest. Thanks to Anders Conbere.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1624756 13f79535-47bb-0310-9956-ffa450edef68
2014-09-13 15:46:38 +00:00
Phil Steitz 7b3e0d4297 Added implementation of PSquare algorithm to estimate percentiles without
storing data in memory (i.e. as StorelessUnivariateStatistic).

JIRA: MATH-418
Contributed by: Venkatesha Murthy



git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1604443 13f79535-47bb-0310-9956-ffa450edef68
2014-06-21 18:14:14 +00:00
Evan Ward 0473d5ff10 Move Evan from Contributor to Member on the site
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1598662 13f79535-47bb-0310-9956-ffa450edef68
2014-05-30 16:33:16 +00:00
Thomas Neidhart 4b99061353 Reflect pom updates from the latest release.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1596034 13f79535-47bb-0310-9956-ffa450edef68
2014-05-19 20:08:14 +00:00
Luc Maisonobe 4f498e6850 next version will be 3.4
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1594669 13f79535-47bb-0310-9956-ffa450edef68
2014-05-14 18:52:23 +00:00
Thomas Neidhart 67b76171aa Change naming of tools jar to support the classifier tag of maven.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1590823 13f79535-47bb-0310-9956-ffa450edef68
2014-04-28 22:04:42 +00:00
Luc Maisonobe 3f0a000fef Prevent penalties to grow multiplicatively in CMAES.
Patch provided by Bruce A Johnson.

JIRA: MATH-1107

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1573506 13f79535-47bb-0310-9956-ffa450edef68
2014-03-03 09:58:29 +00:00
Luc Maisonobe 06e1ff5008 Configured rules for Clirr, as per discussion on the mailing list.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1566417 13f79535-47bb-0310-9956-ffa450edef68
2014-02-09 20:57:24 +00:00
Thomas Neidhart 683a898d55 [MATH-976] Use placeholders and fix manifest for tools jar.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1566046 13f79535-47bb-0310-9956-ffa450edef68
2014-02-08 16:50:32 +00:00
Luc Maisonobe 28b39e33d8 typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1560332 13f79535-47bb-0310-9956-ffa450edef68
2014-01-22 12:28:04 +00:00
Luc Maisonobe b0252439c3 updated RAT plugin exlusion, to ignore a file added by Eclipse
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1560330 13f79535-47bb-0310-9956-ffa450edef68
2014-01-22 12:21:01 +00:00
Luc Maisonobe 9d4d7150eb Fixed missing licenses.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1554036 13f79535-47bb-0310-9956-ffa450edef68
2013-12-29 15:18:59 +00:00
Thomas Neidhart a8559cbaee Fix indentation.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1540000 13f79535-47bb-0310-9956-ffa450edef68
2013-11-08 12:46:38 +00:00
Thomas Neidhart 6a23c13706 Further adjustments for site publishing.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1538299 13f79535-47bb-0310-9956-ffa450edef68
2013-11-02 22:57:41 +00:00
Thomas Neidhart 03bc14d5f3 Fix pom for website publishing.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1538297 13f79535-47bb-0310-9956-ffa450edef68
2013-11-02 22:44:46 +00:00
Thomas Neidhart 3631295c43 [MATH-814] Added Kendalls tau correlation, Thanks to Matt Adereth.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1537660 13f79535-47bb-0310-9956-ffa450edef68
2013-10-31 21:16:08 +00:00
Gilles Sadowski a4ffd39333 MATH-1045
Singular matrices were considered non-singular due to strict comparison
with zero. Reported and fixed by Sean Owen.


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1536766 13f79535-47bb-0310-9956-ffa450edef68
2013-10-29 15:43:04 +00:00
Sebastian Bazley 2745587342 ASF Branding
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1534244 13f79535-47bb-0310-9956-ffa450edef68
2013-10-21 15:51:02 +00:00
Phil Steitz 422fc2a426 Added logDensity methods to AbstractReal/IntegerDistribution with naive default implementations and improved implementations for some current distributions.
JIRA: MATH-1039
Patch provided by Aleksei Dievskii

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1533974 13f79535-47bb-0310-9956-ffa450edef68
2013-10-20 20:42:41 +00:00
Thomas Neidhart 86545dab3e [MATH-996] Fix creation of Fraction/BigFraction objects in maxDenominator mode when the value is close to an actual fraction.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1519204 13f79535-47bb-0310-9956-ffa450edef68
2013-08-31 19:43:02 +00:00
Phil Steitz d7fd760eb8 Added Thorsten Schaefer to contributors.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1519187 13f79535-47bb-0310-9956-ffa450edef68
2013-08-31 15:58:36 +00:00
Sebastian Bazley 897f5e29b9 Suppress long tar file name warnings
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1515675 13f79535-47bb-0310-9956-ffa450edef68
2013-08-19 23:51:59 +00:00
Sebastian Bazley 80bcf448a2 Temp hack to fix CP32 jacoco bug
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1515654 13f79535-47bb-0310-9956-ffa450edef68
2013-08-19 22:57:26 +00:00
Sebastian Bazley 5fe98f86f4 Latest JUnit version
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1515651 13f79535-47bb-0310-9956-ffa450edef68
2013-08-19 22:49:37 +00:00
Gilles Sadowski f1467e45ab MATH-1021
Reordering can prevent some overflow occurrences (fix suggested by
Brian Bloniarz).
Added unit test.


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1512546 13f79535-47bb-0310-9956-ffa450edef68
2013-08-10 00:57:48 +00:00
Sebastian Bazley 4c6c3d52c4 Update to CP32
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1504467 13f79535-47bb-0310-9956-ffa450edef68
2013-07-18 13:45:28 +00:00
Phil Steitz a934dbbb88 Enabled LaTeX expressions in javadoc via MathJax. JIRA: MATH-1006.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1504314 13f79535-47bb-0310-9956-ffa450edef68
2013-07-17 22:42:07 +00:00
Luc Maisonobe 9e62190606 Added midpoint integration method.
Patch contributed by Oleksandr Kornieiev.

JIRA: MATH-967

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1488914 13f79535-47bb-0310-9956-ffa450edef68
2013-06-03 09:04:40 +00:00
Luc Maisonobe 2a96c0d647 updated to commons-parent 30 (with JaCoCo support)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1488779 13f79535-47bb-0310-9956-ffa450edef68
2013-06-02 20:07:33 +00:00
Phil Steitz 33809e031d Added append method to StorelessCovariance, making this class map/reducible.
JIRA: MATH-978
Contributed by Ajo Fod

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1488337 13f79535-47bb-0310-9956-ffa450edef68
2013-05-31 17:47:53 +00:00
Gilles Sadowski c2207ac136 MATH-976
Create a new release artefact.


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1483336 13f79535-47bb-0310-9956-ffa450edef68
2013-05-16 13:06:18 +00:00
Luc Maisonobe b5d44bb2ad increment version number after 3.2 release
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1465214 13f79535-47bb-0310-9956-ffa450edef68
2013-04-06 09:46:21 +00:00
Luc Maisonobe 3d74f8d787 Reverting version to 3.2-SNAPSHOT after tag creation.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1463705 13f79535-47bb-0310-9956-ffa450edef68
2013-04-02 19:20:43 +00:00
Luc Maisonobe f3196cd9fb Preparing RC5 for release 3.2.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1463703 13f79535-47bb-0310-9956-ffa450edef68
2013-04-02 19:17:20 +00:00
Luc Maisonobe 84361f9a4f Reverting pom version after tag creation.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1462821 13f79535-47bb-0310-9956-ffa450edef68
2013-03-30 17:58:50 +00:00
Luc Maisonobe b11b65144d preparing RC4
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1462818 13f79535-47bb-0310-9956-ffa450edef68
2013-03-30 17:54:54 +00:00
Luc Maisonobe dfdce788a1 Reverting pom version after tag creation.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1462749 13f79535-47bb-0310-9956-ffa450edef68
2013-03-30 13:03:53 +00:00
Luc Maisonobe c2772e8e02 Bumping version for 3.2 release candidate 3.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1462746 13f79535-47bb-0310-9956-ffa450edef68
2013-03-30 12:58:23 +00:00
Luc Maisonobe f496ae9772 Improved reporting section in pom.xml.
The Apache RAT plugin was configured in the build section instead of the
reporting section, so it did not automatically used our local
configuration.

The checkstyle anf findbugs plugins were updated to recent versions,
with some adaptation to prevent double entries.

The CPD plugin has been temporarily disabled because in 3.X it detects
huge duplications, which is true but misleading, as the duplications are
a consequence of our upward compatibility policy.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1462745 13f79535-47bb-0310-9956-ffa450edef68
2013-03-30 12:57:52 +00:00
Luc Maisonobe c52bde0ea2 Reverting version to 3.2-SNAPSHOT after tag creation.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1462525 13f79535-47bb-0310-9956-ffa450edef68
2013-03-29 16:20:03 +00:00
Luc Maisonobe c8c2efeedd Creating RC2 for release 3.2.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1462521 13f79535-47bb-0310-9956-ffa450edef68
2013-03-29 16:16:07 +00:00
Luc Maisonobe 193fb5461d Reverting version number back to SNAPSHOT.
We will bump it to 3.3-SNAPSHOT later on, when release candidate vote
will be over.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1462514 13f79535-47bb-0310-9956-ffa450edef68
2013-03-29 16:02:23 +00:00
Luc Maisonobe 3d7b35b3bb Bumping version number for official release.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1462510 13f79535-47bb-0310-9956-ffa450edef68
2013-03-29 15:51:43 +00:00
Phil Steitz 0b4e8b6bb0 Give Evan credit for recent patch and add him to contributors.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1462206 13f79535-47bb-0310-9956-ffa450edef68
2013-03-28 16:31:00 +00:00
Sebastian Bazley 8c2199df0f Fix up URLs so they point to actual sites; this allows relative URLs to work properly
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1459912 13f79535-47bb-0310-9956-ffa450edef68
2013-03-22 17:49:27 +00:00
Luc Maisonobe 5c14a29c69 Improved speed of FastMath copysign methods.
JIRA: MATH-951

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1459887 13f79535-47bb-0310-9956-ffa450edef68
2013-03-22 16:25:17 +00:00
Luc Maisonobe 606fdac7df Allow direct use of SummaryStatistics in one-way ANOVA.
Patch provided by Peter Andrews.

JIRA: MATH-877

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1456958 13f79535-47bb-0310-9956-ffa450edef68
2013-03-15 13:55:27 +00:00
Luc Maisonobe 53039d5d04 Added the Lévy distribution.
The patch from Andrew Waterman has been added, with several fixes and
extensions.

JIRA: MATH-460

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1456907 13f79535-47bb-0310-9956-ffa450edef68
2013-03-15 11:39:14 +00:00
Luc Maisonobe c99413d2e9 Added utilities for prime numbers.
Thanks to Sébastien Riou.

JIRA: MATH-845

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1454920 13f79535-47bb-0310-9956-ffa450edef68
2013-03-10 21:05:20 +00:00
Luc Maisonobe 5f9169496b Added exclude filters for RAT.
Many Apache license headers have been added in previous commits
(r1454703, r1454718, r1454719, r1454721, r1454722, r1454723). However
some test data files cannot be changed (empty file, files published by
by NIST), and in fact the content of this files is public, so they
cannot be subject to Apache license, so they are excluded from the RAT
report.

JIRA: MATH-921

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1454726 13f79535-47bb-0310-9956-ffa450edef68
2013-03-09 14:50:19 +00:00
Luc Maisonobe 91ebbb6294 Added discrete distributions.
Patch contributed by Piotr Wydrych.

JIRA: MATH-941

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1454439 13f79535-47bb-0310-9956-ffa450edef68
2013-03-08 15:59:29 +00:00
Olivier Lamy ec49cf7d37 use last parent
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1450236 13f79535-47bb-0310-9956-ffa450edef68
2013-02-26 15:53:46 +00:00
Olivier Lamy d77c3d456a configure svnpubsub
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1434931 13f79535-47bb-0310-9956-ffa450edef68
2013-01-17 22:02:44 +00:00
Gilles Sadowski 27ab6fab60 MATH-876
Clean solution provided by Niall Pemberton.


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1429607 13f79535-47bb-0310-9956-ffa450edef68
2013-01-06 22:47:56 +00:00
Gilles Sadowski 42673df5b7 Added Jared Becksfort in the contributors list.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1428271 13f79535-47bb-0310-9956-ffa450edef68
2013-01-03 10:43:24 +00:00
Phil Steitz 60510d27f5 Documented commons.componentid ambiguiity and workaround.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1426997 13f79535-47bb-0310-9956-ffa450edef68
2012-12-30 21:50:11 +00:00
Luc Maisonobe ed39d2dbe2 reverting commit introduced in r1426616
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1426751 13f79535-47bb-0310-9956-ffa450edef68
2012-12-29 12:10:52 +00:00
Luc Maisonobe 250cf6e366 Added vector-only weights for multivariate vector optimizers.
JIRA: MATH-924

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1426616 13f79535-47bb-0310-9956-ffa450edef68
2012-12-28 20:16:38 +00:00
Gilles Sadowski 4875ac9281 Update version tag.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1425501 13f79535-47bb-0310-9956-ffa450edef68
2012-12-23 18:15:36 +00:00
Sebastien Brisard e10e0441a0 Reverted changes accidentally committed.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1416019 13f79535-47bb-0310-9956-ffa450edef68
2012-12-01 16:27:57 +00:00
Sebastien Brisard ce2502a522 Replaced calls to deprecated Beta.logBeta(double, double, double, int) with
calls to Beta.logBeta(double, double).


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1416017 13f79535-47bb-0310-9956-ffa450edef68
2012-12-01 16:24:33 +00:00
Sebastien Brisard 120f6f490e MATH-903: allow the use of UTF-8 characters in Javadoc comments.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1411084 13f79535-47bb-0310-9956-ffa450edef68
2012-11-19 06:59:35 +00:00
Phil Steitz 0987ae5a20 Added G-test statistics. JIRA: MATH-878. Thanks to Radoslav Tsvetkov and Ted Dunning.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1405620 13f79535-47bb-0310-9956-ffa450edef68
2012-11-04 19:32:35 +00:00
Sebastien Brisard db51254b40 Reverted changes inadvertently commited in r1401171.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1401172 13f79535-47bb-0310-9956-ffa450edef68
2012-10-23 06:08:32 +00:00
Sebastien Brisard 9dffcfd3be Maxima scripts to generate reference values for the gamma and logGamma
functions.


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1401171 13f79535-47bb-0310-9956-ffa450edef68
2012-10-23 06:04:09 +00:00
Thomas Neidhart c323480cf6 Added Dan Checkoway as contributor due to his patch for MATH-474.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1400687 13f79535-47bb-0310-9956-ffa450edef68
2012-10-21 17:44:53 +00:00
Gilles Sadowski 4907b06568 MATH-876
Changed "<commons.componentid>" property (used in "commons-parent" to create
the "Bundle-SymbolicName" entry in "MANIFEST.MF").


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1395545 13f79535-47bb-0310-9956-ffa450edef68
2012-10-08 13:14:50 +00:00
Luc Maisonobe df92c3b6f1 Added distance to point to 2D Line and Segment.
Patch provided by Curtis Jensen applied with minor modifications.

JIRA: MATH-641

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1392022 13f79535-47bb-0310-9956-ffa450edef68
2012-09-30 13:22:28 +00:00
Phil Steitz d8575d1ea1 Adding humble self back.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1343076 13f79535-47bb-0310-9956-ffa450edef68
2012-05-27 18:42:44 +00:00
Thomas Neidhart e1ee1ce8a0 Add Reid Hochstedler to list of contributors in pom.xml after provided already 3 patches.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1310108 13f79535-47bb-0310-9956-ffa450edef68
2012-04-05 22:17:47 +00:00
Sebastian Bazley faca098140 Update to CP24
Restore changes/JIRA reports accidentally dropped when tidying pom

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1306268 13f79535-47bb-0310-9956-ffa450edef68
2012-03-28 11:45:25 +00:00
Sebastian Bazley 21ff4d548e Add back 2.2 to download page
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1299724 13f79535-47bb-0310-9956-ffa450edef68
2012-03-12 16:03:12 +00:00
Sebastian Bazley 15f0cc682c 3.0 has been released, bump snapshot version
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1299716 13f79535-47bb-0310-9956-ffa450edef68
2012-03-12 15:40:53 +00:00
Sebastian Bazley 0b14107b56 Fix up download properties and generated page
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1299715 13f79535-47bb-0310-9956-ffa450edef68
2012-03-12 15:40:22 +00:00
Sebastian Bazley 1a3881f3f5 minSeverity is now defined in commons parent
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1299711 13f79535-47bb-0310-9956-ffa450edef68
2012-03-12 15:31:46 +00:00
Gilles Sadowski 7b7488445d Variable used for release candidate.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296508 13f79535-47bb-0310-9956-ffa450edef68
2012-03-02 23:05:31 +00:00
Sebastian Bazley b36fa9593f CP 23 now contains the fix
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296474 13f79535-47bb-0310-9956-ffa450edef68
2012-03-02 21:13:36 +00:00
Sebastian Bazley c1dcc48538 Allow pmd to be run iteractively; update to latest version
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296472 13f79535-47bb-0310-9956-ffa450edef68
2012-03-02 21:12:41 +00:00
Sebastian Bazley 0c296e28ee Update dependency versions to latest
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296459 13f79535-47bb-0310-9956-ffa450edef68
2012-03-02 21:06:17 +00:00
Sebastian Bazley cfe771eed1 Update plugin versions to latest
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296458 13f79535-47bb-0310-9956-ffa450edef68
2012-03-02 21:04:54 +00:00
Sebastian Bazley abe3e2edd5 Fix up release notes to use locations and names expected by parent pom
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296359 13f79535-47bb-0310-9956-ffa450edef68
2012-03-02 18:23:09 +00:00
Gilles Sadowski 10a8b982d7 Reverted "-SNAPSHOT" suffix.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1295547 13f79535-47bb-0310-9956-ffa450edef68
2012-03-01 13:08:04 +00:00
Gilles Sadowski f12bb6ddd5 Removed files not to be included in CM 3.0.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1295533 13f79535-47bb-0310-9956-ffa450edef68
2012-03-01 12:19:30 +00:00
Gilles Sadowski 52feb7c331 Version upgrades (previous version of "findbugs" plugin did not work with
maven3).


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1295204 13f79535-47bb-0310-9956-ffa450edef68
2012-02-29 18:33:26 +00:00
Gilles Sadowski 4e07135f7f Replace accented character with html entity in order to avoid problems
on certain systems.


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1292557 13f79535-47bb-0310-9956-ffa450edef68
2012-02-22 22:35:47 +00:00
Gilles Sadowski 0019c2c828 MATH-444
"artifactId" value (in POM file) changed to "commons-math3".


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1245000 13f79535-47bb-0310-9956-ffa450edef68
2012-02-16 14:42:13 +00:00
Thomas Neidhart 1661e9dec5 Added myself to pom.xml as developer.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1233608 13f79535-47bb-0310-9956-ffa450edef68
2012-01-19 22:29:08 +00:00
Phil Steitz 41d74435fa Removed self from team list.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1222748 13f79535-47bb-0310-9956-ffa450edef68
2011-12-23 16:53:57 +00:00
Luc Maisonobe fc28ace114 make sure versions numbers are consistents (will be updated again upon release)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1222601 13f79535-47bb-0310-9956-ffa450edef68
2011-12-23 08:00:02 +00:00
Luc Maisonobe f14fdb5447 Added fast cryptographically secure pseudorandom number generator ISAAC.
Patch provided by Eldar Agalarov.

JIRA: MATH-710

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1207554 13f79535-47bb-0310-9956-ffa450edef68
2011-11-28 20:00:14 +00:00
Phil Steitz 1088dfd4cb Added Sébastien, fixed alpha sort of developers list.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1198183 13f79535-47bb-0310-9956-ffa450edef68
2011-11-06 07:32:46 +00:00
Phil Steitz 93604d744b Added stable random generator based on Chambers-Mallows-Stuck method. Contributed by Pavel Ryhzov. JIRA: MATH-462.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1198165 13f79535-47bb-0310-9956-ffa450edef68
2011-11-06 07:17:50 +00:00
Sebastien Brisard a9cf068da8 1. Minor changes to Javadoc of SYMMLQ implementation, following Pr. M. A. Saunders review.
2. Added Michael Saunders as a contributor in the POM.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1188549 13f79535-47bb-0310-9956-ffa450edef68
2011-10-25 07:37:08 +00:00
Luc Maisonobe 2d0bacedae Switched to checkstyle 5.x, so we can use package-info.java.
JIRA: MATH-445

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1178168 13f79535-47bb-0310-9956-ffa450edef68
2011-10-02 09:58:38 +00:00
Sebastian Bazley 5c04a9d456 Fix up resource section to standard setting
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1164998 13f79535-47bb-0310-9956-ffa450edef68
2011-09-04 11:55:49 +00:00
Phil Steitz 5786c5c944 Added erf(double,double) to Erf and used this to improve tail probability accuracy in NormalDistributionImpl. JIRA: MATH-364. Reported and patched by Christian Winter.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1163888 13f79535-47bb-0310-9956-ffa450edef68
2011-09-01 01:24:37 +00:00
Greg Sterijevski c2570afd5f Moving myself(gregs) from contributor to developer, aka first push! Changed the pom.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1162407 13f79535-47bb-0310-9956-ffa450edef68
2011-08-27 17:52:24 +00:00
Phil Steitz 22e68e3efe Added storeless covariance implementation contributed by Patrick Meyer. JIRA: MATH-449.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1160026 13f79535-47bb-0310-9956-ffa450edef68
2011-08-21 18:14:19 +00:00
Henri Yandell 86835c1471 Adding PMD plugin, hope that's okay
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1151332 13f79535-47bb-0310-9956-ffa450edef68
2011-07-27 05:07:40 +00:00
Luc Maisonobe 262fe4c088 Rewritten SVD implementation based on JAMA code.
JIRA: MATH-327, MATH-383, MATH-465, MATH-583, MATH-611

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1148714 13f79535-47bb-0310-9956-ffa450edef68
2011-07-20 12:15:00 +00:00
Phil Steitz ce13d98d2e Added a couple of new contributors.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1145007 13f79535-47bb-0310-9956-ffa450edef68
2011-07-11 01:32:31 +00:00
Phil Steitz d3d5c6fb05 Added interface and reporting class for updating regression. JIRA: MATH-607. Contributed by Greg Sterijevski.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1144986 13f79535-47bb-0310-9956-ffa450edef68
2011-07-10 23:45:43 +00:00
Phil Steitz 6b3df11f0d Updated trunk to reflect 2.2 release.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1129833 13f79535-47bb-0310-9956-ffa450edef68
2011-05-31 18:15:01 +00:00
Luc Maisonobe 133cbc2dbf Fixed two errors in simplex solver when entries are close together or
when variables are not restricted to non-negative.

Jira: MATH-434

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1090656 13f79535-47bb-0310-9956-ffa450edef68
2011-04-09 19:20:47 +00:00
Luc Maisonobe 525cddfb68 upgrated commons-parent pom to v20
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1085958 13f79535-47bb-0310-9956-ffa450edef68
2011-03-27 15:11:29 +00:00
Luc Maisonobe 1df2b780a2 upgraded Junit version to 4.8.2.
This brings maven build up to date with respect to ant build, which already uses 4.8.2.
It will allow implementing a retry policy for the few tests that can randomly fail, using API introduced in Junit 4.5.

JIRA: MATH-423

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1085952 13f79535-47bb-0310-9956-ffa450edef68
2011-03-27 14:58:59 +00:00
Sebastian Bazley 1c1a4506f0 Simplify release notes generation
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1074503 13f79535-47bb-0310-9956-ffa450edef68
2011-02-25 12:43:28 +00:00
Sebastian Bazley 5e2e43652f Give the changes output file the correct name
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1074124 13f79535-47bb-0310-9956-ffa450edef68
2011-02-24 12:28:41 +00:00
Mikkel Meyer Andersen 75bf8e330e Removed myself from the contributors-section in pom.xml (previously added myself to the developers-section)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1053923 13f79535-47bb-0310-9956-ffa450edef68
2010-12-30 16:06:19 +00:00
Mikkel Meyer Andersen a4ac4aad19 Added myself in the developers-section in pom.xml
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1053920 13f79535-47bb-0310-9956-ffa450edef68
2010-12-30 15:49:17 +00:00
Sebastian Bazley 57a03e8674 MATH-455 Allow Clirr minSeverity to be overridden on the command-line
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1051259 13f79535-47bb-0310-9956-ffa450edef68
2010-12-20 19:41:40 +00:00
Sebastian Bazley 5d2b33bd45 Update Clirr to 2.2.3
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1043411 13f79535-47bb-0310-9956-ffa450edef68
2010-12-08 13:37:46 +00:00
William Barker 89ec5debd5 fix jar version name
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@993196 13f79535-47bb-0310-9956-ffa450edef68
2010-09-07 02:22:48 +00:00
Luc Maisonobe 0ec92a0fc2 added FastMath and used it everywhere in replacement of java.util.Math
the unit tests have not been added yet (waiting for dfp library addition)
JIRA: MATH-375

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@990658 13f79535-47bb-0310-9956-ffa450edef68
2010-08-29 22:04:09 +00:00
Luc Maisonobe d9e60241d2 Added support for Gaussian curve fitting
JIRA: MATH-400

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@980938 13f79535-47bb-0310-9956-ffa450edef68
2010-07-30 20:16:18 +00:00
Luc Maisonobe e2d957da2f override resources configuration from parent-pom, as they prevented the default copying of src/main/resources to occur
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@957071 13f79535-47bb-0310-9956-ffa450edef68
2010-06-22 23:02:46 +00:00
Niall Pemberton f06784445a Upgrade to commons-parent version 15
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@936207 13f79535-47bb-0310-9956-ffa450edef68
2010-04-21 09:02:56 +00:00
Phil Steitz de4baf794e Updated to reflect 2.1 release.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@930146 13f79535-47bb-0310-9956-ffa450edef68
2010-04-02 01:53:38 +00:00
Sebastian Bazley 55467035a7 Update to v2.3 changes plugin
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@927524 13f79535-47bb-0310-9956-ffa450edef68
2010-03-25 17:54:40 +00:00
Sebastian Bazley 444c1a26f5 Replace deprecated issueLinkTemplate.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@927458 13f79535-47bb-0310-9956-ffa450edef68
2010-03-25 15:50:42 +00:00
Phil Steitz 7f9d963f8c Dropped broken report.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@927244 13f79535-47bb-0310-9956-ffa450edef68
2010-03-25 00:40:52 +00:00
Phil Steitz 945245c1fe Prepare for 2.1 release.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@926845 13f79535-47bb-0310-9956-ffa450edef68
2010-03-23 23:15:56 +00:00
Phil Steitz cf6bce784b Dropped pmd report (plugin incompatibility problems)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@926842 13f79535-47bb-0310-9956-ffa450edef68
2010-03-23 23:13:30 +00:00
Niall Pemberton d931483bac Upgrade to commons-parent-14 (and maven-javadoc-plugin 2.5 when specified)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@923495 13f79535-47bb-0310-9956-ffa450edef68
2010-03-15 23:10:18 +00:00