Luc Maisonobe
31455013b1
Improved release documentation with a direct URL for tag in vote email.
2014-12-19 15:15:52 +01:00
Luc Maisonobe
a21d636748
Removed Sobol from NOTICE, as the full license is in LICENSE.
2014-12-19 15:08:30 +01:00
Luc Maisonobe
f1d7bdfe68
Typo.
2014-12-19 15:00:01 +01:00
Luc Maisonobe
4edc00b79b
Reduced attributions for Orekit to the minimum required by license.
2014-12-19 14:58:34 +01:00
Luc Maisonobe
31df37fd9a
Removed Mersenne twister from notice, as full license is in LICENSE.
...
The license is also available in the code.
2014-12-19 14:53:27 +01:00
Luc Maisonobe
53ed8c8715
Removed LAPACK license and notice.
...
Strangely enough, we do not include any code from LAPACK anymore since
several releases! The last reference was for eigen-decomposition and it
was changed long ago to another implementation.
The only material loosely related to LAPACK are some reference values in
tests which were computed using LAPACK, but these are output of LAPACK
routines, not code from LAPACK routines.
2014-12-19 14:50:03 +01:00
Luc Maisonobe
7c5118c6b0
Improved reference to license and notice in the end user documentation.
2014-12-19 14:44:03 +01:00
Luc Maisonobe
2c15d6f802
Removed Hairer from NOTICE, as the full license is in LICENSE file.
...
The license is also present in the Gragg-Bulirsch-Stoer integrator
class.
2014-12-19 14:33:19 +01:00
Luc Maisonobe
a31be1be74
Remove minpack from NOTICE, as the full license is in LICENSE.
...
The license is also already present in the code itself.
2014-12-19 14:31:29 +01:00
Luc Maisonobe
07ffb3297c
Added missing Scipy license, moved attribution out of NOTICE file.
2014-12-19 14:26:18 +01:00
Luc Maisonobe
4a8bde2f7d
Removed unneeded attribution.
...
As per discussion on the mailing lists, the NOTICE file should retain
only legally important attributions required by upstream sources, not
merely informative atributions.
2014-12-19 14:03:51 +01:00
Luc Maisonobe
d30a5c33ef
Typo.
2014-12-19 11:51:55 +01:00
Luc Maisonobe
cc22c1f6ea
Improved release instructions.
...
The site for reviewing should not be put in the staging area (otherwise
it may be published too early as this area is shared among all commons
components).
The VOTE mail message should contain the commit ID the tag points at,
for better traceability.
2014-12-19 11:23:29 +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
fc7ee95d9c
Fixed some commands and URLS in the release documentation.
2014-12-19 00:30:20 +01:00
Luc Maisonobe
1a96973119
Added the command to check Git tag GPG signature
2014-12-18 21:28:04 +01:00
Luc Maisonobe
20c577868c
Improved release process documentation with Git.
2014-12-18 21:11:35 +01:00
Luc Maisonobe
e27f6e71f2
Update release howto for Git-based release.
2014-12-17 19:03:42 +01:00
Luc Maisonobe
3d97f85484
Prepare link gor 3.4 javadoc.
2014-12-17 19:03:14 +01:00
Luc Maisonobe
f9437bc642
Candidate release date ...
2014-12-17 19:02:35 +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
88516d95eb
Removed unnecessary attribution, as per discussion on developers list.
2014-12-17 12:01:42 +01:00
Phil Steitz
44401d183d
Made it clear that NaNs or infinities may yield NaN in moment computations. JIRA: MATH-1146.
2014-12-16 20:45:33 -07:00
Phil Steitz
26e6114583
Made it clear that NaNs or infinities may yield NaN in moment computations. JIRA: MATH-1146.
2014-12-16 16:49:16 -07:00
Phil Steitz
d9b951c1fa
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-math
2014-12-16 09:24:12 -07:00
Phil Steitz
ae1cbdbd6d
Fixed cut/paste error in NOTICE.
2014-12-16 09:23:48 -07:00
Luc Maisonobe
17c903385c
Replace svn-based build number with git-based build number.
2014-12-16 17:03:40 +01:00
Phil Steitz
f9125d0b87
Updated LICENSE, NOTICE files with netlib attributions for BesselJ. JIRA: MATH-1066.
2014-12-16 08:54:42 -07:00
Luc Maisonobe
75872ffe9b
fixed typos in error messages translations
2014-12-16 13:37:58 +01:00
Milos Gligoric
7655cb61e3
Including Ekstazi profile (www.ekstazi.org) to optimize regression tests
2014-12-16 13:37:58 +01:00
Gilles
8d4fd1dabb
Removed unnecessary call to "super()".
2014-12-16 13:25:10 +01:00
Phil Steitz
540aa2e7ed
Fixed message format formatting.
2014-12-15 16:48:59 -07:00
Phil Steitz
b723f82bd5
Added Bessel functions of the first kind, based on NetLib implementation.
...
JIRA: MATH-1066
Based on patch provided by Brian Wignall
2014-12-15 15:11:32 -07:00
Phil Steitz
376958763c
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-math
2014-12-15 14:58:44 -07:00
Phil Steitz
f80f577748
Added Bessel functions of the first kind, based on NetLib implementation.
...
JIRA: MATH-1066
Based on patch provided by Brian Wignall
2014-12-15 13:48:07 -07:00
Thomas Neidhart
809f0f89cb
[MATH-1154] Add clarification to ctor javadoc of all distributions to pass a null random generator in case no sampling is needed.
2014-12-15 21:21:09 +01:00
Gilles
59fe593a42
Javadoc
2014-12-15 17:06:20 +01:00
Gilles
92a027bc73
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-math
2014-12-15 16:57:10 +01:00
Gilles
ed6109d0a2
Javadoc
2014-12-15 16:56:42 +01:00
Thomas Neidhart
d5f586bd4e
[MATH-1142] Improve performance of kalman gain calculation of KalmanFilter. Thanks to Arne Schwarz.
2014-12-15 16:50:50 +01:00
Phil Steitz
2fb2221d48
Fixed integer overflow in KolmogorovSmirnovTest causing 2-sample test
...
to use exact method when the product of the sample sizes exceeds
Integer.MAX_VALUE, resulting in effectively hung execution.
JIRA: MATH-1181
Reported by Gilad
2014-12-15 06:44:53 -07:00
Gilles
7fb571b16c
Javadoc
2014-12-15 13:48:48 +01:00
Gilles
de73ad3115
MATH-1180: Sequence of integers
...
Added to "MathArrays": method to create an array containing a sequence of integers.
2014-12-15 13:40:04 +01:00
Gilles
dabc5ab661
Ignore backup files.
2014-12-14 20:22:36 +01:00
Gilles
491786ce41
MATH-1172: Simple curve fitter
...
Provides boiler-plate code so that users can readily fit any parametric function.
2014-12-14 18:48:01 +01:00
Gilles
753f278d10
MATH-1173: Tricubic interpolation
...
New class "TricubicInterpolator" to replace "TricubicSplineInterpolator".
2014-12-14 18:25:08 +01:00
Luc Maisonobe
09129d5367
prepared release notes for version 3.4
2014-12-13 22:04:33 +01:00
Luc Maisonobe
9f42f18f15
updated download page for the next release (3.4)
2014-12-13 21:41:51 +01:00
Luc Maisonobe
4ed24c87c5
fixed missing closing element
2014-12-13 21:40:00 +01:00