diff options
author | adam <adam> | 2010-05-15 07:12:00 +0000 |
---|---|---|
committer | adam <adam> | 2010-05-15 07:12:00 +0000 |
commit | 642fe4c19263a8cb73d85537b259a031225bc303 (patch) | |
tree | 18f1260e1154842f4e261defa44fba28ac8a2c69 /math/fityk/distinfo | |
parent | fee56edf79dc74097bbfd151c872c24b76fdb96f (diff) | |
download | pkgsrc-642fe4c19263a8cb73d85537b259a031225bc303.tar.gz |
Changes 0.9.2:
* To compile fityk, Boost (only headers) and xylib must be installed first.
Fityk tarball does not contain a copy of boost and xylib now.
* user-defined functions: split functions can be defined in this way:
SplitG(h, c, w1, w2) = x < c ? Gaussian(h, c, w1) : Gaussian(h, c, w2)
* added info-numeric-format option
* a couple of bug fixes
Changes 0.9.1:
* added cfityk to Windows installer
* Unix only: fitting can be interrupted by the INT signal
* changed output of "info errors", see the manual for details
* GUI: "plot in @n" changes selected datasets (useful in scripts)
* many bugs fixed
Changes 0.9.0:
* GUI: Data > Editor dialog was replaced with two dialogs: Data > Table
and Data > Edit Transformations
* added Lua bindings (configure option --enable-lua)
* a syntax to execute output from external program: command ! program [args...]
* xyConvert (which requires wx 2.9) is built by default.
Added flag --disable-xyconvert, which must be used with wx 2.8.
* parsing of info command was rewritten, but functionality is almost the same
* bug fixes
Diffstat (limited to 'math/fityk/distinfo')
-rw-r--r-- | math/fityk/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/fityk/distinfo b/math/fityk/distinfo index 612e6be570f..e8440a14985 100644 --- a/math/fityk/distinfo +++ b/math/fityk/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/12/11 20:44:38 drochner Exp $ +$NetBSD: distinfo,v 1.2 2010/05/15 07:12:00 adam Exp $ -SHA1 (fityk-0.8.9.tar.bz2) = 7815010529f374ed8bc7a7efe25278412a3f7708 -RMD160 (fityk-0.8.9.tar.bz2) = f3b3be9b285361cd202d6a932d7e1701704184d1 -Size (fityk-0.8.9.tar.bz2) = 1496932 bytes -SHA1 (patch-aa) = 95ad72362d6038110bfb50c65ed72424ecc7a859 +SHA1 (fityk-0.9.2.tar.bz2) = 84a58014815ed4466357ee3e05f47b2b3a935440 +RMD160 (fityk-0.9.2.tar.bz2) = 3d55cc72665b1aa65c03b635379ba7c93bbe979c +Size (fityk-0.9.2.tar.bz2) = 984246 bytes +SHA1 (patch-aa) = c923919db013ca9ddb8370617bf0b4b0aaa31922 |