Luc Maisonobe
2ef0296835
added missing @since tags
...
JIRA: MATH-532
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1073472 13f79535-47bb-0310-9956-ffa450edef68
2011-02-22 19:49:07 +00:00
Luc Maisonobe
0ee130554e
added missing @since tags
...
JIRA: MATH-531
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1073464 13f79535-47bb-0310-9956-ffa450edef68
2011-02-22 19:35:02 +00:00
Luc Maisonobe
ef444992cd
added missing @since tags
...
JIRA: MATH-530
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1073460 13f79535-47bb-0310-9956-ffa450edef68
2011-02-22 19:22:39 +00:00
Luc Maisonobe
816b795371
added missing @since tags
...
JIRA: MATH-529
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1073459 13f79535-47bb-0310-9956-ffa450edef68
2011-02-22 19:18:12 +00:00
Luc Maisonobe
34616efd4c
added missing @since
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1073276 13f79535-47bb-0310-9956-ffa450edef68
2011-02-22 09:34:52 +00:00
Luc Maisonobe
69c5ddb534
added missing @since
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1073272 13f79535-47bb-0310-9956-ffa450edef68
2011-02-22 09:22:25 +00:00
Luc Maisonobe
f866829fc3
added missing @since
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1073270 13f79535-47bb-0310-9956-ffa450edef68
2011-02-22 09:19:27 +00:00
Luc Maisonobe
209767da8c
added missing @since
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1073267 13f79535-47bb-0310-9956-ffa450edef68
2011-02-22 09:06:20 +00:00
Luc Maisonobe
73207dc222
fixed deprecation message to include the version of the change for getSparcity
...
fixed the since message to show the getSparsity has been introduced in 2.2
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1073262 13f79535-47bb-0310-9956-ffa450edef68
2011-02-22 09:02:25 +00:00
Luc Maisonobe
b68af0b2a2
fixed a wrong @Since (method has been added in 2.2, not in 2.0)
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1073255 13f79535-47bb-0310-9956-ffa450edef68
2011-02-22 08:42:06 +00:00
Luc Maisonobe
90a657b4dd
added missing deprecation
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1073253 13f79535-47bb-0310-9956-ffa450edef68
2011-02-22 08:40:05 +00:00
Sebastian Bazley
dc9bae09a8
Don't include every jar in every subdir
...
Allow JUnit to be found from Ant runtime classpath
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1073187 13f79535-47bb-0310-9956-ffa450edef68
2011-02-21 23:35:55 +00:00
Luc Maisonobe
5cfda67933
fixed @since comment, the class was added in 2.2 not in 2.1
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1073165 13f79535-47bb-0310-9956-ffa450edef68
2011-02-21 22:04:14 +00:00
Luc Maisonobe
66cd473d1d
Reverted incompatible changes not detected by CLIRR.
...
The changes were detected by running the former 2.1 test (which is a realistic approximation of what existing user code may look like) against version 2.2 of the library itself. This showed that user code that did use DerivativeException (but also FunctionEvaluationException) which have recently been switched back to checked did not compile anymore (the revert did disable the attempt for a smooth transition).
Hence this fix declares again all these exception throughout the API.
CLIRR still sees nothing about this huge change ...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1073158 13f79535-47bb-0310-9956-ffa450edef68
2011-02-21 21:46:52 +00:00
Luc Maisonobe
7658aa9592
fixed release notes
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1073151 13f79535-47bb-0310-9956-ffa450edef68
2011-02-21 21:31:05 +00:00
Sebastian Bazley
0ac31d3cec
Fail on error, rather than printing to stdout
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1073126 13f79535-47bb-0310-9956-ffa450edef68
2011-02-21 20:12:03 +00:00
Sebastian Bazley
e5d4d44857
Does not make sense to report deprecation warnings
...
Compile with specific source and target versions
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1073062 13f79535-47bb-0310-9956-ffa450edef68
2011-02-21 16:53:30 +00:00
Sebastian Bazley
6a6cc3b807
Don't stop on first error
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1073018 13f79535-47bb-0310-9956-ffa450edef68
2011-02-21 15:27:39 +00:00
Sebastian Bazley
ea0474085a
Add some missing tests
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1073013 13f79535-47bb-0310-9956-ffa450edef68
2011-02-21 15:22:23 +00:00
Sebastian Bazley
69a2052a43
Remove unused code
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1073010 13f79535-47bb-0310-9956-ffa450edef68
2011-02-21 15:18:24 +00:00
Sebastian Bazley
50395300a3
Allow test to be run without rebuilding test classes
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1073009 13f79535-47bb-0310-9956-ffa450edef68
2011-02-21 15:17:40 +00:00
Sebastian Bazley
890e8ebf82
Format 'brief' produces better output for failures
...
Allow output files to be generated
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1072986 13f79535-47bb-0310-9956-ffa450edef68
2011-02-21 14:36:09 +00:00
Sebastian Bazley
5441724b3d
Remove duplicate property define
...
Pick up jars from jardir, as described in comments
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1072983 13f79535-47bb-0310-9956-ffa450edef68
2011-02-21 14:31:52 +00:00
Sebastian Bazley
3f96b9ab38
Alignment
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1072977 13f79535-47bb-0310-9956-ffa450edef68
2011-02-21 14:22:47 +00:00
Sebastian Bazley
eb1e79de99
Update to JUnit 4.8.2
...
Avoid warnings about includeAntRuntime
Generate text output for unit tests
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1072972 13f79535-47bb-0310-9956-ffa450edef68
2011-02-21 14:12:58 +00:00
Luc Maisonobe
3ae2fc7907
edited release notes about the incompatible changes introduced in 2.2.
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1072605 13f79535-47bb-0310-9956-ffa450edef68
2011-02-20 14:49:03 +00:00
Luc Maisonobe
c631c699f5
preparing 2.2 release
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1072560 13f79535-47bb-0310-9956-ffa450edef68
2011-02-20 11:22:59 +00:00
Luc Maisonobe
386c6734d8
prepared release notes for 2.2
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1072559 13f79535-47bb-0310-9956-ffa450edef68
2011-02-20 11:21:26 +00:00
Luc Maisonobe
d4827f16b9
updated copyright year
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1072424 13f79535-47bb-0310-9956-ffa450edef68
2011-02-19 19:26:29 +00:00
Luc Maisonobe
fb799fa15d
next RC will be for 2.2 by now
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1072415 13f79535-47bb-0310-9956-ffa450edef68
2011-02-19 19:03:08 +00:00
Luc Maisonobe
27b802d626
reverted incompatible changes before 2.2 release
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1072413 13f79535-47bb-0310-9956-ffa450edef68
2011-02-19 18:59:39 +00:00
Luc Maisonobe
1fe0807f85
fixed checkstyle warnings
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1072409 13f79535-47bb-0310-9956-ffa450edef68
2011-02-19 18:50:36 +00:00
Phil Steitz
4d34885b2d
Reverted incompatible changes in the exception hierarchy.
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1070725 13f79535-47bb-0310-9956-ffa450edef68
2011-02-15 01:31:12 +00:00
Luc Maisonobe
fd5ab95b5b
second attempt at fixing MATH-484
...
This fixes bad behavior when several events occur during a long step
This also fixes bad behavior when events are triggered during backward integration
Jira: MATH-484
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1070498 13f79535-47bb-0310-9956-ffa450edef68
2011-02-14 14:18:21 +00:00
Phil Steitz
fecfe23c34
Fixed javadoc typo.
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1070280 13f79535-47bb-0310-9956-ffa450edef68
2011-02-13 19:17:27 +00:00
Sebastian Bazley
8e69bdad1d
Revert MathUtils to 2.1 behaviour.
...
Update tests accordingly, and restore missing tests from 2.1 version
Note: removed deprecation from methods that merely change behaviour in 3.0
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1070122 13f79535-47bb-0310-9956-ffa450edef68
2011-02-12 18:27:22 +00:00
Sebastian Bazley
47d65775f6
Update Clirr plugin version
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1070063 13f79535-47bb-0310-9956-ffa450edef68
2011-02-12 12:30:31 +00:00
Luc Maisonobe
987062a105
fixed checkstyle and findbugs warnings
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1069567 13f79535-47bb-0310-9956-ffa450edef68
2011-02-10 21:07:26 +00:00
Phil Steitz
a59bf744d0
Added correlated vector generation example.
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1067592 13f79535-47bb-0310-9956-ffa450edef68
2011-02-06 05:42:35 +00:00
Phil Steitz
e380da5bd1
Fixed throws to reference exception that can be thrown.
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1067583 13f79535-47bb-0310-9956-ffa450edef68
2011-02-06 04:08:41 +00:00
Phil Steitz
da71713db8
Removed trailing spaces.
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1067582 13f79535-47bb-0310-9956-ffa450edef68
2011-02-06 03:55:32 +00:00
Sebastian Bazley
98b16444f5
Javadoc tidyup
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1067500 13f79535-47bb-0310-9956-ffa450edef68
2011-02-05 20:11:30 +00:00
Sebastian Bazley
2a7fc67ab0
Add some @since 2.2 markers
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1067495 13f79535-47bb-0310-9956-ffa450edef68
2011-02-05 19:58:45 +00:00
Sebastian Bazley
2612c97685
Add some @since 2.2 markers
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1067494 13f79535-47bb-0310-9956-ffa450edef68
2011-02-05 19:49:07 +00:00
Sebastian Bazley
a5fcc59422
Add some @since 2.2 markers
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1067489 13f79535-47bb-0310-9956-ffa450edef68
2011-02-05 19:33:49 +00:00
Sebastian Bazley
e65efbdb31
Update to current Commons Parent
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1067474 13f79535-47bb-0310-9956-ffa450edef68
2011-02-05 18:11:07 +00:00
Sebastian Bazley
9b336b0699
Avoid some Findbugs complaints
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1066395 13f79535-47bb-0310-9956-ffa450edef68
2011-02-02 09:46:21 +00:00
Sebastian Bazley
0fcb5ce9ee
Drop unused last parameter
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1066391 13f79535-47bb-0310-9956-ffa450edef68
2011-02-02 09:44:20 +00:00
Sebastian Bazley
8f73dfc560
Fix broken test: add missing fail() call
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1066376 13f79535-47bb-0310-9956-ffa450edef68
2011-02-02 09:06:41 +00:00
Sebastian Bazley
c6ac38c5bf
Use actual array sizes rather than magic numbers
...
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1066280 13f79535-47bb-0310-9956-ffa450edef68
2011-02-01 23:57:30 +00:00