Releases: ObjectVision/GeoDMS
GeoDms 14.2.0
Fixed: https://github.com/ObjectVision/GeoDMS/milestone/31?closed=1
Full Changelog: v14.1.0...v14.2.0
v14.1.0
Implementation of checks for numerical overflows has been reconsidered compared to 14.0.0. See #314
Now +, -, * result in an item-data-error when any numerical overflow/underflow occurs.
Reverted to the behaviour prior to 14.0.0 are:
- order compare operators (a<b, etc.) now return false for rows with undefined values
- aggregations skip rows with undefined values
Resulting in an implementation that does effectively as requested in #314.
For accepting calculations with overflows: new operations have been added that result in null for those rows that caused a numerical overflow.
- add_or_null, sub_or_null, mul_or_null
Full Changelog: v14.0.0...v14.1.0
v14.0.0
First release with extra checks on
- numerical overflow and underflow with integer arithmetic operations resulting in 'null' instead of truncated (modulo 2^n) values.
- order compare operators (>, <, >=, <=) on 'null' values now result in data errors instead of false.
- aggregation operations (sum, mean, var, sd, cov, corr, count) on 'null' values now result in 'null' instead of silently excluding rows with 'null' values.
Full Changelog: v13.4.0...v14.0.0
v13.4.0
Full Changelog: v13.3.1...v13.4.0
This release:
- has fixed code analysis, which visits and colors all used items, see #478
- Qt edit / paste address bar now also supports relative item searching
- new functions for sequence arrays with more than 2^32 elements, see #498
- mitigated reload issues, seee #484, #363
Known issue:
navigation is not yet implemented for value info, see issue #335 and #488
GeoDms 13.3.1
Full Changelog: v13.3.0...v13.3.1
- radio buttons in detail pages to select options for the specific detail page
- visual improvements like titles in detail pages, new icons
- value info now starts in a dedicated panel. value info and detailpage can both be visible.
known issues;
GeoDms 13.3.0
Full Changelog: V13.2.0...v13.3.0
GeoDMS 13.2.0
Full Changelog: v13.1.0...V13.2.0
GeoDms 13.1.0
This upgrade of GeoDms 13 has many qt-GUI improvements:
- new View menu options
- use of icons
- event log filtering
- recent file list deletions
Also some stability issues have been fixed, such as #449.
Reverted performance regression on reprojection of coordiate points: #446
As an experiment we've placed the Value Info in a separate docked area.
Full Changelog: v13.0.0...v13.1.0
regarding the results of the full-test:
- the version number 13.0.2 is used here, this is the same version as the 13.1.0.
- the GUI tests are being upgraded to qt-GUI and therefore not applicable now. The GUI unit test results were fine.
GeoDms 13.0.0
Full Changelog: v12.2.0...v13.0.0
Known qt-gui issues, see ToDo stack on the project page
especially:
GeoDms 12.1.0
This update of 12.0 introduces the LazyCalculation property as a solution for #338 and #372 and in general for fast evaluation and visualisation of element-wize calculations on large (raster)datasets.
N.B. this is the last version which ships the Delphi GUI.
Full Changelog: v12.0.0...v12.1.0