Commit Graph

6513 Commits

Author SHA1 Message Date
Gilles 29c067466e No tabs. 2017-12-25 10:25:18 +01:00
Gilles 5ec8070228 Merge commit 'refs/pull/73/head' of https://github.com/apache/commons-math into fix-MATH-1436 2017-12-25 10:02:17 +01:00
Gilles a61fde9965 No tabs. 2017-12-25 10:00:36 +01:00
darkma773r cb4ad072e0 Merge branch 'bug-MATH-1436-PolygonsSet' into dev-4.0 2017-12-24 14:34:19 -05:00
darkma773r b657c914c0 MATH-1436: adding checks for edge cases related to infinite lines in PolygonsSet; adding two test cases to PolygonsSetTest 2017-12-23 14:17:12 -05:00
darkma773r 3b7deb9438 MATH-1436: adding fix to SubOrientedPoint to use the parent hyperplane's tolerance value in the split method; adding unit test for SubOrientedPoint 2017-12-23 13:52:24 -05:00
Ray DeCampo eafb16c711 MATH-1416: Merge changes from feature-MATH-1416 2017-09-16 13:38:40 -04:00
Ray DeCampo d7f522e317 MATH-1416: Remove o.a.m.primes package from commons-math as it have been moved to commons-numbers 2017-09-16 13:24:14 -04:00
Ray DeCampo 0868b084fb MATH-1416: Remove SmallPrimes from commons-math as it have been moved to commons-numbers 2017-09-16 13:20:06 -04:00
Ray DeCampo ae162d7762 MATH-1416: Remove Primes from commons-math as it have been moved to commons-numbers 2017-09-16 13:17:40 -04:00
Ray DeCampo 9a3b7e4797 MATH-1416: Remove RootsOfUnity from commons-math as it have been moved to commons-numbers 2017-09-16 11:39:18 -04:00
Ray DeCampo e415b2f4f3 MATH-1416: Remove Quaternion from commons-math as it have been moved to commons-numbers 2017-09-16 11:36:10 -04:00
Ray DeCampo 63bb89e498 MATH-1416: Remove AbstractFormat from commons-math as they have been moved to commons-numbers 2017-09-15 17:04:52 -04:00
Ray DeCampo 2f038f0073 MATH-1416: Remove BigFractionFormat and ProperBigFractionFormat from commons-math as they have been moved to commons-numbers 2017-09-15 17:02:09 -04:00
Ray DeCampo b31b5ca32a MATH-1416: Remove FractionFormat and ProperFractionFormat from commons-math as they have been moved to commons-numbers 2017-09-15 16:58:00 -04:00
Gilles 34886092d9 RAT check. 2017-08-16 16:04:34 +02:00
Gilles 13e0ba5aff Explicitly use class from "Commons RNG".
Change removes the dependency loop between "o.a.c.math4.random" and
"o.a.c.math4.distribution" packages.
2017-08-16 15:20:58 +02:00
Gilles 2c6e3404bc MATH-1429: "UnitSphereRandomVectorGenerator" replaced by "UnitSphereSampler".
Functionality moved to "Commons RNG":
  https://issues.apache.org/jira/browse/RNG-39
2017-08-16 14:42:19 +02:00
Gilles eed46beefb Stop trying to build with JDK7 on "Travis".
See
  http://markmail.org/message/rcayzpntymt4ci34
