forked from KDE/labplot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
146 lines (131 loc) · 8.68 KB
/
ChangeLog
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
-----2.4-----
New features:
* Support themes for plots
* Import and editing of FITS data files
* Data reduction by removing data points using multiple algorithm
* Numerical differentiation and integration with several options
* Many new pre-defined fit models (Gompertz, Weibull, Log-Normal, Gumbel, etc.) sorted in categories
* Fit parameter now support fixed values, lower/upper limits and use Unicode
* Fit model and random number distribution formulas are now rendered with LaTeX
* Support user specified x range in all analysis functions
* Allow to enter complete LaTeX documents in text labels
* Configuration parameter to use different LaTex engines (LuaLaTex, XeLatex, pdfLaTex, LaTex)
* Disable LaTeX typesetting if no LaTex installation (and other required tools) were found at runtime
* Presenter mode for worksheets
* Support for MacOSX
* Support for Julia's vectors and tuples in CAS worksheets (requires Cantor v. 16.12 and higher)
* Allow to jump directly to the data source spreadsheet via XYCurve's context menu
* Select and delete multiple objects in project explorer
* Improved and extended internal parser for mathematical expressions
Bug fixes:
* BUG: 361326 - Allow to select curves with overlapping bounding boxes
* Correctly load worksheet sizes from saved templates
* Fixed crash when removing columns in spreadsheet
* Fixed crash when fitting using GSL >= 2
* List of available functions corrected
* Constants are now available with full accuracy
* Windows: open recent files fixed
-----2.3-----
New features:
* Integration of Cantor - Support for different open-source computer algebra systems
* Statistics on spreadsheets and matrices
* Export of spreadsheets and matrices to LaTeX tables
* Interpolation of data including different splines, cosine, exponential, cubic Hermite (Catmull-Rom, cardinal, Kochanek-Bartels) and rational functions
* Data smoothing using moving average (centered or lagged), percentile filter or Savitzky-Golay algorithm
* Fourier filter (low pass, high pass, band pass, band reject) with ideal, Butterworth, Chebychev I+II, Legendre or Bessel-Thomson filter
* Fourier transform with many window functions (Welch, Hann, Hamming, etc.) calculating magnitude, amplitude, power, phase, dB, etc. and supporting
one/two sided spectrum with or without shift and x scaling to frequency, index or period
* Filter and search capabilities in the drop down box for the selection of data sources
* Sigmoid function as a new pre-defined fit model
* Support for compiling on Microsoft Windows
Performance improvements:
* Faster generation of random values
* Global option to enable/disable the double-buffering for faster painting of curves (enabled on default)
Bug fixes:
* Save and restore last used setting in RandomValuesDialog
* Update axis title shape on title rotations correctly
* Save and restore custom column widths in the spreadsheet
* Fixed sporadic crashes during project close
-----2.2-----
New features:
* Datapicker - tool for extracting curves and data points from imported images
* Custom point on the plot with user-defined position and appearance
* Accept drag&drop events
* Support GSL 2.x
* Import and export dialogs save and restore their settings and sizes
Performance improvements:
* Faster rendering of the image view of the matrix
Bug fixes:
* BUG: 354744 - make setting of range auto scaling in CartesianPlot undo/redo-able
* Removed couple of hard coded sizes given in pixels for better user-experience on hidpi-displays
* Fixes the bug with disabled undo/redo-actions in after the undo-history was cleared
* Keep the information about the columns to be shown in the project explorer after project close
* Fixed some bugs in painting of the selection band on the worksheet
* Allow to open gz- and bz2-compressed LabPlot project files on the command line interface
-----2.1-----
New features:
* New Matrix view for handling matrix data.
* Workbook - a new container for grouping several objects of type Spreadsheet and/or Matrix.
* Import of binary, image, NetCDF and HDF data into spreadsheet or matrix.
* Visual HDF and NetCDF parser to view content of files and import data sets.
* Preview of all supported file types in import dialog.
* Transparently import compressed data files.
* In xy-curve the points may not be connected by the line if there are NANs in-between. This behaviour is controlled by the parameter "skip gaps".
* Multiplier of Pi format of the plot axis for periodical functions.
* New operations on columns in Spreadsheet - reverse, drop values and mask values.
* Formula used to generate the values in a column is stored and can be changed/adjusted in the formula dialog afterwards.
* Curve filling: the area below, under, left to or right to the curve can be filled.
* Support for multiple variables in "Function Values"-dialog - new data in the spreadsheet can be calculated out of multiple columns.
Performance improvements:
* Speeded up the creation of new columns during the import
Bug fixes:
* Fixed wrong behaviour when doing "zoom&select" in a plot and then deselecting the plot - it was not possible anymore to select the plot again on the worksheet.
-----2.0.2-----
New features:
* Plot 2D-curves defined by mathematical equations in cartesian and polar coordinates or via a parametric equation.
* Linear and non-linear regression analysis. Several predefined fit-models are provided. User-defined models are also possible.
* Besides fixed worksheet sizes (predefined sizes like A4 etc. or user-defined), complete view size can be used. All sizes are automatically adjusted on resize.
* Different axis arrow types.
* "select region and zoom in", "select x-region and zoom in", "select y-region and zoom in" functions for cartesian plot.
* Rounded border for several worksheet objects (plot area, legend etc.)
* Hover effect for axis, curve and text label.
* Added a MessageBox - ask befor deleting worksheet objects.
* Added three new types for drop lines - "zero baseline", "min baseline" and "max baseline"
* Fill the selection in Spreadsheet with a constant value provided by the user
* Fill columns with uniform and non-uniform random numbers, several distributions are available.
* Fill columns with function values
* Allow custom resolutions for PNG-export
* Export of the spreadsheet to a text file.
* Simultaneous zooming and navigation accross multiple plots.
* Implemented "Powers of 10/2/e" for the axis tick labels
Bug fixes:
* Don't crash when trying to create a plot in case no rc-file was installed.
* Don't allow to select unwanted objects in TreeViewComboBox in ImportDialog and XYCurveDock.
* Corrected painting of background images in plot area and legend.
* BUG: 330723 - fixed weird selection in spreadsheet.
* BUG: 330774 - fixed wrong positioning of axis on orientation changes.
* Update main window title when project name is changed
-----2.0.1-----
Bug fix release. Solved issues:
* Fixed wrong scaling of legend's text labels in pdf-export
* Fixed memory corruption in CartesianPlotDock that can lead to crashes
-----2.0.0-----
First stable release of LabPlot2. LabPlot2 is a complete rewrite of LabPlot1 and lacks in this release a lot of features available in the predecessor. On the other hand, the GUI and the usability is more superior as compared to LabPlot1 and there are several new features that were not available in LabPlot1.
Brief summary of features and capabilities of LabPlot2 implemented in the first release:
* project-based management of data
* created objects are organized in a tree and are visualized and accessible in the project explorer
* for a better management of objects, additional folders and sub-folders can be created within a project
* spreadsheet with very basic functionality is available for manual data entry
* "file data source" can be used to import a file and to let LabPlot2 watch for changes in that file
* external data from an ascii file can be also directly imported to a spreadsheet for further editing
* worksheet is the main object where plots, labels etc. are placed on
* several zooming functions for the worksheet
* only cartesian plot is implemented in the first release
* arbitrary number of freely positionable axes is possible
* xy-curve is implemented. As the data source for the x- and y-values columns either from a spreadsheet
or from a file data source can be used
* several zooming and "movement" functions are available for the plots which help to navigate through data
* legend for xy-plots
* a lot of properties of the worksheet elements can be edited in a very easy way in the corresponding dock widgets
* plots on the worksheet can be put into a horizontal, vertical or grid layouts
* export of worksheet (entire worksheet or current seleciton) to pdf, eps, png and svg