1. 5de563e Merge branch 'MATH-1481__tcharmont' by Gilles Sadowski · 5 years ago
  2. 6d448c4 Update JavaDoc by Théophile Charmont · 5 years ago
  3. e720834 Update the maximum dimension of Sobol generator sequence by tcharmont · 5 years ago
  4. 0df313b MATH-1401: Cover all possible inputs. by Gilles Sadowski · 5 years ago
  5. 53d9c7f MATH-1401: Branch added to prevent passing invalid input to "FDistribution". by Gilles Sadowski · 5 years ago
  6. 8694f84 Merge branch 'MATH-1477__chee' by Gilles Sadowski · 5 years ago
  7. f09514b Track changes. by Gilles Sadowski · 5 years ago
  8. 55fbf2d MATH-1477: fix reordering check in MillerUpdatingRegression.regress by Chee Sing Lee · 5 years ago
  9. 286ab7c Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-math by Gilles Sadowski · 5 years ago
  10. 8ba4b12 MATH-1475: Unit test does not display the problem reported. by Gilles Sadowski · 5 years ago
  11. f3719d8 Fix Javadoc reference. by aherbert · 5 years ago
  12. 5acefbd Fixed MathJax Javadoc support for maven-javadoc-plugin version 3. by aherbert · 5 years ago
  13. d7d4e4d INFRA-17381: Repository moved to "gitbox". by Gilles Sadowski · 5 years ago
  14. 34bd170 MATH-1467: Avoid raising exception when the locale's language is "English". by Gilles · 6 years ago
  15. efb0230 Unit test for MATH-1466. by Gilles · 6 years ago
  16. 2b4fcc2 Update dependencies. by Gilles · 6 years ago
  17. b3fb9a1 Formatting. by Gilles · 6 years ago
  18. c89916c Javadoc. by Gilles · 6 years ago
  19. e009e73 Javadoc. by Gilles · 6 years ago
  20. 637ca91 Merge branch 'update-MATH-1459__adrian' by Gilles · 6 years ago
  21. ff3d365 remove an unused file. by adrian · 6 years ago
  22. f90d292 for a large number of params, avoid copying array. by adrian · 6 years ago
  23. eb57d6d The the patrol. by Gary Gregory · 6 years ago
  24. 00a0c6c MATH-1463: Abide by class "Iterator" contract. by Gilles · 6 years ago
  25. e37de24 Class "ComplexUtils" was moved to another module. by Gilles · 6 years ago
  26. 3a03e2a Track changes. by Gilles · 6 years ago
  27. 064f599 Unused "import". by Gilles · 6 years ago
  28. 78ee07c Merge branch 'feature_MATH-1459' by Gilles · 6 years ago
  29. 6dc6cf5 MATH-1459: Create a way to automatically calculate a Jacobian matrix using a differentiator. by adrian · 6 years ago
  30. f9499be Typo: 'JavaDoc' -> 'Javadoc'. by Gary Gregory · 6 years ago
  31. 36553ff Merge branch 'fix_MATH-1458' by Gilles · 6 years ago
  32. 2eaa0fc Code style. by Gilles · 6 years ago
  33. f813385 Code style. by Gilles · 6 years ago
  34. a38ef0e Trailing spaces. by Gilles · 6 years ago
  35. 45db3da MATH-1458: Removed trailing whitespace for checkstyle by aherbert · 6 years ago
  36. d97cc96 MATH-1458: Fixed iteration of the SimpsonIntegrator by aherbert · 6 years ago
  37. 3cce9ed MATH-1458: Added JUnit tests to document failure by aherbert · 6 years ago
  38. 6ab1960 Typo (unit test). by Gilles · 6 years ago
  39. f43069a MATH-1460: Trigger exception as soon as maximal count is reached. by Gilles · 6 years ago
  40. d9b0be1 Method name changed from "ofCartesian" to "ofReal". by Gilles · 6 years ago
  41. c5512b7 Javadoc. by Gilles · 6 years ago
  42. b048757 Merge branch 'fix_MATH-1416' by Gilles · 6 years ago
  43. 1abe3c7 MATH-1416: replace all calls to the old o.a.c.numbers.Complex constructor with calls to the new static factory methods by Matt Juntunen · 6 years ago
  44. 939e9f1 Temporary duplicate code removed. by Gilles · 6 years ago
  45. 583d9ec Removed unused classes. by Gilles · 6 years ago
  46. 35378d9 MATH-1416: Depend on "Commons Numbers". by Gilles · 6 years ago
  47. 56b28f3 MATH-1416: Depend on "Commons Numbers". by Gilles · 6 years ago
  48. db37a6d MATH-1416: Depend on "Commons Numbers". by Gilles · 6 years ago
  49. 0f25f11 MATH-1416: Depend on "Commons Numbers". by Gilles · 6 years ago
  50. c965f1c Merge branch 'fix__MATH-1450' by Gilles · 6 years ago
  51. 7bbeaf7 MATH-1450: merging extra PolygonsSet unit tests created as part of MATH-1437 by darkma773r · 6 years ago
  52. 8f88dcf MATH-1437: updating test syntax for consistency by darkma773r · 6 years ago
  53. b295635 MATH-1437: adding more tests to PolygonsSetTest; tests rely on the fix for MATH-1450 by darkma773r · 6 years ago
  54. 73f3e2b MATH-1450: fixing PolygonsSet to return correct last vertex for open loops by darkma773r · 6 years ago
  55. cfe0502 Merge branch 'fix_MATH-1449' by Gilles · 6 years ago
  56. 53a0a9f MATH-1449: updating unit test syntax based on code review by darkma773r · 6 years ago
  57. 0e9f604 MATH-1449: fixing PolygonsSet.getBarycenter() to return Cartesian2D.NaN for empty regions by darkma773r · 6 years ago
  58. a37dcb9 Merge branch 'fix_MATH-1447' by Gilles · 6 years ago
  59. 7413383 MATH-1447: adding check for infinite lines when filtering spurious vertices in PolygonsSet vertex loop creation by darkma773r · 6 years ago
  60. 036a2ca Target Java 8. by Gilles · 6 years ago
  61. 60bcdd4 Revert "MATH-1441: Cache instance of "TDistribution"." by Gilles · 6 years ago
  62. 1f07a0b MATH-1441: Cache instance of "TDistribution". by Gilles · 6 years ago
  63. 54fa0a8 Merge branch 'task_MATH-1437' by Gilles · 6 years ago
  64. ed98d26 No tabs allowed. by Gilles · 6 years ago
  65. 24d3dd8 MATH-1437: adding additional unit tests and test utilities for o.a.c.m.geometry.euclidean.twod and o.a.c.m.geometry.euclidean.threed by darkma773r · 6 years ago
  66. 1b99b45 Merge branch 'master' into test-MATH-1437 by darkma773r · 6 years ago
  67. 3ea4597 Merge branch 'fix_MATH-1442' by Gilles · 6 years ago
  68. 32c5735 Javadoc. by Gilles · 6 years ago
  69. e4a613f Unused "import". by Gilles · 6 years ago
  70. 4e93138 MATH-1443: Depend on "Commons Statistics". by Gilles · 6 years ago
  71. b1a8299 MATH-1443: Depend on "Commons Statistics". by Gilles · 6 years ago
  72. d2359ce Javadoc. by Gilles · 6 years ago
  73. 87f6b2c Class is obsolete. by Gilles · 6 years ago
  74. ef84681 MATH-1443: Depend on "Commons Statistics". by Gilles · 6 years ago
  75. 3e24c28 MATH-1443: Depend on "Commons Statistics". by Gilles · 6 years ago
  76. 06bc5ac MATH-1443: Depend on "Commons Statistics". by Gilles · 6 years ago
  77. b2d4b2a MATH-1443: Depend on "Commons Statistics". by Gilles · 6 years ago
  78. c3ff46e Use code moved to "Commons RNG" (v1.1 snapshot). by Gilles · 6 years ago
  79. c4218b8 MATH-1443: Depend on "Commons Statistics". by Gilles · 6 years ago
  80. dc0465e MATH-1442: adding javadocs to PolyhedronsSet.FacetContributionVisitor by darkma773r · 6 years ago
  81. bd15dc7 MATH-1443: Depend on "Commons Statistics". by Gilles · 6 years ago
  82. 4ce6378 MATH-1443: Depend on "Commons Statistics". by Gilles · 6 years ago
  83. 8dba68a MATH-1443: Depend on "Commons Statistics". by Gilles · 6 years ago
  84. 015e3cd MATH-1443: Depend on "Commons Statistics". by Gilles · 6 years ago
  85. db7a085 MATH-1443: Depend on "Commons Statistics". by Gilles · 6 years ago
  86. 3c0c9d8 MATH-1443: Depend on "Commons Statistics". by Gilles · 6 years ago
  87. 31e4a6d MATH-1442: fixing size calculation in PolyhedronsSet and updating the code to make the algorithm clearer by darkma773r · 6 years ago
  88. 6d9bc1a Merge branch 'fix_MATH-1439' by Gilles · 6 years ago
  89. c73a863 Removed unused "import" statement. by Gilles · 6 years ago
  90. fd86d06 MATH-1439: Updating o.a.c.m.geometry.partitioning.Characterization class to gracefully handle situation where a bsp node has the same hyperplane as the sub-hyperplane it is being tested against by darkma773r · 6 years ago
  91. a43b8d6 Update outdated code. by Gilles · 6 years ago
  92. c48d7c4 Merge branch 'fix-MATH-1436' by Gilles · 6 years ago
  93. 29c0674 No tabs. by Gilles · 6 years ago
  94. 5ec8070 Merge commit 'refs/pull/73/head' of https://github.com/apache/commons-math into fix-MATH-1436 by Gilles · 6 years ago
  95. a61fde9 No tabs. by Gilles · 6 years ago
  96. cb4ad07 Merge branch 'bug-MATH-1436-PolygonsSet' into dev-4.0 by darkma773r · 6 years ago
  97. b657c91 MATH-1436: adding checks for edge cases related to infinite lines in PolygonsSet; adding two test cases to PolygonsSetTest by darkma773r · 6 years ago
  98. 3b7deb9 MATH-1436: adding fix to SubOrientedPoint to use the parent hyperplane's tolerance value in the split method; adding unit test for SubOrientedPoint by darkma773r · 6 years ago
  99. eafb16c MATH-1416: Merge changes from feature-MATH-1416 by Ray DeCampo · 7 years ago
  100. d7f522e MATH-1416: Remove o.a.m.primes package from commons-math as it have been moved to commons-numbers by Ray DeCampo · 7 years ago