1. 6d76722 Use method reference to create a sampler by aherbert · 1 year, 6 months ago
  2. f7ef9b6 Fix git build number in manifest by aherbert · 1 year, 6 months ago
  3. 91b0bb3 Update to use commons.module.name (consitent with CP) by aherbert · 1 year, 6 months ago
  4. 3e72f1e MATH-1651: Ensure neuron distances are returned in a consistent order by aherbert · 1 year, 7 months ago
  5. 654697c Remove "CombinatoricsUtils" class by aherbert · 1 year, 7 months ago
  6. 5097729 MATH-1651: Modified unit test. by Gilles Sadowski · 1 year, 7 months ago
  7. 24e4acc Update commons-numbers 1.1-SNAPSHOT to 1.1 by aherbert · 1 year, 7 months ago
  8. 1b7cff8 Use latest MathJax URL by aherbert · 1 year, 7 months ago
  9. fc239a6 Fix overflow bug in stirlingS2 when n > 64, k = 2 by aherbert · 1 year, 7 months ago
  10. d617a73 Convert test to JUnit 5 by aherbert · 1 year, 7 months ago
  11. c60db86 Remove unused cached binomial coefficients from test by aherbert · 1 year, 7 months ago
  12. 95bbb36 Fix rolling mean example code in Statistics docs (#227) by Milind Mantri · 1 year, 7 months ago
  13. 199648a MATH-1569: Manual array copy. (#219) by Arturo Bernal · 1 year, 7 months ago
  14. 3f043ba Improved with better formatting. (#225) by Arturo Bernal · 1 year, 7 months ago
  15. 3ddfbd6 Remove extra addition character by Alex Herbert · 1 year, 7 months ago
  16. a1ac185 JUnit5 assertThrows NeuronSquareMesh2DTest (#216) by John Patrick · 1 year, 7 months ago
  17. 15b2e50 JUnit5 assertThrows MapRankingTest (#215) by John Patrick · 1 year, 7 months ago
  18. 5e497dd JUnit5 assertThrows ExponentialDecayFunctionTest (#222) by John Patrick · 1 year, 7 months ago
  19. 7dde96f JUnit5 assertThrows QuasiSigmoidDecayFunctionTest (#221) by John Patrick · 1 year, 7 months ago
  20. 235365d JUnit5 assertThrows LearningFactorFunctionFactoryTest (#220) by John Patrick · 1 year, 7 months ago
  21. 9b1d7c5 JUnit5 assertThrows NeighbourhoodSizeFunctionFactoryTest (#218) by John Patrick · 1 year, 7 months ago
  22. e4d7768 JUnit5 assertThrows TransformUtilsTest (#214) by John Patrick · 1 year, 7 months ago
  23. 7a98b04 Add a GitHub security page. by Gary Gregory · 1 year, 7 months ago
  24. ec7eb8b User guide typo corrections by Alex Herbert · 1 year, 8 months ago
  25. aedec76 sonarfix: remove useless parentheses by aherbert · 1 year, 8 months ago
  26. 17ca771 sonarfix: remove unnecessary boolean by aherbert · 1 year, 8 months ago
  27. b9209b2 sonarfix: Avoid c-style array declarations by aherbert · 1 year, 8 months ago
  28. 5f3af10 sonarfix: Do not use changes as a loop counter by aherbert · 1 year, 8 months ago
  29. f916fba Rename local variable to avoid hiding class field by aherbert · 1 year, 8 months ago
  30. 1df6c40 Remove unecessary cast to double by aherbert · 1 year, 8 months ago
  31. 6ea87d0 sonarfix: Remove transient keyword from non-Serializable class by aherbert · 1 year, 8 months ago
  32. 6969438 Remove use of modulus to detect odd/even by aherbert · 1 year, 8 months ago
  33. 9f01e23 Remove unused rerunFailingTestsCount from non-random exception tests by aherbert · 1 year, 8 months ago
  34. b0d0973 Move legacy flaky tests into a separate execution by aherbert · 1 year, 8 months ago
  35. 285838b Increase test point tolerance by aherbert · 1 year, 8 months ago
  36. 9545777 Update test to move towards the previously found optimum by aherbert · 1 year, 8 months ago
  37. 4e2457c Better initial guess for the circle centre by aherbert · 1 year, 8 months ago
  38. a80eefc Update the CircleProblem to use the latest commons RNG objects by aherbert · 1 year, 8 months ago
  39. 45e48f9 Update sampling test by aherbert · 1 year, 8 months ago
  40. fed7dd8 Make constructor private and class final by aherbert · 1 year, 8 months ago
  41. 83d9e3a Remove use of Double constructor by aherbert · 1 year, 8 months ago
  42. b69aec0 Remove use of deprecated class by aherbert · 1 year, 8 months ago
  43. b72c094 Use mvn for README contributing build goal by aherbert · 1 year, 8 months ago
  44. 2c76d18 Disable Travis (superseded by GH actions) by aherbert · 1 year, 8 months ago
  45. 02ca77c Update coverage badge by aherbert · 1 year, 8 months ago
  46. 1d50e68 Add my name to the developers by aherbert · 1 year, 8 months ago
  47. e1dd863 Drop exec-maven-plugin management by aherbert · 1 year, 8 months ago
  48. c20a450 Remove redundant properties and dependency management by aherbert · 1 year, 8 months ago
  49. 86c703f Update changes report configuration to allow component reports by aherbert · 1 year, 8 months ago
  50. b798872 Drop surefire 3.0.0-M5 for 3.0.0-M7 in commons parent by aherbert · 1 year, 8 months ago
  51. 7b18e4f Reorder properties to match commons RNG parent. by aherbert · 1 year, 8 months ago
  52. cff0c9b Remove javadoc links added by commons parent by aherbert · 1 year, 8 months ago
  53. 23ef546 Update PMD version to commons parent by aherbert · 1 year, 8 months ago
  54. 2ceab60 Update spotbugs 4.3.0 to CP 4.7.2.0 by aherbert · 1 year, 8 months ago
  55. f142596 Fix checkstyle for UnnecessaryParentheses by aherbert · 1 year, 8 months ago
  56. 0705173 Drop checkstyle 3.1.0 for 3.2.0 in commons parent by aherbert · 1 year, 8 months ago
  57. 10f519d Drop antrun 1.8 for 3.1.0 in commons parent by aherbert · 1 year, 8 months ago
  58. 8d4381b Drop junit 5.7.2 for 5.9.0 in commons parent by aherbert · 1 year, 8 months ago
  59. e59397b Update to CP 54 by aherbert · 1 year, 8 months ago
  60. 5a8234a Remove trailing whitespace by aherbert · 1 year, 8 months ago
  61. a8d3925 Use diamond operator by aherbert · 1 year, 8 months ago
  62. 93e3ee4 Formatting. Remove empty lines before closing curly bracket. by aherbert · 1 year, 8 months ago
  63. bc9e8bd Update fixed seed test by aherbert · 1 year, 8 months ago
  64. 8dfca66 Update git ignore to recursively ignore build files by aherbert · 1 year, 8 months ago
  65. 49d542f Update to commons RNG 1.5 by aherbert · 1 year, 8 months ago
  66. 85c6427 Add code of conduct by Alex Herbert · 1 year, 8 months ago
  67. b938e88 Don't persist credentials unnecessarily by Sebb · 1 year, 8 months ago
  68. 97191fc Track changes. by Gilles Sadowski · 1 year, 9 months ago
  69. 0217542 Javadoc. by Gilles Sadowski · 1 year, 9 months ago
  70. 01ba89b MATH-1647: Enforce precondition (index must be larger than 0). by rednikeeg · 1 year, 9 months ago
  71. 3c1c92d MATH-1589: Remove spurious "throws" clause. by Gilles Sadowski · 1 year, 10 months ago
  72. 1119bdb Optimise bicubic polynomial by aherbert · 1 year, 10 months ago
  73. 8b34967 Track changes. by Gilles Sadowski · 1 year, 10 months ago
  74. 9946ec4 Use MathJax. by Gilles Sadowski · 1 year, 10 months ago
  75. 8e6dee5 MATH-1648: Derivatives for "BicubicInterpolatingFunction". by amoscatelli · 1 year, 10 months ago
  76. 4ef2d3b Documentation update (release instructions). by Gilles Sadowski · 1 year, 10 months ago
  77. f94991f MATH-1589: Remove spurious "throws" clause. by Gilles Sadowski · 1 year, 10 months ago
  78. 0bf33a4 Use Complex.ZERO. by aherbert · 1 year, 11 months ago
  79. 64e2818 Use complex multiply by scalar by aherbert · 1 year, 11 months ago
  80. f54b4c7 Migrate workflows from adopt to temurin by Alex Herbert · 1 year, 11 months ago
  81. dd9ed7a Use GitHub Actions setup-java Maven cache property by Alex Herbert · 1 year, 11 months ago
  82. e85dd59 Add aggregate coverage report by aherbert · 2 years ago
  83. 294589d Correct javadoc by aherbert · 2 years ago
  84. 8ffc31a Use message supplier by aherbert · 2 years ago
  85. 5a536c8 Fix test resource file column descriptions by aherbert · 2 years ago
  86. f4c8f1a Update to Commons Parent 53 by aherbert · 2 years ago
  87. 9293da2 Fix FFT Test to use the expected imaginary result for relative error by aherbert · 2 years ago
  88. f37494b Update commons-imaging to 1.0-alpha3 by aherbert · 2 years ago
  89. c779c33 Add GitHub workflows for build and coverage by aherbert · 2 years ago
  90. 4e3d62a Enable jacoco plugin using the commons parent profile by aherbert · 2 years ago
  91. 2f8b4da Correct javadoc tags to allow build on JDK 17 by aherbert · 2 years ago
  92. f067b2b MATH-1644: Prevent computed probability from exceeding 1. by Gilles Sadowski · 2 years, 2 months ago
  93. cfb9bda git-wip-us => gitbox by Sebb · 2 years, 2 months ago
  94. 57dda85 HTML5 javadoc comments. by Gilles Sadowski · 2 years, 3 months ago
  95. 924f6c3 Redundant setting (POM). by Gilles Sadowski · 2 years, 4 months ago
  96. c5ea177 Use specialized "pow" function. by Gilles Sadowski · 2 years, 4 months ago
  97. 06301d0 Track changes. by Gilles Sadowski · 2 years, 4 months ago
  98. 9ce9f49 Add "ElkanKMeansPlusPlusClusterer" to example application. by Gilles Sadowski · 2 years, 4 months ago
  99. 74a851b MATH-1371: Elkan's enhancement to "K-Means" algorithm. by Gilles Sadowski · 2 years, 4 months ago
  100. 565b896 MATH-1580: "K-Means" clustering example. by Gilles Sadowski · 2 years, 4 months ago