Skip to content

Release v0.2.7

Compare
Choose a tag to compare
@hahnec hahnec released this 12 Sep 23:43

This release fixes two issues in the plot_point_cloud function, namely:

  • passing an rgb image with values outside 0-1 range caused an error which is solved through image normalization
  • passing an Axes3DSubplotobject returned a tuple which is unintended behaviour and now yields Axes3DSubplot