-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge SkyCoord support to Master #80
Merge SkyCoord support to Master #80
Conversation
Thanks Tom! Fixes: #51 For the gitignore, you can edit your local I'll have a look at the rest tomorrow 🙂 Edit: could you rebase on master? I tried to fix the codestyle workflow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @Xen0Xys . I do have some little things to suggest. Overall it is very good :D
1007818
to
3490795
Compare
1af15df
to
c229db9
Compare
39f98f6
to
4b8e898
Compare
e531c91
to
9c36e6b
Compare
4b4a753
to
e9ae30b
Compare
Merged, thanks Tom! 🎉 |
* ✨ Implement SkyCoord support for js side * ✨ Implement SkyCoord support for python side * 🐛 Fix target support for jslink using shared_target traitlets * 📝 Update example 6 to fix target jslink behavior * 🐛 Fix multi-instances flickering * 🐛 Fix useless target when used in constructor * ✨ Implement coordinate string parsing using new coordinate_parser function * 📝 Add minor documentation for widget.js * 🚀 Add missing target getter type annotation * 🐛 Fix coordinate_parser.py splitter * ✅ Add tests for coordinate_parser.py and aladin target getter and setter * 👷 Add CI for automated python code testing * ✅ Add more testing cases for existing tests * 🐛 Fix initial target when frame is galactic * 🎨 Use a regex to detect if a string is an object name or a coordinate * 📝 Update CHANGELOG.md * 📝 Add _target and shared_target trait help & remove useless error in trait getter * 🎨 Fix python import order * 🐛 Fix missing event unsubscribe for shared_target * 🎨 Improve conditional structure for the target setter * 📝 Improve the meaning of a sentence in the changelog * 🎨 Improve target setter conditions * ✨ Add parsing support for coordinate string starting by J, G and B * ✅ Improve testing for new coordinate parsing functions * 📝 Change docstring format from sphinx to numpy * 🎨 Improve conditional structure for parse_coordinate_string function * fix: type annotations union for python <3.9 * docs: fix doctring style
TODO