Releases: scgmlz/Steca
Releases · scgmlz/Steca
v2.1.1
Corrections:
- Export to ".pol" format restored
- Diagram export added or restored
- Start header line in diagram and table export with "#"
- Warnings only shown when catched
Internal improvements:
- New version of libcerf
- Caching simplified, unused classes removed
- YAML loader simplified, unused functions removed
- Cleaner CMake, now requiring v3.6
v2.1.0
New features:
- Single measurements (or groups) can be deselected.
- Table, diagram and polefigure are now tabs in the main frame.
- Improved control tabs for detector, peaks, interpolation.
- Diffractograms can be saved into multiple, numbered files.
- Copy&paste from rectangular selections in data tables (re?)enabled.
- All user actions are logged.
- Windows version comes in installer.
Internal improvements:
- Qt signals are captured by widget wrappers. Everywhere else, Qt signals
are replaced by explit function calls. All computation intensive data
are cached. In this way, unnecessary computations are avoided. This
results in a huge speed gain. - For testing purposes, widgets can be driven from the command line
- Decoupled "highlighting" (one measurement group) from "selecting" (most or all measurements).
- Logic moved from table models to datasets.
- Unified exception handling.
- Doxygen comments for all files, namespaces, and classes.
v2.1.0alpha
New features:
- Single measurements (or groups) can be deselected
- Table, diagram and polefigure are now tabs in the main frame
- Improved control tabs for detector, peaks, interpolation
- Diffractograms can be saved into multiple, numbered files
- Copy&paste from rectangular selections in data tables (re?)enabled.
- All user actions are logged
Internal improvements:
- Qt signals are captured by widget wrappers. Everywhere else, Qt signals
are replaced by explit function calls. All computation intensive data
are cached. In this way, unnecessary computations are avoided. This
results in a huge speed gain. - For testing purposes, widgets can be driven from the command line
- Decoupled "highlighting" (one measurement group) from "selecting" (most or all measurements).
- Logic moved from table models to datasets.
- Unified exception handling.
- Doxygen comments for all files, namespaces, and classes.