Skip to content

Releases: esdc-esac-esa-int/pyesasky

1.9.5

31 Mar 07:05
4e8d41e
Compare
Choose a tag to compare

Bugfix: users having previously used ESASky web page in non-science mode could start pyesasky without science mode enabled.

1.9.4

10 Feb 12:42
e7f6889
Compare
Choose a tag to compare

Removed unnecessary warnings

1.9.2

12 Nov 14:12
435564a
Compare
Choose a tag to compare

Updated for ESASky 4.0.1 and includes a jupyter downloading option

pyESASky 1.9

20 Sep 10:20
Compare
Choose a tag to compare

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

25 Sep 13:52
Compare
Choose a tag to compare

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

17 Jun 12:33
Compare
Choose a tag to compare

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

27 Mar 09:36
Compare
Choose a tag to compare

New function overlayFootprintsFromAstropyTable plus minor bugfix on overlaying custom footprints

Esasky 3.4 and Jupyter lab 2.0

23 Mar 13:41
Compare
Choose a tag to compare

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

18 Nov 14:16
Compare
Choose a tag to compare

Added support in ESASky and pyESASky to retrieve data from 3 external TAP services ( CADC, ESO and MAST).

Frontend bugfixes

22 Oct 14:53
Compare
Choose a tag to compare

Some minor updates on the frontend. PyESASky should now be work in offline mode.