Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 15 additions & 8 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
0.3.7 (unreleased)
------------------

- IRSA Dust: fix units in extinction by band table. [#1016]
- NRAO: Allow multiple configurations, telescopes in queries [#1020]
- New tool: Exoplanet Orbit Catalog, NASA Exoplanet Archive [#771]
- MAST: Added convenience function to list available missions. [#947]
- SIMBAD: adding 'get_query_payload' kwarg to all public methods to return
the request parameters. [#962]
- CosmoSim: Fixed login service. [#999]
- ESO: The upstream API changed. We have adapted. [#970]
- ESO: Added 'destination' keyword to Eso.retrieve_data(), to download files
to a specific location (other than the cache). [#976]
Expand All @@ -18,16 +12,29 @@
- ESO: Disabled caching for all Eso.retrieve_data() operations. [#976]
- ESO: Removed deprecated Eso.data_retrieval() and Eso.query_survey().
Please use Eso.retrieve_data() and Eso.query_surveys() instead. [#1019]
- ESO: Added configurable URL. [#1017]
- ESO: Fixed string related bugs. [#981]
- MAST: Added convenience function to list available missions. [#947]
- MAST: Added login capabilities [#982]
- MAST: Updated download functionality [#1004]
- MAST: Fixed no results bug [#1003]
- utils.tap: Made tkinter optional dependency. [#983]
- utils.tap: Fixed a bug in load_tables. [#990]
- vo_conesearch: Fixed bad query for service that cannot accept '&&'
in URL. [#993]
- vo_conesearch: Removed broken services from default list. [#997, #1002]
- IRSA Dust: fix units in extinction by band table. [#1016]
- IRSA: Updated links that switched to use https. [#1010]
- NRAO: Allow multiple configurations, telescopes in queries [#1020]
- SIMBAD: adding 'get_query_payload' kwarg to all public methods to return
the request parameters. [#962]
- CosmoSim: Fixed login service. [#999]
- utils: upgrade ``prepend_docstr_noreturns`` to work with multiple
sections, and thus rename it to ``prepend_docstr_nosections``. [#988]
- MAST: Updated dowload functionality [#1004]
- ATOMIC: Added ability to select which rows are returned from the atomic
line database. [#1006]
- MAST: Fixed no results bug [#1003]
- ESASKY: Added Windows support, various bugfixes. [#1001, #977]
- GAMA: Updated to use the newer DR3 release. [#1005]


0.3.6 (2017-07-03)
Expand Down