Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
fixed findbugs false positive
cleaned more subversion properties
fixed an exclusion rule after an API change some time ago
added an exclusion rule for a false positive from findbugs concerning a desired and documented feature
fixed another set of warnings identified by recent findbugs versions
fixed a number of warnings identified by findbugs eclipse plugin version 1.3.9
added Loess interpolator, applying Eugene Kirpichov's patch JIRA: MATH-278
added back findbugs exclusion rules for a deprecated class that is still there under its old name
renamed RealMatrixImpl, RealVectorImpl, FieldMatrixImpl and FieldVectorImpl into Array2DRowRealMatrix, ArrayRealVector, Array2DRowFieldMatrix and ArrayFieldVector as suggested by Sam in http://markmail.org/message/hh37ivxpzaoapekj
renamed Dense{Real/Field}Matrix into Block{Real/Field}Matrix
as suggested by Phil in http://markmail.org/message/iibgiz4bsv6hjjvh
updated filter after replacement of MultistepStepInterpolator by NordsieckStepInterpolator
Added rank transformations.
fixed various checkstyle and findbugs errors
added support for any kind of field in linear algebra we can now use FieldMatrix<Fraction> and use exact LU-decomposition on such matrices to solve linear systems
fixed findbugs warnings and added more explanation about the corresponding behavior in javadoc
fixed checkstyle and findbugs errors
improved consistency in class naming with respect to functions in the analysis package
fixed checkstyle and findbugs errors
updated optimization main interfaces to handle scalar and vectorial functions and to handle functions with or without explicit derivatives
started refactoring of optimization framework: - created subpackages optimization.direct, optimization.general, optimization.linear (currently empty) and optimization.univariate - removed packages analysis.minimization and estimation - renamed all Cost-related interfaces/classes into Objective (this allows both minimization and maximization) - added a few new general interfaces This work is not complete yet. The direct and general packages classes are very close to the former design, they have almost not been changed structurally.
fixed various minor bugs identified by checkstyle and findbugs
split the analysis package into several sub-packages
removed two false positives from findbugs
updated findbugs plugin version fixed exclusion rule for some false positives
fixed various errors and warnings detected by checkstyle and findbugs
Moved math 2.0 branch to trunk.
Support for one dimensional vectors has been added to the linear algebra package with a RealVector interface, a RealVectorImpl default implementation using a single double array to store elements and a RealVectorFormat class for input/output.
filtered out findbugs warnings for intentional and documented features
branching for initial work on 2.0 starting from a copy of trunk, shortly after 1.2 release
Fix global search+replace error.
added an exclusion filter file for findbugs, to prevent false positives from being displayed
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |