Skip to content

Releases: interactive-instruments/etf-topox

0.9.8 release candidate

04 Nov 14:54
bba37d5
Compare
Choose a tag to compare
Pre-release

This release has been created automatically

0.9.7 release candidate

15 May 16:03
a49b0fa
Compare
Choose a tag to compare
Pre-release

This release has been created automatically

0.9.6 release candidate

13 May 08:17
a49b0fa
Compare
Choose a tag to compare
Pre-release

This release has been created automatically

0.9.5 release candidate

13 May 08:17
a49b0fa
Compare
Choose a tag to compare
Pre-release

This release has been created automatically

4. snapshot

31 Oct 18:41
4c40a31
Compare
Choose a tag to compare
4. snapshot Pre-release
Pre-release

Fix:

  • hash collision detection of coordinates. Incorrect, non-existing intersections were reported.
  • hole detection: report only one error point

New:

  • Parse Surface, MultiSurface, PolyhedralSurface, CompositeSurface
  • Avoid and handle fault masking. Only the first error of an error point is exported.
  • "Small" holes (less than 3 edges) that may occur when edges intersect are not reported
  • version(), detailed-version() functions to provide version information
  • diag() function for information about the topology theme (number of edges, collisions, etc.)

3. snapshot

29 Oct 16:20
3fb1eef
Compare
Choose a tag to compare
3. snapshot Pre-release
Pre-release

New:

  • detection of holes
  • detection of free-standing surfaces
  • boundary checks

Breaking changes:

The topological-errors() interface has been changed:

let $errors := topox:topological-errors($topoId)/e[@t=
             ('RING_INTERSECTION', 'HOLE_EMPTY_INTERIOR', 'FREE_STANDING_SURFACE')]

must be replaced with:

let $errors := topox:topological-errors($topoId, 
             ('RING_INTERSECTION', 'HOLE_EMPTY_INTERIOR', 'FREE_STANDING_SURFACE'))

2. snapshot

28 Aug 11:38
bd5b060
Compare
Choose a tag to compare
2. snapshot Pre-release
Pre-release
0.9.2

Error descriptions