Gilles Sadowski
|
b509678e95
|
MATH-1610: Functionality moved to "Commons RNG" (cf. RNG-145).
|
2021-06-14 22:26:22 +02:00 |
Gilles Sadowski
|
ee73d636de
|
MATH-1603: Userguide update.
|
2021-06-14 20:32:40 +02:00 |
Gilles Sadowski
|
24b1d86ffb
|
MATH-1608: Remove random string generator.
Functionality is out-of-scope (cf. "Commons Codec").
|
2021-06-14 14:49:11 +02:00 |
Gilles Sadowski
|
bdc4a527fb
|
Remove dependencies on unused "Commons Numbers" modules.
|
2021-06-10 18:27:59 +02:00 |
Gilles Sadowski
|
ca830af170
|
Remove dependency "ComplexUtils" class.
Class will not be released as of "Commons Numbers" v1.0 (cf. NUMBERS-25).
|
2021-06-10 18:24:53 +02:00 |
Gilles Sadowski
|
151b015ea7
|
MATH-1594: Remove "Serializable".
|
2021-06-10 17:41:48 +02:00 |
Gilles Sadowski
|
c67bf75076
|
MATH-1603: Userguide update.
|
2021-06-10 15:57:18 +02:00 |
Gilles Sadowski
|
e810c88cd9
|
MATH-1603: Userguide update.
|
2021-06-10 15:54:11 +02:00 |
Gilles Sadowski
|
46c6e5c97b
|
MATH-1603: Userguide update.
|
2021-06-10 15:50:33 +02:00 |
Gilles Sadowski
|
09669bfa95
|
MATH-1603: Userguide update.
|
2021-06-10 15:43:25 +02:00 |
Gilles Sadowski
|
dd135e568b
|
MATH-1603: Userguide update.
|
2021-06-10 15:41:09 +02:00 |
Gilles Sadowski
|
64474ed963
|
MATH-1603: Userguide update.
|
2021-06-10 04:09:20 +02:00 |
Gilles Sadowski
|
759743122d
|
Removed "java.util.Random" wrapper.
Utility is provided by "Commons RNG".
|
2021-06-10 03:10:21 +02:00 |
aherbert
|
6698b7d21c
|
Travis to use default maven goal.
After success do not repeat the tests. jacoco can be run directly as the
results are already present.
|
2021-06-09 16:54:05 +01:00 |
aherbert
|
8a60de3263
|
Ignore spotbugs in the legacy module
|
2021-06-09 16:53:06 +01:00 |
aherbert
|
af647182ef
|
Fix binary search for index overflow
|
2021-06-09 16:44:48 +01:00 |
aherbert
|
df117c1e46
|
Fix null argument check. Fix javadoc error.
|
2021-06-09 16:41:20 +01:00 |
aherbert
|
97080fdc38
|
Removed unused import
|
2021-06-09 16:31:45 +01:00 |
aherbert
|
6d1351cc33
|
Throw named exceptions for IO errors
|
2021-06-09 16:31:35 +01:00 |
aherbert
|
e300d21251
|
Use UTF-8 encoding in PrintWriter
|
2021-06-09 16:26:28 +01:00 |
aherbert
|
1b6a0f9c9e
|
Remove dead local store
|
2021-06-09 16:23:40 +01:00 |
aherbert
|
1d51a0f68e
|
spotbugs exclusions for AccurateMath
|
2021-06-09 16:23:31 +01:00 |
Gilles Sadowski
|
9f92370627
|
Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-math
|
2021-06-09 16:45:59 +02:00 |
Gilles Sadowski
|
d26f50b97b
|
MATH-1603: Userguide update.
|
2021-06-09 16:41:11 +02:00 |
Gilles Sadowski
|
1d83419c90
|
Adapt to "Commons Numbers" API updates.
Cf. NUMBERS-159.
|
2021-06-09 16:20:39 +02:00 |
Gilles Sadowski
|
a5b1aa0294
|
Typo.
|
2021-06-09 16:18:57 +02:00 |
aherbert
|
ff7adb8f9d
|
neuralnet.twod.NeuronSquareMesh2D: Allow switch statement fallthrough
|
2021-06-09 15:02:38 +01:00 |
Gilles Sadowski
|
a77999bb84
|
MATH-1606: Remove outdated example applications.
Illustrated functionality was moved to "Commons Statistics".
|
2021-06-09 01:02:20 +02:00 |
Gilles Sadowski
|
df927f0b67
|
MATH-1552: Fiddling with setup and expectations (unit tests).
|
2021-06-05 23:50:46 +02:00 |
Gilles Sadowski
|
4075e87c76
|
Unneeded "import" statement.
|
2021-06-05 14:50:58 +02:00 |
Gilles Sadowski
|
dd73a1ba80
|
Unneeded dependency (unit test).
|
2021-06-05 14:49:01 +02:00 |
Gilles Sadowski
|
839f8b45a3
|
Remove info file with useless/outdated contents.
|
2021-06-05 13:21:02 +02:00 |
Gilles Sadowski
|
7b9edac695
|
Use "Commons RNG" (unit tests).
|
2021-06-05 03:41:14 +02:00 |
Gilles Sadowski
|
ac25b3b9f3
|
Remove fixed seed (unit test).
|
2021-06-05 02:26:43 +02:00 |
Gilles Sadowski
|
c7b36439a2
|
Obsolete class.
Benchmarking is performed in "Commons RNG".
|
2021-06-04 11:03:45 +02:00 |
Gilles Sadowski
|
e24e0a8555
|
MATH-1595: Interface not used anymore within "Commons Math".
|
2021-06-04 10:54:23 +02:00 |
Gilles Sadowski
|
610564f7d4
|
MATH-1602: Obsolete class.
|
2021-06-04 10:46:47 +02:00 |
Gilles Sadowski
|
b574149094
|
Adapt to new API ("Commons Numbers").
|
2021-06-04 00:23:52 +02:00 |
Gilles Sadowski
|
8f39a414c1
|
MATH-1599: Class removed (out-of-scope).
|
2021-06-03 19:29:40 +02:00 |
Gilles Sadowski
|
076fe24409
|
Draft of release notes.
|
2021-06-03 19:12:44 +02:00 |
Gilles Sadowski
|
1b7f10eed7
|
Moved "ComplexFormat" class to "util" package.
|
2021-06-03 18:42:58 +02:00 |
Gilles Sadowski
|
7ef0099c9e
|
Adapt to new API ("Commons Numbers").
|
2021-06-03 18:27:25 +02:00 |
Gilles Sadowski
|
536ee3f645
|
MATH-1598: Class is not used anymore within "Commons Math".
Functionality is available from "Commons RNG".
|
2021-06-02 03:26:14 +02:00 |
Gilles Sadowski
|
456de1bf98
|
MATH-1601: Simplified and more robust API.
Factory methods ensure correct use (removed dependency on "NormalizedRandomGenerator").
|
2021-06-02 03:21:46 +02:00 |
Gilles Sadowski
|
8afd815000
|
Typo (Javadoc).
|
2021-06-02 01:08:42 +02:00 |
Gilles Sadowski
|
1da0c57053
|
Dependency not needed.
|
2021-06-01 17:36:08 +02:00 |
Gilles Sadowski
|
ba2a1c2434
|
Utility class moved to module "commons-math-legacy-core".
|
2021-06-01 17:31:40 +02:00 |
Gilles Sadowski
|
02d14e6791
|
Utility class moved to module "commons-math-legacy-core".
|
2021-06-01 17:17:51 +02:00 |
Gilles Sadowski
|
787d42ef07
|
MATH-1595: Interface is not used anymore.
|
2021-06-01 13:42:25 +02:00 |
Gilles Sadowski
|
491798e0de
|
Clean-up.
|
2021-06-01 07:05:21 +02:00 |