Skip to content

v0.5.0

Compare
Choose a tag to compare
@ManonMarchand ManonMarchand released this 19 Sep 15:49
· 9 commits to master since this release

This ipyaladin's release is packed with new features, included the most demanded of all times: an export of the current view as FITS or as PNG!

We're approaching our goal of closing all the feature requests for the version 1.0

Have fun with version 0.5.0 🌠

What's Changed

Added

  • Reading WCS and FOV from wcs and fov_xy properties (#96)
  • FITS images can be added to the view with ipyaladin.Aladin.add_fits.
    The method accepts astropy.io.fits.HDUList, pathlib.Path, or string representing
    paths (#86)
  • New selection method replaces rectangular selection and also has a circular
    selection option (#100)
  • Selected sources are exported as an astropy.Table list in the property
    selected_objects (#100)
  • new get_view_as_fits exports the view as a astropy.io.fits.HDUList (#98)
  • new save_view_as_image saves the view as an image file (#108)
  • Support planetary objects for ipyaladin targets (#103)
  • new method add_marker to add marker(s) to the view (#111)

Deprecated

  • Deprecated rectangular_selection method in favor of selection (#100)

Changed

Full Changelog: v0.4.0...v0.5.0