Skip to content

VERSION 0.6.0 - Released 2019/07/10

Choose a tag to compare

@davidcsterratt davidcsterratt released this 10 Jul 17:27

BUG FIXES

  • Error unclear with infinite determinant in retistruct.reconstruct
    (#21)
    Thanks to Brian Cohn for reporting this, and to Inmaculada Soldado
    and Klaudia Szatko for reporting the same problem and contributing
    an example that gave the same error.

CODE IMPROVEMENTS

  • Major refactor of code to use R6 classes (#25)

  • Stitching algorithm changed so it only creates new points when they lie outwith tolerance a of an existing one. This prevents very short lengths in triangulated outlines.
    (#21) This work arose from the bug with the indefinite determinant (see above).

NEW FEATURES

  • It is now possible to have completely silent operation
    (#22)
    Thanks to Brian Cohn for the suggestion