v1.2.3
Changed
- Consolidated optional 'browsify' and 'desktop_image' dependencies into simply
'pillow'. - Any attempt to use functionality that requires an optional dependency now raises
aModuleNotFoundErrornaming the required module.- To support this,
astropyobjects are now always imported through
loaders.astrowrap.
- To support this,
- Updates to documentation to include instructions for pip users, etc.
Fixed
docs/index.mdupdated to reflect the same content as README.md
Removed
- Experimental
save_sparklines()function inpdr.browsify, and along with
it, the optional matplotlib dependency. - Unnecessary full
matplotlibdependency for Notebook use.
Full Changelog: v1.2.2...v1.2.3