1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182
|
User-visible changes in version 0.7.6 (2006-09-15):
* changes to the manual sent by Michael Richardson
* erf and erfc functions can be used in data transformations and UDFs
* command "dump" works now
* changed syntax for exporing function parameters and formulae
(info peaks in @0 > filename; info formula in @0 > filename)
* guess command supports now not only "peaks", but also "linear" functions
* GUI: improved peak dragging, full-screen mode (F11), configurable status bar,
minor tics on plot axes, function parameters can be locked (frozen) using
buttons at sidebar, improved "Data->Load File (custom)" dialog
* a bunch of other improvements, bugs fixes and optimizations
User-visible changes in version 0.7.5 (2006-07-31):
* GUI: Definition Manager dialog
* user defined functions (UDF)
* GUI: gradient dialog for changing color of many datasets at once
* GUI: new Fit->Run dialog
* So-called domain of simple-variables can be specified ($a = ~3.5 [3 +- 2]),
it is used only for randomization of the variable by some fitting methods.
* "info" can be redirected to file using "info ... > filename" syntax
to truncate the file and "info ... >> file" to appends to the file
* variables with names starting with "_" are auto-deleted when not used
* parameters of Lev-Mar methods can be changed (it was disabled in 0.7.0)
* GUI: pressing Shift in data range mode allows (dis)activate data in rectangle
* r-squared shown in "info fit" output (Emmanuel Lamprecht)
* a few bug fixes
User-visible changes in version 0.7.4 (2006-05-31):
* improved data and sum export
* GUI: optional grid in main plot (see axes configuration dialog)
* defined function types can be undefined using "undefine Function" syntax
* with option=value[, option2=value2 ...] command ...
sets value of options for this command only
* GUI: if cut-function-level is set, function limits are shown when cursor
is over peak top
* aggregate functions in data expressions: min, max, sum, avg, stddev, darea
eg. min(y if 20<x<25)
* "commands[n:m]" replaced with "info commands[n:m]"
* GUI: option "reverse" in auxiliary plot
* GUI: background removing can be undone (like in version 0.4)
* gamma function for data transformations and variables.
* built-in area-based Pearson VII function.
User-visible changes in version 0.7.3 (2006-04-11):
* extended data transformations: numarea(%f, x1, x2, n) gives area integrated
numerically (from x1 to x2, n steps), Y = y-%f(x) substracts function from
data, findx(%f, x1, x2, y) finds x in (x1, x2) such that %f(x)=y,
extremum(%f, x1, x2) finds x in (x1, x2) such that %f'(x)=0,
transformations can be joined with ',' (previously '&' was used),
randuniform(a, b), randnormal(mu, sigma) generate random numbers,
y[x=21] gives y at x=21 using linear interpolation between two points
* user defined functions derived from other functions, eg:
define Ga(area,center,hwhm) = Gaussian(area/fwhm/sqrt(pi*ln(2)),center,hwhm)
* optional logarithmic scaling of y axis
* bug fixes (Debian Bug #360795 and others)
User-visible changes in version 0.7.2 (2006-03-08):
* area-based Voigt function (VoigtA)
* GUI, MS Windows only, Session > "Copy to Clipboard" copies plots to clipboard
* added fityk.desktop file for Linux desktop integration (Niklas Volbers)
* GUI: "directories" tab in settings dialog
User-visible changes in version 0.7.1 (2006-02-23):
* new functions: EMG (expotentially modified gauss) and Doniach-Sunjic
* GUI: fixes and improvements in printing
* GUI: new aux. plot type: cumulative chi2
* minor bug fixes
User-visible changes in version 0.7.0 (2006-02-08):
* program can be compiled with unicode-enabled wxWidgets
* GUI: more configurable axes (eg. a reversed x axis option)
and peak labels (eg. horizontal/vertical labels)
User-visible changes in version 0.7.0pre1 (2006-01-23):
* ###########################################################################
# completely changed syntax #
###########################################################################
* GUI: dataset/function/variable lists at right-hand panel
* new built-in functions: split-Gaussian (a.k.a Bifurcated Gaussian) and others
* there where many other changes not listed here. More then half of the
code was either written from scratch or refactored.
* some features available in previous version are temporarily disabled,
most notably:
powder diffraction part - c.xxx commands
parameters history
User-visible changes in version 0.5.1 (2005-07-21):
* new toolbar icons
* data tranformations: treat "3 < x < 4" like "3 < x and x < 4"
* GUI data viewer - "Fit Zoom" button
User-visible changes in version 0.5.0 (2005-06-09):
* d.load -- possibility of loading of only selected points from file
was removed (it can be done with d.tranform after loading)
new option: adding data points from file to currently loaded data
* d.transform -- new quite powerful command for transforming data,
Commands d.deviation, d.range, d.background, d.calibrate, d.set were removed.
Handling of background (and calibration) is now a little different.
* added Data Editor dialog and Data->Fast DT menu.
User-visible changes in version 0.4.4 (2005-03-04):
* fixed Pseudo-Voigt formula in manual (program was not changed) (David Hovis)
* peak labels (above each peak) that can display peak area, position etc.
* fonts used for scale labels can be changed
* data viewer (it is first step in implementing data editor)
* input field: up/down arrow keys work as in bash (wxComboBox was replaced
by wxTextCtrl)
* optionally drawing sum and peaks as smooth curves (computed at every pixel)
* info about wxWidgets version in About box and --version switch for fityk-GUI.
User-visible changes in version 0.4.3:
* wxWidgets 2.5 compatible
* data files (in addition to scripts) can be specified as command line
arguments to fityk-GUI. Scripts should either have .fit or .fityk extensions
or start with "# Fityk" string.
* crosshair cursor (GUI->Crosshair cursor)
* "Data->Load File" dialog (simple) allows to open many files
* unix man page (Carlo Segre)
User-visible changes in version 0.4.2:
* "File" menu name was replaced with "Session", and "Manipulate" with "FindPeak"
* "s.info ^number" prints more informations.
* fixed problem with locales, that have decimal point different than dot.
Now LC_NUMERIC variable is ignored. (Vincent Favre-Nicolin)
* new configure flags: --enable-debug and --enable-optimization
* ambiguous 'log(2)' in "export as function" was replaced by numeric value
(in gnuplot log means natural log, in Excel log=log10).
* program version is written in scripts (session dumps and log files)
and in configuration files
User-visible changes in version 0.4.1:
* two independent auxiliary plots (by default one is visible)
* implemented s.guess command that adjusts existing peak - also in peak pop-up
menu (based on patch sent by Jonathan Hunt)
* config file can store info, what windows are visible (see GUI->Show)
User-visible changes in version 0.4.0:
* multiple datasets in one plot
* multiple plots - all can be fitted simultaneously
* New menu items - GUI->Show->..., GUI->Scroll...
User-visible changes in version 0.3.4:
* enhanced peak dragging
* commands from ${HOME}/.fityk/init are executed on start-up
* added Data->Recent files->... to menu
* minor fixes
User-visible changes in version 0.3.3:
* Major changes in graphical interface (mouse usage, toolbar etc.)
* Added support for Siemens .raw data file format (Stefan Krumm)
User-visible changes in version 0.3.2:
* Voigt function
* File->Re-Include menu item
* File->Print Setup menu item
* Zoom All menu item added to main plot popup menu
* Zooming with left mouse button in normal mode
* Auto-scaling auxiliary plot when changing type of the plot
* Exporting peak parameters (Sum->Export or s.export)
* Sum/Data Export: optionally appending to a file, instead of overwritting
* Minor changes and bug fixes
User-visible changes in version 0.3.1:
* Saving GUI configuration to file (Unix) or registry (Windows)
* s.export ---> XFIT format
* d.load ---> CPI format
* Minor bug fixes
* Minor changes in documentation (XSLT stylesheet for generating command and option indices)
* fityk.spec for creating RPMs
* Windows installer (produced with InnoSetup)
* Using HtmlHelp (*.chm) manual format in Windows version
|