Fixed Bugs:
- Fixed index out of range when running analysis without y-abscissa.
Documentation:
- Fix links.
Documentation:
- Convert docs to rst format.
- Automatically deploy docs to wiki.
Fixed Bugs:
- Removed non-existent method `alignText´ from docs.
Internal Changes:
- Moved and renamed workspaces to subfolder.
Implemented Enhancements:
- Header lines are now handled for imported spectra and map files.
Caution: This version changes the installation method of the package!
Implemented Enhancements:
- Implement package building and build first opx package.
- Add exemplary plugin code and package.
- Add developer guide for plugin extensions.
Fixed Bugs:
- Wrong error handling when aborting
ìmport
dialog.
Internal Changes:
- Split up static analysis and code styling scripts.
- Renamed main file and moved sources to subfolder for packaging.
- Create true header files with associated .c files.
Documentation:
- Add badges and links in readme.
Fixed Bugs:
- 3D map import did set wrong intensity axis labels.
Implemented Enhancements:
- Refined and extended test data.
- Added parameters
Skip Abscissae
and "Y Abscissa" toanalyze
. - Extract units from user label name in
analyze
.
Internal Changes:
- Moved all source files into the
src
directory. - Changed all filenames to lowercase.
- Introduced and applied clang-format style fixer.
- Introduce cppcheck for static analysis.
- Replace
ANALYSE
byANALYZE
to unify spelling in American English. - Fix license and file headers.
Deprecations:
- Deprecated function
analyse
, use functionanalyze
instead.
Important Changes:
- Create Changelog 😄
- The global method
convert
is now namedmap
. - The
MAP_4D_Linescan
functionality was moved fromanalyse
tomap
. - Dropped support for running
analyse
on whole workbooks as this is hard to handle and barely used.
Fixed Bugs:
MAP_4D_Linescan
sets wrong scanning axis name in result sheet.- Disabled the
width
parameter forMAP_4D_Linescan
, as it is not implemented yet.
Implemented Enhancements:
MAP_4D_Linescan
can now take a parameterprecision
to account for slightly varying coordinates over the map.
Implemented Enhancements:
- Pre-select active layer in
correct
user dialog.
Important Changes:
- Refactored user guide now to be found in
docs/UserGuide.pdf
.
Fixed Bugs:
- Remove empty values from string vectors in
MISC_arrayUnique
. - Fixed
MAP_4D_Linescan
width
calculation.
Implemented Enhancements:
- Add new method for constant background subtraction in
correct
.
Implemented Enhancements:
- [DEV] Add new
timer()
method for debugging method runtime.
Fixed Bugs:
- Fix sheet name lookup when creating matrix layer with
ORIGIN_createMl
.