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