Releases: astropy/astro-image-display-api
Releases · astropy/astro-image-display-api
0.2.0: Should maybe be 1.0, but had no time to check with collaborators 😬
What's Changed
- Remove interactive marking API by @mwcraig in #41
- Remove settings that controlled interactivity in UI by @mwcraig in #43
- Combine load_ methods into single load method by @mwcraig in #42
- Update allowed input types for stretch and cuts by @mwcraig in #44
- Implement catalog part of AIDA by @mwcraig in #45
- Implement set_viewport/get_viewport in interface, tests, and dummy viewer by @mwcraig in #46
- Add colormap api by @mwcraig in #49
- Add exceptions to docstrings and change a couple of exception types by @mwcraig in #50
- Add pre-commit, black and ruff by @mwcraig in #52
- Bump actions/setup-python from 5.5.0 to 5.6.0 in the actions group by @dependabot[bot] in #53
- Add documentation by @mwcraig in #54
- Change definition of FOV by @kecnry in #56
- Fix broken API ref by @pllim in #63
- Add RTD badge by @mwcraig in #64
- Remove cursor and make sure test class only tests API stuff by @mwcraig in #68
- DOC: nitpicky, CI badge by @pllim in #67
- Describe GUI behavior by @mwcraig in #57
- Add test for and fix bug in viewer logic by @mwcraig in #73
- Add get_image and get_image_label by @eteq in #71
- Add kwargs to every method in AIDA and test that implementations allow kwargs by @mwcraig in #75
- Change get methods to properties by @mwcraig in #76
- Remove
image_height
andimage_width
attributes; test that every method/attribute has docs by @mwcraig in #77 - Loading a catalog with the same label replaces old data. by @mwcraig in #78
- Minor api cleanup by @mwcraig in #79
New Contributors
- @dependabot[bot] made their first contribution in #53
- @kecnry made their first contribution in #56
- @pllim made their first contribution in #63
- @eteq made their first contribution in #71
Full Changelog: 0.1.2...0.2.0