All Projects : Commons Math (Key: MATH)

Project Lead: Commons Developers
URL: http://commons.apache.org/math/

Release Notes

 Select:   Open Issues   Road Map   Change Log   Popular Issues   Subversion Commits   Releases   Versions   

Change Log

   New Feature MATH-152 FIXED Add MultiDimentional Support for FastFourier Major Closed
   New Feature MATH-203 FIXED Add general multiple linear regression Major Closed
   Improvement MATH-261 FIXED Add generics to Frequency Major Closed
   Improvement MATH-277 FIXED Add scalar multiply to Complex Major Closed
   New Feature MATH-157 FIXED Add support for SVD. Major Closed
   Bug MATH-273 FIXED Basic variable is not found correctly in simplex tableau Major Closed
   New Feature MATH-215 FIXED Fast Hadamard Transform Major Closed
   Bug MATH-252 FIXED Fraction.comparTo returns 0 for some differente fractions Major Closed
   Improvement MATH-189 FIXED FractionFormat should extend NumberFormat Major Closed
   Bug MATH-258 FIXED Frequency class Javadoc is ambiguous; need more tests Major Closed
   Bug MATH-207 FIXED Implementation of GeneticAlgorithm.nextGeneration() is wrong Major Closed
   Bug MATH-253 FIXED MathRuntimeException and MathException are both thread-hostile. Major Closed
   Bug MATH-241 FIXED MathUtils.binomialCoefficient(n,k) fails for large results Major Closed
   Bug MATH-267 FIXED Need a digamma function Major Closed
   Improvement MATH-217 FIXED OLS regression should use QR decomposition Major Closed
   Improvement MATH-177 FIXED Provide a general minimizing package with a classical Gauss-Newton algorithm Major Closed
   Bug MATH-197 FIXED RandomDataImpl.nextPoisson() is extreme slow for large lambdas Major Closed
   Improvement MATH-211 FIXED Refactor sample data input for multiple linear regression Major Closed
   New Feature MATH-246 FIXED Simplex Method Implementation Major Closed
   Bug MATH-272 FIXED Simplex Solver arrives at incorrect solution Major Closed
   New Feature MATH-266 FIXED Support for Clustering Algorithms Major Closed
   Bug MATH-254 FIXED UnivariateRealSolverUtils.factory is a mutable static field which is not initialised safely. Major Closed
   New Feature MATH-232 FIXED Would like to have RealMatrix.getFrobeniusNorm() Major Closed
   New Feature MATH-220 FIXED add JAMA-like API for decomposition algorithms in linear algebra Major Closed
   Improvement MATH-202 FIXED add getSwitchingFunctions() and clearSwitchingFunctions() to the FirstOrderIntegrator interface Major Closed
   Bug MATH-280 FIXED bug in inverseCumulativeProbability() for Normal Distribution Major Closed
   Bug MATH-214 FIXED fixed step Runge-Kutta integrators slightly change step size Major Closed
   Improvement MATH-236 FIXED nth-root of complex numbers Major Closed
   New Feature MATH-225 INVALID Deploy to central maven repo Major Closed
   Improvement MATH-276 FIXED Calculate isNan and isFinite in Complex constructor Minor Closed
   Improvement MATH-216 FIXED Faster and more computationally-efficient Fast Fourier Transform implementation Minor Closed
   Improvement MATH-213 FIXED FirstOrderIntegrator.integrate does not give back integration stop time when an event handler stops integration Minor Closed
   Improvement MATH-230 FIXED Implement Sparse Matrix Support Minor Closed
   New Feature MATH-178 FIXED Implement Zipf distribution Minor Closed
   Improvement MATH-251 FIXED Improve the Fraction class to avoid overflow problems and increase features Minor Closed
   Bug MATH-240 FIXED MathUtils.factorial(n) fails for n >= 17 Minor Closed
   Bug MATH-255 FIXED MessagesResources_fr has package-protected mutable static array; should be made private Minor Closed
   Improvement MATH-193 FIXED Minor javadoc and style fixes Minor Closed
   Test MATH-242 FIXED Missing tests in MathUtilsTest Minor Closed
   Bug MATH-279 FIXED MultipleLinearRegression - test for minimum number of samples Minor Closed
   Improvement MATH-248 FIXED Multiplying sparse matrices is slow Minor Closed
   Improvement MATH-212 FIXED Provide a way to copy all instances of StorelessUnivariateStatistic (e.g. Mean, Variance, Max, Kurtoise, etc), perhaps via a copy-constructor Minor Closed
   Improvement MATH-223 FIXED QRDecomposition can easily be made to run about twice as fast Minor Closed
   Bug MATH-281 FIXED RealMatrix.subtract javadoc typo Minor Closed
   New Feature MATH-231 FIXED User-extendable Abstract RealMatrix implementation Minor Closed
   Improvement MATH-224 FIXED Utility method to aggregate Statistics Minor Closed
   New Feature MATH-265 FIXED Utility methods for calculating the Euclidean distance between two points Minor Closed
   Improvement MATH-114 FIXED [math] pearson cross correlation coefficient Minor Closed
   Improvement MATH-136 FIXED [math] spearman rank cross correlation Minor Closed
   Improvement MATH-245 FIXED introduce getSubVector methods into RealVector interface Minor Closed
   Improvement MATH-234 FIXED setColumn and setRow methods for RealMatrixImpl class Minor Closed
   Bug MATH-274 FIXED testing for symmetric positive definite matrix in CholeskyDecomposition Minor Closed
   Improvement MATH-250 INVALID Solver for rational and other equations Minor Closed
   Improvement MATH-218 FIXED UnivariateRealSolver: Allow function to be passed as argument to the "solve" method Trivial Closed
   Bug MATH-210 FIXED public method FirstOrderIntegrator.getSwitchingFunctions() return type references a package protected class Trivial Closed
   Bug MATH-307 UNRESOLVED BigReal/Fieldelement divide without setting a proper scale -> exception: no exact representable decimal result Major Open
   Bug MATH-153 FIXED RandomDataImpl nextInt(int, int) nextLong(long, long) Critical Closed
   Improvement MATH-170 FIXED Create threadsafe versions of DescriptiveStatisticsImpl and DescriptiveStatistics Major Closed
   Bug MATH-183 FIXED Findbugs Report Major Closed
   Improvement MATH-188 FIXED Make Complex and Fraction classes immutable and thus thread-safe Major Closed
   Improvement MATH-154 FIXED MathUtils addAndCheck and subAndCheck for long values Major Closed
   New Feature MATH-173 FIXED One-way ANOVA Major Closed
   Bug MATH-191 FIXED SummaryStatistics computes sum of logs but does not provide access to it Major Closed
   Bug MATH-175 FIXED chiSquare(double[] expected, long[] observed) is returning incorrect test statistic Major Closed
   Bug MATH-163 WON'T FIX The evaluate method and the getResult method of class Variance give different results Major Closed
   Task MATH-180 FIXED Add support for OSGi to Commons Math Minor Closed
   New Feature MATH-158 FIXED Arbitrary log Minor Closed
   New Feature MATH-160 FIXED Chi-Square Test for Comparing two binned Data Sets Minor Closed
   Wish MATH-164 FIXED Complex - Issue with non-compliance to C99! Minor Closed
   Bug MATH-167 FIXED ConvergenceException in normal CDF Minor Closed
   Improvement MATH-176 FIXED Getting errors in estimated parameters using Estimator Minor Closed
   Bug MATH-190 FIXED Incorrect SVN properties for some files Minor Closed
   Bug MATH-174 FIXED Mean.evaluate() should use a two-pass algorithm Minor Closed
   Improvement MATH-165 FIXED Simplify use of "EstimationProblem" Minor Closed
   Bug MATH-166 FIXED Special functions not very accurate Minor Closed
   Improvement MATH-140 FIXED [math][patch] FFT Source Files Minor Closed
   Improvement MATH-120 FIXED [math][patch] Pascal / Negative Binomial Distribution Minor Closed
   Bug MATH-182 FIXED converting some double numbers to Fraction can lead to integer overflows Minor Closed
   Bug MATH-184 FIXED cumulativeProbability((double)n, (double)n) returns 0 for integer distributions Minor Closed
   Bug MATH-186 FIXED test results depend on java version Minor Closed
   Bug MATH-185 FIXED using an empty file to ValueServer in REPLAY_MODE triggers a NULL_POINTER_EXCEPTION Minor Closed
  No issues.
   Improvement MATH-147 FIXED Adding new methods to RealMatrix Minor Closed

Reports

Recently Created Issues Report
Created vs Resolved Issues Report
Resolution Time Report
Average Age Report
Pie Chart Report
Contribution Report
User Workload Report
Version Workload Report
Time Tracking Report
Single Level Group By Report

Preset Filters


Project Summary

Open Open 29
   9%
In Progress In Progress 1
Reopened Reopened 2
   1%
Resolved Resolved 21
   7%
Closed Closed 267
   83%

Open Issues

By Priority
Major Major 17
   53%
Minor Minor 15
   47%

By Assignee
Brent Worden 1
   3%
Luc Maisonobe 2
   6%
Phil Steitz 1
   3%
Unassigned 28
   88%