Commit graph

5 commits

Author SHA1 Message Date
joerg
f0d8e66f5e Since the code expects boost::array to win, use that explicitly. 2015-06-10 15:00:31 +00:00
wiedi
74e921b583 Include <ieeefp.h> for finite() and update the homepage 2014-02-24 12:35:10 +00:00
joerg
fc867da415 Avoid conflict with std::is_function. Add some missing const and
a missing include.
2013-04-30 22:25:39 +00:00
adam
0c1d4ec2a7 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
2010-05-15 07:12:00 +00:00
drochner
a4732963a1 add fityk-0.8.9, a peak fitting program 2009-12-11 20:44:38 +00:00