Gilles Sadowski
|
470bdbb5f3
|
PMD.
|
2021-09-01 13:36:40 +02:00 |
Alex Herbert
|
75c7377e47
|
Only restore interrupted state if necessary
|
2021-08-21 14:37:13 +02:00 |
Alex Herbert
|
1bdb310ffa
|
Sonar fix: restore thread interrupted state
|
2021-08-21 14:37:13 +02:00 |
Alex Herbert
|
e97c3288a5
|
Sonar fix: Cast operands to double before assigning result to double
|
2021-08-18 16:41:10 +01:00 |
Gilles Sadowski
|
8804071ac7
|
Update copyright information.
|
2021-08-14 03:24:08 +02:00 |
Gilles Sadowski
|
1444d2d8d1
|
Replace deprecated calls.
|
2021-08-07 22:31:39 +02:00 |
Gilles Sadowski
|
647e1e36cd
|
Nit ("sonarcloud" suggestion).
|
2021-07-18 16:36:05 +02:00 |
Gilles Sadowski
|
f9c0a8b678
|
Miscellaneous "sonarcloud" suggestions.
|
2021-07-18 15:07:01 +02:00 |
aherbert
|
6ce950d5a3
|
MATH-1576: Reinstate checkstyle
Checkstyle has been suppressed for the legacy module.
Fixed the new modules to pass the checkstyle configuration ported from
Commons-Numbers.
|
2021-06-25 12:08:35 +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 |
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
|
f885cb029f
|
Generic constructor syntax.
|
2021-05-26 00:01:00 +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 |