Skip to content

Releases: cds-astro/ipyaladin

v0.5.0

19 Sep 15:49
Compare
Choose a tag to compare

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

v0.4.0

16 Jul 09:46
Compare
Choose a tag to compare

What's Changed

Added

  • attribute __aladin_lite_version__ added to point to the corresponding Aladin Lite released version
  • Support for astropy.coordinates.SkyCoord for assigning and reading the target property (#80)
  • Support for astropy.coordinates.Angle for reading the fov property (#83)
  • Support for regions.LineSkyRegion, regions.CircleSkyRegion, regions.EllipseSkyRegion, regions.PolygonSkyRegion, regions.RectangleSkyRegion, regions.Regions with add_graphic_overlay_from_region (#88)

Fixed

  • clicked_object was not properly updated after a click
  • Fix asynchronous update for the target property (#80)
  • some options were not accepted in snake_case anymore in add_moc and in add_catalog_from_url (#82)

Changed

  • Change the jslink target trait from target to shared_target (#80)
  • Change the jslink fov trait from fov to shared_fov (#83)
  • Upgrade Aladin Lite version to 3.4.1-beta (#88)
  • Add support for list of strings in add_overlay_from_stcs (#88)

Deprecated

  • Deprecate add_overlay_from_stcs in favor of add_graphic_overlay_from_stcs (#88)
  • Deprecate the add_listener method for a preferred use of set_listener method (#82)

Full Changelog: v0.3.0...v0.4.0

Contributions

@Xen0Xys made their first contribution in this release 🌞

v0.3.0

15 Mar 14:17
3d9c501
Compare
Choose a tag to compare

What's Changed

  • The ipyaladin module is now built on anywidget (https://anywidget.dev/)
  • Aladin instances now have a clicked_object attribute that contains the information of
    the last clicked object (ra, dec, and catalog content)
  • Each ipyaladin version now point to a specific Aladin-lite version instead of the latest available version
  • add_table takes new arguments (documented here https://cds-astro.github.io/aladin-lite/Catalog.Catalog.html)
  • the new method add_moc can take mocpy.MOC objects, URLs, or the dictionnary serialization of a MOC. This will replace moc_from_URL and moc_from_dict in the future.

Full Changelog: v0.2.6...v0.3.0

v0.2.6

04 Mar 08:42
bb9537e
Compare
Choose a tag to compare

What's Changed

There is now a fixed aladin-lite version for each ipyaladin version.
For ipyaladin 0.2.6 <- aladin-lite 3.2.0

This prepares the next aladin-lite release (3.3) which contains UI and new API functionality changes and will be pinned to ipyaladin versions 0.3.*

Full Changelog: v0.2.5...v0.2.6

v0.2.5

22 Aug 13:03
458cf99
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v0.2.5

v0.2.4

22 Jun 16:33
baf3470
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3

30 May 12:07
Compare
Choose a tag to compare

Add ipywidgets >= 8.0.6 as install dependency

0.2.2

26 May 11:51
777dfb5
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/cds-astro/ipyaladin/commits/v0.2.2