Skip to content

v0.1.2

Compare
Choose a tag to compare
@AndreasHeumann AndreasHeumann released this 19 Jan 14:38
· 54 commits to main since this release
8c0d4a6

Bug Fixes

  • When the renderer is immediately destroyed after creation there is a segmentation fault. This could happen when providing a unsupported data type (e.g. 64 bit floating point values), when creating a temporary object (e.g. in Python print(Renderer(data)))) or when the initialization of the Renderer failed. (#7, #8)
  • Widget is not working with Jupyter Notebooks (but with Jupyter Lab) (#9)

Documentation

  • Added missing video capability to docker run command