Luc Maisonobe
95a9d35e77
Preparing release candidate 2 for Apache Commons Math 3.6.
2016-01-02 19:56:59 +01:00
Luc Maisonobe
47ae2b7c84
Merge branch 'MATH_3_X' into 3.6-release
2016-01-02 19:53:12 +01:00
Luc Maisonobe
026e330539
Merge branch 'MATH_3_X' of https://luc@git-wip-us.apache.org/repos/asf/commons-math.git into MATH_3_X
2016-01-02 19:52:22 +01:00
Luc Maisonobe
775bde7a4d
Enlarged test tolerance as test did not pass with Java 5.
2016-01-02 19:46:33 +01:00
Luc Maisonobe
e206688654
Spurious @Override.
2016-01-02 19:44:30 +01:00
Phil Steitz
68194a3bf5
Fixed ant build.
2016-01-02 10:25:49 -07:00
Luc Maisonobe
c5e6ccb817
Merge branch 'MATH_3_X' of https://luc@git-wip-us.apache.org/repos/asf/commons-math.git into MATH_3_X
2016-01-02 10:28:21 +01:00
Luc Maisonobe
29649959e2
Renamed abstract test classes to match build environment filters.
2016-01-02 10:27:49 +01:00
Phil Steitz
895e9c1c50
Merge branch 'MATH_3_X' of https://git-wip-us.apache.org/repos/asf/commons-math into MATH_3_X
2016-01-01 15:07:30 -07:00
Phil Steitz
a5ccf5998a
Javadoc fixes; added tests to confirm NaN behavior.
2016-01-01 15:07:07 -07:00
Luc Maisonobe
445f091bcd
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 must be done using sftp only.
2016-01-01 19:59:33 +01:00
Phil Steitz
77f0f20252
Updated User Guide to reflect MATH-1310 fix.
2016-01-01 08:48:22 -07:00
Luc Maisonobe
2525399e16
added link for 3.6 javadoc.
2016-01-01 15:13:23 +01:00
Luc Maisonobe
9df79570ae
Added release notes for 3.6.
2016-01-01 15:13:23 +01:00
Luc Maisonobe
e3eb0f65f0
Updated download page in preparation for 3.6 release.
2016-01-01 15:13:23 +01:00
Luc Maisonobe
e7e5406342
preparing pom for 3.6 release.
2016-01-01 15:13:23 +01:00
Luc Maisonobe
d70c566320
Javadoc.
2016-01-01 15:11:57 +01:00
Luc Maisonobe
cc606e54ca
Updated release howto to not delete the release branch after release.
2016-01-01 14:12:27 +01:00
Luc Maisonobe
0d0a5b65c6
updated URL.
2016-01-01 13:17:21 +01:00
Luc Maisonobe
33a2aea01e
updated copyright year
2016-01-01 12:36:46 +01:00
Gilles
c9c252bf26
MATH-1300
...
Backport of changes originally introduced in "master" branch.
2016-01-01 00:18:12 +01:00
Phil Steitz
2983ff81b1
Improved performance and accuracy of 2-sample KS tests. JIRA: MATH-1310.
2015-12-31 15:02:11 -07:00
Thomas Neidhart
56a6287761
Fix compilation problems with java 1.5: remove @Override tags for interfaces, fix problem with cast, remove unneeded type parameters in test methods. Additionally, added @Override tags for implemented abstract methods as suggested by eclipse, small typo fixes.
2015-12-29 20:47:31 +01:00
Luc Maisonobe
df1ce13f97
Field-based implementation of Adams-Moulton ODE integrator.
2015-12-29 17:30:40 +01:00
Luc Maisonobe
874343c0e9
typo.
2015-12-29 17:30:00 +01:00
Luc Maisonobe
84fd5fe3e6
Field-based Adams-Bashforth integrator.
2015-12-28 22:14:14 +01:00
Luc Maisonobe
ba6bd8cbe1
Base classes for field-based multistep integrators.
2015-12-28 22:13:48 +01:00
Luc Maisonobe
4a501b6596
typos.
2015-12-28 22:12:27 +01:00
Luc Maisonobe
34b136cfbf
Avoid protected fields.
2015-12-28 22:12:08 +01:00
Phil Steitz
98b7057e03
Javadoc fixes.
2015-12-28 14:00:29 -07:00
Phil Steitz
cdfa228e7f
Javadoc fix: use stable link.
2015-12-28 08:33:03 -07:00
Phil Steitz
9f51a3b8cd
Javadoc fixes.
2015-12-28 07:40:55 -07:00
Luc Maisonobe
74c643b895
Renamed interfaces for consistency with other classes.
2015-12-28 13:07:00 +01:00
Luc Maisonobe
264851fcfc
Detect start failures with multi-step ODE integrators.
...
JIRA: MATH-1297
2015-12-27 13:33:30 +01:00
Luc Maisonobe
82e1a8cd08
Merge branch 'MATH_3_X' of https://luc@git-wip-us.apache.org/repos/asf/commons-math.git into MATH_3_X
2015-12-27 13:05:17 +01:00
Luc Maisonobe
7db19f7d9c
Added compose and composeInverse to rotations.
...
These method are more flexible than the existing applyTo and
applyInverseTo (which are still present), because they allow caller
to specify a RotationConvention.
JIRA: MATH-1302, MATH-1303
Github: closes #22
2015-12-27 13:04:55 +01:00
Phil Steitz
2d0d2ff142
Javadoc fixes.
2015-12-26 15:12:26 -07:00
Luc Maisonobe
971a778650
Added a RotationConvention enumerate.
...
This enumerate allows specifying the semantics or axis/angle for
rotations. This enumerate has two values: VECTOR_OPERATOR and
FRAME_TRANSFORM.
JIRA: MATH-1302, MATH-1303
2015-12-26 21:21:44 +01:00
Phil Steitz
cc893e4998
Reverted unecessary escapes.
2015-12-26 09:51:33 -07:00
Phil Steitz
41642aaaad
Javadoc fixes.
2015-12-26 09:05:36 -07:00
Phil Steitz
523774aa8b
Javadoc fixes.
2015-12-25 14:03:57 -07:00
Phil Steitz
67181947f2
Apply exclusion at the class level.
2015-12-25 11:48:24 -07:00
Luc Maisonobe
d3fdc7227b
Merge branch 'MATH_3_X' of https://luc@git-wip-us.apache.org/repos/asf/commons-math.git into MATH_3_X
2015-12-25 17:17:23 +01:00
Phil Steitz
1ac6991a7e
Javadoc fix.
2015-12-25 09:14:58 -07:00
Luc Maisonobe
4757bc82f9
Prevent findbugs false positive.
2015-12-25 16:54:16 +01:00
Luc Maisonobe
6259f3f393
Missing javadoc.
2015-12-25 16:48:46 +01:00
Luc Maisonobe
25474e247a
Removed spurious semicolon.
2015-12-25 16:47:47 +01:00
Luc Maisonobe
44d949a1c3
Avoid compiler warnings due to imports of deprecated classes.
2015-12-25 16:33:28 +01:00
Luc Maisonobe
903c315a54
Supressed varargs warnings in tests.
2015-12-25 15:29:04 +01:00
Luc Maisonobe
4ed1d0375b
Unused import.
2015-12-25 15:27:41 +01:00