2017-08-15 02:32:40 +02:00
Gilles 333a32488f Plugins update. 2017-08-10 03:04:53 +02:00
Gilles 1e139db440 Update "maven-jgit-buildnumber-plugin". 2017-08-10 01:40:05 +02:00
Gilles dcaed2dc28 Unused import. 2017-08-09 14:37:42 +02:00
Gilles bd82fe9fc0 MATH-1426: Add constructor that takes a "Double[]" argument.
Thanks to Karl Richter.
2017-08-09 14:32:56 +02:00
Gilles 496934effc Javadoc. 2017-08-09 13:56:01 +02:00
Gilles 05c28c05e9 Javadoc.
Thanks to Karl Richter.
2017-08-09 13:54:22 +02:00
Gilles e1f30a1c32 MATH-1425: Overridden methods for improved performance.
Thanks to Christoph Dibak.
2017-07-22 02:17:35 +02:00
Gilles f940239fd2 Javadoc. 2017-07-18 13:10:50 +02:00
Gilles 612a04d6b0 Javadoc. 2017-06-22 03:17:03 +02:00
Gilles b05bd69cdd Avoid repeated computations. 2017-06-22 03:14:35 +02:00
Gilles 34adc60660 MATH-1421: Code refactoring.
Replaced unnecessary usage of "pow" function.
Reordered some operations.

It fixes the reported case where the lower bound was negative (see unit
test), but it might not be sufficient to avoid the problem in all cases.
2017-06-22 03:03:15 +02:00
Gilles 777af155a6 Merge commit 'refs/pull/62/head' of https://github.com/apache/commons-math
Closes #62.
2017-06-15 15:06:47 +02:00
Gilles 1b53f09c3a MATH-1419 2017-06-15 14:21:21 +02:00
Hang Park 67ef6efb61 MATH-1419: Invalid usage of exception in PolynomialSplineFunction
Fix order of parameter for NumberIsTooSmallException when length of
knots is less than 2 in the constructor of PolynomialSplineFunction to
be fit with the definition of the exception. Moreover, boundedIsAllowed
value is changed to true since 2 is also allowed value.

Change the error message format for this exception appropriately in
English and French.

Since this does not affect any error during using the library, but to
make the code more concrete, following definition strictly is important
things to implement functionalities.
2017-06-15 21:17:06 +09:00
Gilles 6f27b4ae8f MATH-1416: Delete functionality available in "Commons Numbers". 2017-06-03 02:31:16 +02:00
Gilles af7f247b64 MATH-1416: Depend on "Commons Numbers".
Use utility methods now defined in module "commons-numbers-angle".
2017-06-03 02:29:30 +02:00
Gilles d9979fa978 Implementation details should not be "public". 2017-05-29 02:32:40 +02:00
Gilles 4717edc26a Javadoc.
Removed "@link" references were causing javadoc warnings.
2017-05-29 02:28:54 +02:00
Gilles bb5568bdc2 Javadoc.
Methods moved to "Commons Numbers".
2017-05-29 02:22:23 +02:00
Gilles 44ff5b5749 Javadoc errors.
Fields that are "private" cannot be referenced with the "@value" tag.
2017-05-29 02:16:05 +02:00
Gilles 08986d79d8 Javadoc. 2017-05-28 02:30:38 +02:00
Rob Tompkins 8b129cc4bd (chore) pointing commons.osgi.symbolicName to package name in pom 2017-05-27 19:54:02 -04:00
Rob Tompkins 673ff98e9d (chore) adding commons.module.name to pom 2017-05-27 10:39:31 -04:00
Gilles 4a37273818 MATH-1416: Delete utilities now in "Commons Numbers". 2017-05-25 02:02:16 +02:00
Gilles 3200db1671 MATH-1416: Depend on "Commons Numbers" (module "commons-numbers-arrays"). 2017-05-25 01:47:49 +02:00
Gilles 97dc91d154 Missing Javadoc comment. 2017-05-22 01:27:36 +02:00
Gilles f10bd416ec Unused import. 2017-05-22 01:26:52 +02:00
Gilles 13710c36f5 Trailing whitespace (CheckStyle). 2017-05-22 01:26:03 +02:00
Gilles 494745fdd0 MATH-1416: Deleted code ported to "Commons Numbers" (module "commons-numbers-combinatorics"). 2017-05-22 00:56:14 +02:00
Gilles d442a770f2 MATH-1416: Replaced usage of combinatorics code with equivalent calls to "Commons Numbers". 2017-05-22 00:54:01 +02:00
Gilles 05107594d2 MATH-1416: Depend on "Commons Numbers". 2017-05-22 00:51:55 +02:00