commons-math 2.2-4 source package in Ubuntu

Changelog

commons-math (2.2-4) unstable; urgency=medium


  * Ignore the checkMissingFastMathClasses test that fails with Java 8
  * Set the source/target level to 1.5
  * Updated Standards-Version to 3.9.5 (no changes)
  * Switch to debhelper level 9
  * debian/copyright: Updated the Format URI

 -- Emmanuel Bourg <email address hidden>  Fri, 16 May 2014 08:49:36 +0200

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
commons-math_2.2-4.dsc 2.1 KiB 0cf04bad815ab7d9c9e38c0d29daca86b10a92cb66332913c910a419faa0c6fb
commons-math_2.2.orig.tar.gz 1.3 MiB a7624c3a3e2581d9905f1f1090c78c25448678bddcec2a48a4dc8a80f16ed1b8
commons-math_2.2-4.debian.tar.xz 6.0 KiB cdd01f67ecc7134e62281dad06cff38484ab9d7501b40d108df08ef2803bdd86

Available diffs

No changes file available.

Binary packages built by this source

libcommons-math-java: Java lightweight mathematics and statistics components

 Commons Math is a Java library of lightweight, self-contained mathematics
 and statistics components.
 .
 Commons Math is made up of a small set of math/stat utilities addressing
 programming problems like the ones in the list below:
  - Computing means, variances and other summary statistics for a list of
  numbers
  - Fitting a line to a set of data points using linear regression
  - Finding a smooth curve that passes through a collection of points
  (interpolation)
  - Fitting a parametric model to a set of measurements using least-squares
  methods
  - Solving equations involving real-valued functions (i.e. root-finding)
  - Solving systems of linear equations
  - Solving Ordinary Differential Equations
  - Minimizing multi-dimensional functions
  - Generating random numbers with more restrictions (e.g distribution, range)
  than what is possible using the JDK
  - Generating random samples and/or datasets that are "like" the data in an
  input file
  - Performing statistical significance tests
  - Miscellaneous mathematical functions such as factorials, binomial
  coefficients and "special functions" (e.g. gamma, beta functions)
 .
 This is a part of the Apache Commons Project.

libcommons-math-java-doc: Java lightweight mathematics and statistics components - documentation

 Commons Math is a Java library of lightweight, self-contained mathematics
 and statistics components.
 .
 Commons Math is made up of a small set of math/stat utilities addressing
 programming problems like the ones in the list below:
  - Computing means, variances and other summary statistics for a list of
  numbers
  - Fitting a line to a set of data points using linear regression
  - Finding a smooth curve that passes through a collection of points
  (interpolation)
  - Fitting a parametric model to a set of measurements using least-squares
  methods
  - Solving equations involving real-valued functions (i.e. root-finding)
  - Solving systems of linear equations
  - Solving Ordinary Differential Equations
  - Minimizing multi-dimensional functions
  - Generating random numbers with more restrictions (e.g distribution, range)
  than what is possible using the JDK
  - Generating random samples and/or datasets that are "like" the data in an
  input file
  - Performing statistical significance tests
  - Miscellaneous mathematical functions such as factorials, binomial
  coefficients and "special functions" (e.g. gamma, beta functions)
 .
 This is a part of the Apache Commons Project.
 .
 This package provides the API documentation for Commons Math.