Commit Graph

6957 Commits

Author SHA1 Message Date
Gilles Sadowski d92a3c6335 MATH-1588: Fit into JDK 8 "function" API. 2021-05-27 22:56:48 +02:00
Gilles Sadowski 0466b29f83 Use new API. 2021-05-27 04:49:32 +02:00
Gilles Sadowski 0e81847e45 Remove unused class. 2021-05-26 23:33:08 +02:00
Gilles Sadowski 2650a4786c Unused "import". 2021-05-26 22:54:41 +02:00
Gilles Sadowski 8df971ce64 Use functionality defined in "Commons Numbers". 2021-05-26 18:49:51 +02:00
Gilles Sadowski fcc47a2c88 Code reuse. 2021-05-26 13:27:24 +02:00
Gilles Sadowski ed43735e22 Use "final"; reuse already computed value. 2021-05-26 12:46:06 +02:00
Gilles Sadowski 3dd57c9473 Use preferred names. 2021-05-26 04:43:00 +02:00
Gilles Sadowski d056c03834 MATH-1584: Unit tests. 2021-05-26 04:39:12 +02:00
Gilles Sadowski 144cb12200 Unused "import". 2021-05-26 04:35:16 +02:00
Gilles Sadowski 23c029484f MATH-1584: Move "MathUtils.check..." functions to associated exception class. 2021-05-26 04:22:20 +02:00
Gilles Sadowski a4c8c52bd2 Move constant declaration to where it is actually used. 2021-05-26 03:35:25 +02:00
Gilles Sadowski 9087575eec Reuse constant defined in "Commons Numbers". 2021-05-26 03:23:07 +02:00
Gilles Sadowski 4bb1787631 Unused "import" statements. 2021-05-26 03:08:25 +02:00
Gilles Sadowski 0cfc410cb0 MATH-1583: Move "min" and "max" to "RealFieldElement". 2021-05-26 03:02:37 +02:00
Gilles Sadowski eedd0b853b MATH-1581: Removed "equals" method. 2021-05-26 00:17:56 +02:00
Gilles Sadowski f885cb029f Generic constructor syntax. 2021-05-26 00:01:00 +02:00
Gilles Sadowski 8157678473 MATH-1581: Removed "copySign" methods. 2021-05-25 23:44:45 +02:00
Gilles Sadowski 35d56cc547 MATH-1581: Removed "hash" methods. 2021-05-25 23:17:11 +02:00
Gilles Sadowski ad5f0dac37 MATH-1536: Let unit tests use random seeds (and allow a few retries on failure).
Consistently failing test (in "NaturalRankingTest") set to "@Ignore".
2021-05-24 03:15:17 +02:00
Gilles Sadowski 7f383414c2 MATH-1533: Javadoc explaining that the issue is actually not a problem.
Corresponding unit test has been removed.
2021-05-24 02:31:12 +02:00
Gilles Sadowski d206737462 Update modules list. 2021-05-23 06:04:52 +02:00
Gilles Sadowski 00e80fe763 Javadoc. 2021-05-23 04:29:07 +02:00
Gilles Sadowski 7e219ce34f Move normalization specifiers into their respective corresponding class. 2021-05-23 04:15:52 +02:00
Gilles Sadowski 1b5a9a6ed3 Unnecessary section in POM. 2021-05-23 04:13:58 +02:00
Gilles Sadowski 92094a0993 MATH-1582: Modularization.
Code moved from "o.a.c.math4.legacy.transform" into a dedicated module.
2021-05-23 01:19:12 +02:00
Gilles Sadowski 44281eea76 Ordering of modules in POM.
A module independent of "legacy" codes should be declared before the
"legacy" module (to avoid introducing unwanted dependencies).
2021-05-21 15:24:49 +02:00
Gilles Sadowski 5e59617d85 MATH-1578: Modularization.
Code moved from "o.a.c.math4.legacy.ml.neuralnet" into a dedicated module.

Refactored "TSP" example application (formerly provided as a unit test).
2021-05-21 14:52:27 +02:00
Gilles Sadowski 9fca795acf Set up module for example applications.
Moved "Chinese Rings" example into the new module.
2021-05-19 15:28:59 +02:00
Gilles Sadowski 1c4e414617 Remove unused/outdated file. 2021-05-18 03:23:27 +02:00
Gilles Sadowski ac978e2c4c Typo. 2021-05-18 03:23:05 +02:00
Gilles Sadowski 9d1741bfe4 Modularization.
For now, all codes were placed in module "commons-math-legacy".
Selected parts should gradually be moved out of that module into their own.
2021-05-15 05:36:48 +02:00
Gilles Sadowski d080f0d825 Remove links to outdated releases from web site "download" page. 2021-05-10 19:30:14 +02:00
Gilles Sadowski cc1fe8acec Upgrade CP. 2021-05-08 15:30:13 +02:00
Gilles Sadowski 0a9fe383a3 Javadoc. 2021-05-08 15:29:54 +02:00
Arturo Bernal e29fd60238 MATH-1571 - Collections Performance 2021-04-13 10:44:13 +02:00
Arturo Bernal 26511237d2 Remove redundant initializers.
Closes #172.
2021-04-12 11:05:25 +02:00
Gary Gregory 0300f97d74 Normalize to US English spelling.
Typos.
2021-02-08 14:15:16 -05:00
Gary Gregory d71b8c93d2 Use isEmpty().
Don't nest else clauses needlessly.
2021-01-17 09:30:17 -05:00
Gary Gregory 57a9a5c14b Use isEmpty(). 2021-01-17 09:15:16 -05:00
Gary Gregory b7dd3fd3d1 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-math.git 2021-01-16 21:37:13 -05:00
Gary Gregory 8f949ae86a Use isEmpty(). 2021-01-16 21:37:02 -05:00
Milos Gligoric fb68dfd3e8 Shutdown execution services once the results are taken.
Closes #170.
2021-01-10 01:55:49 +01:00
Gilles Sadowski 90efa03f5f Nit (ordering convention for "import" statements).
Closes #168.
2020-12-22 13:13:20 +01:00
abchaubey ed886b8ef5 MATH-1566: Fix CheckStyle Issues 2020-12-22 12:22:15 +01:00
Gilles Sadowski a2c3868fb8 MATH-1565: Add unit tests.
Thanks to Randy Strauss.
2020-12-11 19:35:02 +01:00
Gilles Sadowski 323f6d7153 MATH-1565: Add context to "OutOfRangeException" so as to produce a complete message. 2020-12-11 18:34:42 +01:00
Dmitry Dontsov 649b134f17
Update EnumeratedDistribution.java (#166)
Fix typo in description
2020-11-20 15:24:35 +00:00
Gilles Sadowski a33cc0b142 Usage of factory method is recommended.
Thanks to "ranjan1423".

Closes #165.
2020-11-16 14:42:13 +01:00
Gilles Sadowski 2da7454c57 MATH-1562: Add "Automatic-Module-Name" entry to JAR manifest file. 2020-11-11 16:11:44 +01:00