Skip to content

Releases: ObjectVision/GeoDMS

GeoDms 14.2.0

26 Sep 14:48
Compare
Choose a tag to compare

v14.1.0

14 Sep 12:35
Compare
Choose a tag to compare
v14.1.0 Pre-release
Pre-release

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

Example:
image

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

12 Sep 14:16
Compare
Choose a tag to compare
v14.0.0 Pre-release
Pre-release

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

04 Sep 08:11
Compare
Choose a tag to compare
v13.4.0 Pre-release
Pre-release

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

01 Sep 10:37
Compare
Choose a tag to compare

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;

  • navigation is not yet implemented for value info, see issue #335 and #488
  • reload a configuration sometimes result in red items (often domain or categorical check errors). Work around: reload a second time or restart the gui application.

GeoDms 13.3.0

31 Aug 14:14
Compare
Choose a tag to compare
GeoDms 13.3.0 Pre-release
Pre-release

Full Changelog: V13.2.0...v13.3.0

GeoDMS 13.2.0

26 Aug 22:13
Compare
Choose a tag to compare
GeoDMS 13.2.0 Pre-release
Pre-release

Full Changelog: v13.1.0...V13.2.0

GeoDms 13.1.0

25 Aug 11:34
Compare
Choose a tag to compare

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

22 Aug 11:59
Compare
Choose a tag to compare
GeoDms 13.0.0 Pre-release
Pre-release

Full Changelog: v12.2.0...v13.0.0

Known qt-gui issues, see ToDo stack on the project page
especially:

  • the new location(s) of Explain Value Info is under study, see issue #335.
  • the now supported resolution scaling has some unintended scrolling artefacts, see issue #364

GeoDms 12.1.0

31 Jul 13:42
Compare
Choose a tag to compare

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