Skip to content

Releases: nx10/unigd

v0.2.0

16 Feb 02:07

Choose a tag to compare

  • Now requires R >= 4.2.0.
  • Upgraded vendored fmt library to 12.1.0.
  • Fixed compiler warnings (clang 17, GCC 15).
  • Modernized build configuration.
  • Added C/C++ API and benchmark vignettes.

CRAN status: CRAN

v0.1.3

15 Mar 22:31

Choose a tag to compare

  • Drop 'C++14' requirement.

Full Changelog: v0.1.2...v0.1.3

v0.1.2

06 Jun 14:31

Choose a tag to compare

unigd 0.1.2

  • Fixed an issue that made unigd crash when rendering without any plots in the history on some platforms.
  • Update installation instructions (thanks @huangyxi).
  • Minor internal improvements.

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

26 Mar 01:01

Choose a tag to compare

  • Fix issues with 'libtiff'. (Thanks @benz0li )
  • Update linking on Windows for upcoming version of 'Rtools'. (Thanks @kalibera )

v0.1.0

05 Feb 21:15

Choose a tag to compare

unigd 0.1.0

  • Split graphics rendering and R interface from 'httpgd'.
  • Large refactoring and rewrite.
  • Add async C client API.
  • Add custom inter process communication layer.
  • Add TIFF renderer.
  • Add Base64 PNG renderer.
  • Fix crash when querying capabilities on R 4.2.
  • Improve testing.
  • Many small fixes and improvements.

Full Changelog: https://github.com/nx10/unigd/commits/v0.1.0