Releases: esdc-esac-esa-int/pyesasky
1.9.5
1.9.4
1.9.2
pyESASky 1.9
Updated pyesasky to work fully with new ESASky release 3.9
Also made sure that it works with newer ipykernel versions > 6.0
Added function browseHips for browsing the global HiPS registry with some examples of usage in samples/What_can_you_do_with_pyESASky.ipynb
ESASky 3.5
New release of the webpage sky.esa.int
https://www.cosmos.esa.int/web/esdc/esasky-release-notes
Because of difficulties with keeping backward compatibility between the back-end (loading all the data) and the webpage, we have decided to stop including the actual webpage in the package. This means that the widget will now point to the live webpage sky.esa.int instead of a local copy. So it is unfortunately now not possible to run it fully offline but since the main idea of ESASky is to enable data retrieval the experience offline has not really been used.
This also means that previous pyESASky versions will malfunction because of the upgrade in our back-end. The good thing is that from now backward compatibility will be much simpler
ESASky 3.4.3
ESASky in Mandarin
The ESASky frontend is upgraded to 3.4.3. which means it's now available also in Mandarin and Spanish (even though all python commands and communication is only available in English)
Start it in a custom language by adding a language code parameter to the initialisation of the widget:
esasky = ESASkyWidget("zh")
En : English
Es: Spanish
Zh: Mandarin
JWST planning tool
We have also simplified James Webb planning tool usage by sending back available instruments and detectors if an erroneous name is specified.
Footprints from astropy
New function overlayFootprintsFromAstropyTable plus minor bugfix on overlaying custom footprints
Esasky 3.4 and Jupyter lab 2.0
Updated the webpage to mirror the newly release ESASky 3.4
Also updated dependencies so pyESASky work with Jupyter lab 2.0
Added a couple of new functions as well including cone search and closing all results tabs. See samples/What_can_you_do_with_pyESASky.ipynb for all functionality.
External TAP Services
Added support in ESASky and pyESASky to retrieve data from 3 external TAP services ( CADC, ESO and MAST).
Frontend bugfixes
Some minor updates on the frontend. PyESASky should now be work in offline mode.