Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Version 0.9.12 Release Notes New features: - SkewedVoigtModel was added as built-in model - Parameter uncertainties and correlations are reported for least_squares - Plotting of complex-valued models is now handled in ModelResult class - A model's independent variable is allowed to be an object - Added usersyms to Parameters() initialization to make it easier to add custom functions and symbols - the numdifftools package can be used to calculate parameter uncertainties and correlations for all solvers that do not natively support this - emcee can now be used as method keyword-argument to Minimizer.minimize and minimize function, which allows for using emcee in the Model class (Bug)fixes: - asteval errors are now flushed after raising - max_time and evaluation time for ExpressionModel increased to 1 hour - loading a saved ModelResult now restores all attributes - development versions of scipy and emcee are now supported - ModelResult.eval() do no longer overwrite the userkws dictionary - running the test suite requires pytest only - improved FWHM calculation for VoigtModel |
||
---|---|---|
archivers | ||
audio | ||
benchmarks | ||
biology | ||
bootstrap | ||
cad | ||
chat | ||
comms | ||
converters | ||
cross | ||
databases | ||
devel | ||
distfiles | ||
doc | ||
editors | ||
emulators | ||
filesystems | ||
finance | ||
fonts | ||
games | ||
geography | ||
graphics | ||
ham | ||
inputmethod | ||
lang | ||
licenses | ||
math | ||
mbone | ||
meta-pkgs | ||
misc | ||
mk | ||
multimedia | ||
net | ||
news | ||
packages | ||
parallel | ||
pkgtools | ||
regress | ||
security | ||
shells | ||
sysutils | ||
templates | ||
textproc | ||
time | ||
wm | ||
www | ||
x11 | ||
Makefile | ||
pkglocate | ||
README |
$NetBSD: README,v 1.20 2018/10/09 22:55:48 maya Exp $ pkgsrc is a framework for building software on UNIX-like systems. To use, bootstrap using: cd pkgsrc/bootstrap/ ./bootstrap build packages, use: cd pkgsrc/category/package-name $PREFIX/bin/bmake install Where $PREFIX is where you've chosen to install packages (typically /usr/pkg) Bugs and patches can be filed in the follow link (use category 'pkg'): https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd To fetch the main CVS repository: cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc It's also possible to contribute through pkgsrc wip (work in progress), for more information, see http://pkgsrc.org/wip/users/ Please see doc/pkgsrc.txt for information.