Skip to content

v0.6.0 (2019-05-29)

Compare
Choose a tag to compare
@pkgw pkgw released this 03 Jun 22:19
· 671 commits to master since this release
v0.6.0
  • Implement support for color-coding and scaling points in layers according to table attributes. [#183]
  • Removed load_fits_data and added layers.add_image_layer instead, which provides control over the image stretch, and renamed layers.add_data_layer to layers.add_table_layer. [#188, #201]
  • Added support for drag and drop events in Qt widget. [#202]
  • Added support for get_center for the Jupyter widget, and add a new get_fov method to get the current field of view. [#206]
  • Fixed compatibility with notebook>=5.7.6 which requires mime types for served files to be correct. [#192, #208]
  • Fixed display of table layers on Windows. [#207]