Releases: cds-astro/ipyaladin
v0.5.1
What's Changed
Changed
- DeprecationWarning messages now clearly say that the methods won't exist in v1.0.0
Added
- it is now possible to extend the widget's height to 100% of its container. To do so,
doAladin(height=-1)
. This is implemented to support use in dashboard
applications, this cannot work in a notebook.
Fixed
- remove
requests
from mandatory dependencies (accident in version 0.5.0)
Full Changes: v0.5.0...v0.5.1
v0.5.0
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
andfov_xy
properties (#96) - FITS images can be added to the view with
ipyaladin.Aladin.add_fits
.
The method acceptsastropy.io.fits.HDUList
,pathlib.Path
, orstring
representing
paths (#86) - New
selection
method replacesrectangular 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 aastropy.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 ofselection
(#100)
Changed
- Upgrade Aladin Lite version to 3.5.1-beta
- instantiation options are now directly mirroring those of Aladin-Lite instead of being
hand-picked for the widget. Any option in
https://cds-astro.github.io/aladin-lite/global.html#AladinOptions will be accepted.
Full Changelog: v0.4.0...v0.5.0
v0.4.0
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 thetarget
property (#80) - Support for
astropy.coordinates.Angle
for reading thefov
property (#83) - Support for
regions.LineSkyRegion
,regions.CircleSkyRegion
,regions.EllipseSkyRegion
,regions.PolygonSkyRegion
,regions.RectangleSkyRegion
,regions.Regions
withadd_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 inadd_catalog_from_url
(#82)
Changed
- Change the jslink target trait from
target
toshared_target
(#80) - Change the jslink fov trait from
fov
toshared_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 ofadd_graphic_overlay_from_stcs
(#88) - Deprecate the
add_listener
method for a preferred use ofset_listener
method (#82)
Full Changelog: v0.3.0...v0.4.0
Contributions
@Xen0Xys made their first contribution in this release 🌞
v0.3.0
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 replacemoc_from_URL
andmoc_from_dict
in the future.
Full Changelog: v0.2.6...v0.3.0
v0.2.6
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
v0.2.4
v0.2.3
Add ipywidgets >= 8.0.6 as install dependency
0.2.2
What's Changed
- Fix undefined ModelAladin issue by @bmatthieu3 in #37
- Tweeks on the examples by @ManonMarchand in #44
- handle NaN in tables sent via
add_table
by @ManonMarchand in #54 - dynamical height parameter by @ManonMarchand in #59
Full Changelog: https://github.com/cds-astro/ipyaladin/commits/v0.2.2