Skip to content
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

V0.3.0 #74

Merged
merged 16 commits into from
Mar 15, 2024
Merged

V0.3.0 #74

merged 16 commits into from
Mar 15, 2024

Conversation

ManonMarchand
Copy link
Member

Rewrite ipyaladin to be based on anywidget

The idea was to keep all existing functionalities. Some things were just easy to implement along the way:

Fixes #49

There is a new method add_moc that detects whether a MOC is a dictionnary, url or mocpy object.
The add_moc_from_URL and add_moc_from_dict still exist and work but throw a deprecation warning advising to switch to add_moc.

Fixes #38

One can now use any of the parameters here : https://cds-astro.github.io/aladin-lite/Catalog.Catalog.html

Example:

aladin.add_table(top5, color="darkseagreen", shape="cross", "sourceSize"=20)

Fixes #31

Anywidget takes care of the portability on different platforms. We should not have any issues with VSCode/Colab/Jupyter anymore 🤞

@ManonMarchand ManonMarchand marked this pull request as ready for review March 15, 2024 10:55
@ManonMarchand ManonMarchand requested review from tboch and removed request for tboch March 15, 2024 10:56
@ManonMarchand ManonMarchand merged commit 7dc8bba into master Mar 15, 2024
1 check passed
@ManonMarchand ManonMarchand deleted the v0.3.0 branch March 15, 2024 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant