CHANGES IN VERSION 0.8.1 - Released 2025/06/07
BUG FIXES
-
Issue #76: High resolution images not being output correctly
#76
In the Shiny interface the "Maximum Width of Projection" option was
not being respected. -
Issue #73: Bugs opening files due to Shiny JS not loading properly
#73
Due to Shiny JS not loading properly and hard-coding directory names
at compile-time, files would not open in the file chooser in the
Windows and Mac binaries. Thanks to Jan Okul, who carried out this
work as part of his undergraduate dissertation at the University of
Edinburgh School of Informatics. -
Issue #74: Testing issues with at least one Mac M1 configuration
#74
A floating point issue with Apple clang 17 on the Mac M1
architecture caused RTriangle to give different triangulations on
that architecture from other architectures. This triangulation
caused a reproducibility test in Retistruct to fail. This issue was
fixed in RTriangle 1.6-0.15
(davidcsterratt/RTriangle#23) and we
increase the version of RTriangle required correspondingly. Thanks
to the CRAN team for reporting.