mpfit 1.85+2017.01.03-4 source package in Ubuntu

Changelog

mpfit (1.85+2017.01.03-4) unstable; urgency=low

  * Switch to Python 3 (Closes: #943116)
  * Push Standards-Version to 4.4.1. No changes required
  * Push compat to 12. Remove d/compat

 -- Ole Streicher <email address hidden>  Wed, 23 Oct 2019 22:22:31 +0200

Upload details

Uploaded by:
Debian Astronomy Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Astronomy Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
mpfit_1.85+2017.01.03-4.dsc 2.0 KiB b16bf1853437ad2ece5ff4a358fbb6a8bd0c489d96c0d2a251c9831802785bc8
mpfit_1.85+2017.01.03.orig.tar.gz 154.5 KiB 9cae112615a97eddcaea6fd02d4c0d7772776680801d903186162d5cf95dc22a
mpfit_1.85+2017.01.03-4.debian.tar.xz 8.5 KiB f88f64077073317897c0eee451b2e17fbadf23185a070ca543bbb6abf9b3aac3

No changes file available.

Binary packages built by this source

gdl-mpfit: Robust non-linear least squares curve fitting for GDL

 These GDL routines provide a robust and relatively fast way to perform
 least-squares curve and surface fitting. The algorithms are translated from
 MINPACK-1, which is a rugged minimization routine found on Netlib, and
 distributed with permission. This algorithm is more desirable than CURVEFIT
 because it is generally more stable and less likely to crash than the
 brute-force approach taken by CURVEFIT, which is based upon Numerical
 Recipes.
 .
 MPFIT has additional capabilities not found in CURVEFIT. Model parameters can
 be "frozen" (that is, held constant during the fitting process). Simple
 boundary constraints can be imposed on parameter values, which can be helpful
 to keep parameters from becoming negative, for example. Please see the
 documentation for the PARINFO keyword if you wish to use this facility.