Commit Graph

7017 Commits

Author SHA1 Message Date
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
Gilles Sadowski 44d1f03669 Delete files that were added to the repository by mistake. 2021-06-01 07:02:05 +02:00
Gilles Sadowski a5e0b2e7f6 Reference new modules. 2021-06-01 01:40:34 +02:00
Gilles Sadowski c3ec07380f Additional test passes. 2021-06-01 01:25:15 +02:00
Gilles Sadowski e85e8b53f2 Create module "commons-math-legacy-core" for holding functionality needed by many "legacy" modules.
"FastMath" (renamed "AccurateMath") and related classes moved to "o.a.c.m.legacy.core.jdkmath".
2021-06-01 00:26:35 +02:00
Gilles Sadowski ce65e6ba3f MATH-1462: Unit test copied from JIRA report.
Set to "@Ignore" because the issue is still present.
2021-05-31 15:19:52 +02:00
Gilles Sadowski 53cb2cce5f Unused classes (in "src/test"). 2021-05-31 15:02:52 +02:00
Samy Badjoudj 9cfd17601b MATH-1592: Remove "NumberTransformer" (transformations should be done by caller).
Closes #186.
2021-05-31 15:02:39 +02:00
Gilles Sadowski bcdc7fbba7 MATH-1587: Move (legacy) exception classes to a dedicated maven module. 2021-05-31 14:37:20 +02:00
Gilles Sadowski 3599736865 Reduce build failure frequency due to randomized unit tests. 2021-05-31 14:17:50 +02:00
Gilles Sadowski 2588814c82 Unused "import". 2021-05-31 13:02:33 +02:00
Gilles Sadowski 67e647cf5b Break cyclic dependency between "util" and "exception" packages.
Remove spurious "throws" clauses.
2021-05-31 05:19:03 +02:00
Gilles Sadowski f24fd14718 MATH-1596: Removed dependency on "RandomVectorGenerator". 2021-05-31 03:49:24 +02:00
Gilles Sadowski 6f4620f270 MATH-1589: Spurious "throws" clauses. 2021-05-31 03:49:24 +02:00
Gilles Sadowski 9d4d838638 MATH-1431: Avoid NaN in case of empty bin.
Thanks to Artem Onuchin.

Closes #79.
2021-05-31 03:49:07 +02:00
Gilles Sadowski 55e7cf0a51 MATH-1596: Remove dependency on "RandomVectorGenerator". 2021-05-31 02:42:34 +02:00
Gilles Sadowski 7eadea3167 MATH-1589: Spurious "throws" clauses. 2021-05-30 23:04:17 +02:00
Samy Badjoudj 6ce3bd901f MATH-1468: Moved "Decimal64" and "Decimal64Field" to "test" area.
Nit: Removed "final" (a "static" method is not polymorphic).
2021-05-30 15:09:53 +02:00
Gilles Sadowski f9a7c568be MATH-1596: Remove dependency on "RandomVectorGenerator". 2021-05-30 15:02:13 +02:00
Gilles Sadowski c93520a02f MATH-1593: Remove duplicate functionality (provided in "Commons RNG"). 2021-05-30 14:58:49 +02:00
Gilles Sadowski 8a756d763d Removed dependency on "GaussianRandomGenerator" (unit test). 2021-05-30 01:10:18 +02:00
Gilles Sadowski 665ae9cbad Draft of release notes. 2021-05-29 19:18:13 +02:00
Gilles Sadowski a52d444780 Small update. 2021-05-29 19:17:54 +02:00
Gilles Sadowski cbdf47f2b6 Draw attention to current status. 2021-05-29 17:12:30 +02:00