Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@ManonMarchand ManonMarchand released this 16 Apr 09:27

What's changed?

Added

  • when adding tables to ipyaladin with add_table, the shape argument now accepts
    CircleError and EllipseError object on top of the usual strings "square",
    "circle", "plus", "cross", "rhomb", and "triangle". These new shapes draw ellipses or
    circles according to the error column(s) associated with each source coordinates in
    the table [#110]

Changed

  • supported python versions are now 3.9 - 3.13 [#141]
  • aladin-lite version is now 3.6.5 [#110]
  • add_graphic_overlay_from_stcs accepts iterables besides lists [#140]

Fixed

  • footprints will now appear immediately after adding them, without requiring an other
    event (fixed in cds-astro/aladin-lite#218)
  • when Aladin is initialized with Aladin(height=-1) it correctly occupy 100% of its
    <div> container [#142]

Contributors

The usual suspects, @ManonMarchand and @Xen0Xys and two new contributors, @bafio and @cpparts !

Full Changelog: v0.5.2...v0.6.0