Skip to content

Commit 40ac26f

Browse files
authored
Merge pull request #2233 from bsipocz/changelog_to_index
Adding changelog rendering to narrative docs
2 parents a444e76 + ac4fbf8 commit 40ac26f

File tree

4 files changed

+93
-74
lines changed

4 files changed

+93
-74
lines changed

CHANGES.rst

Lines changed: 74 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
New Tools and Services
55
----------------------
6+
67
esa.jwst
78
^^^^^^^^^^
89

@@ -85,14 +86,13 @@ jplhorizons
8586
J2000 to ICRF, following API documentation. [#2154]
8687

8788
- Query ``id_type`` behavior has changed:
88-
- ``'majorbody'`` and ``'id'`` have been removed and the equivalent
89-
functionality replaced with ``None``. ``None`` implements the Horizons
90-
default, which is to search for major bodies first, then fall back to a
91-
small body search when no matches are found. Horizons does not have a
92-
major body only search. [#2161]
93-
94-
- The default value was ``'smallbody'`` but it is now ``None``, which
95-
follows Horizons's default behavior. [#2161]
89+
* ``'majorbody'`` and ``'id'`` have been removed and the equivalent
90+
functionality replaced with ``None``. ``None`` implements the Horizons
91+
default, which is to search for major bodies first, then fall back to a
92+
small body search when no matches are found. Horizons does not have a
93+
major body only search. [#2161]
94+
* The default value was ``'smallbody'`` but it is now ``None``, which
95+
follows Horizons's default behavior. [#2161]
9696

9797
- Fix changes in column names that resulted KeyErrors. [#2202]
9898

@@ -919,139 +919,139 @@ Infrastructure, Utility and Other Changes and Additions
919919
==================
920920

921921
- New tool: Gaia - added module to access the European Space Agency Gaia
922-
Archive. (#836)
922+
Archive. [#836]
923923
- New tool: VO Cone Search - added module to access Virtual Observatory's
924-
Simple Cone Search. This is ported from ``astropy.vo``. (#859)
924+
Simple Cone Search. This is ported from ``astropy.vo``. [#859]
925925
- New utility: TAP/TAP+ - added Table Access Protocol utility and the ESAC
926-
Science Data Centre (ESDC) extension. (#836)
927-
- Fix VizieR to respect specification to return default columns only (#792)
928-
- SIMBAD queries allow multiple configurable parameters (#820)
926+
Science Data Centre (ESDC) extension. [#836]
927+
- Fix VizieR to respect specification to return default columns only [#792]
928+
- SIMBAD queries allow multiple configurable parameters [#820]
929929
- Add a capability to resume partially-completed downloads for services that
930930
support the http 'range' keyword. Currently applied to ESO and ALMA
931-
(#812,#876)
931+
[#812,#876]
932932
- SIMBAD now supports vectorized region queries. A list of coordinates can be
933933
sent to SIMBAD simultaneously. Users will also be warned if they submit
934934
queries with >10000 entries, which is the SIMBAD-recommended upper limit.
935935
Also, SIMBAD support has noted that any IP submitting >6 queries/second
936936
will be soft-banned, so we have added a warning to this effect in the
937-
documentation (#833)
938-
- ALMA: Fix to always use https as the archive now requires it. (#814, #828)
939-
- ESASky: Fix various issues related to remote API changes. (#805, #817)
940-
- ESASky: Corrected Herschel filter indexing. (#844)
941-
- ESO: Fix picking issue with simple ``query_survey()`` queries. (#801)
942-
- ESO: Fix FEROS and HARPS instrument queries. (#840)
943-
- NRAO: Change default radius from 1 degree to 1 arcmin. (#813)
937+
documentation [#833]
938+
- ALMA: Fix to always use https as the archive now requires it. [#814, #828]
939+
- ESASky: Fix various issues related to remote API changes. [#805, #817]
940+
- ESASky: Corrected Herschel filter indexing. [#844]
941+
- ESO: Fix picking issue with simple ``query_survey()`` queries. [#801]
942+
- ESO: Fix FEROS and HARPS instrument queries. [#840]
943+
- NRAO: Change default radius from 1 degree to 1 arcmin. [#813]
944944

945945
0.3.4 (2016-11-21)
946946
==================
947947

948-
- New tool: basic HITRAN queries support (#617)
949-
- Fix #737, an issue with broken ALMA archive tables, via a hack (#775)
950-
- Correct HEASARC tool, which was sending incorrect data to the server (#774)
951-
- Fix NIST issue #714 which led to badly-parsed tables (#773)
952-
- NRAO archive tool allows user logins and HTML-based queries (#767, #780)
953-
- ALMA allows kwargs as input, and various small fixes (#785, #790, #782)
954-
- XMatch caching bug fixed (#789)
955-
- Various fixes to ESASky (#779, #772, #770)
956-
- New tool: VAMDC-cdms interface (#658)
957-
- Fix issue with exclude keyword in Splatalogue queries (#616)
948+
- New tool: basic HITRAN queries support [#617]
949+
- Fix #737, an issue with broken ALMA archive tables, via a hack [#775]
950+
- Correct HEASARC tool, which was sending incorrect data to the server [#774]
951+
- Fix NIST issue #714 which led to badly-parsed tables [#773]
952+
- NRAO archive tool allows user logins and HTML-based queries [#767, #780]
953+
- ALMA allows kwargs as input, and various small fixes [#785, #790, #782]
954+
- XMatch caching bug fixed [#789]
955+
- Various fixes to ESASky [#779, #772, #770]
956+
- New tool: VAMDC-cdms interface [#658]
957+
- Fix issue with exclude keyword in Splatalogue queries [#616]
958958

959959
0.3.3 (2016-10-11)
960960
==================
961961

962-
- Option to toggle the display of the download bar (#734)
963-
- ESASKY - added new module for querying the ESASKY archive (#758, #763, #765)
964-
- Refactor Splatalogue and XMatch to use the caching (#747, #751)
965-
- Minor data updates to Splatalogue (#746, #754, #760)
966-
- Fix parsing bug for ``_parse_radius`` in Simbad (#753)
967-
- Multiple fixes to ensure Windows compatibility (#709, #726)
968-
- Minor fixes to ESO to match upstream form changes (#729)
962+
- Option to toggle the display of the download bar [#734]
963+
- ESASKY - added new module for querying the ESASKY archive [#758, #763, #765]
964+
- Refactor Splatalogue and XMatch to use the caching [#747, #751]
965+
- Minor data updates to Splatalogue [#746, #754, #760]
966+
- Fix parsing bug for ``_parse_radius`` in Simbad [#753]
967+
- Multiple fixes to ensure Windows compatibility [#709, #726]
968+
- Minor fixes to ESO to match upstream form changes [#729]
969969

970970
0.3.2 (2016-06-10)
971971
==================
972972

973-
- Update ESO tool to work with new web API (#696)
973+
- Update ESO tool to work with new web API [#696]
974974
- Added new instruments for ESO: ``ambient_paranal`` and ``meteo_paranal``
975-
(#657)
976-
- Fix problem with listed votable fields being truncated in SIMBAD (#654)
977-
- SDSS remote API fixes (#690)
975+
[#657]
976+
- Fix problem with listed votable fields being truncated in SIMBAD [#654]
977+
- SDSS remote API fixes [#690]
978978
- ALMA file downloader will skip over, rather than crashing on, access denied
979-
(HTTP 401) errors (#687)
980-
- Continued minor ALMA fixes (#655,#672,#687,#688)
981-
- Splatalogue export limit bugfix (#673)
982-
- SIMBAD flux_quality flag corrected to flux_qual (#680)
983-
- VIZIER add a flag to return the query payload for debugging (#668)
979+
(HTTP 401) errors [#687]
980+
- Continued minor ALMA fixes [#655,#672,#687,#688]
981+
- Splatalogue export limit bugfix [#673]
982+
- SIMBAD flux_quality flag corrected to flux_qual [#680]
983+
- VIZIER add a flag to return the query payload for debugging [#668]
984984

985985
0.3.1 (2016-01-19)
986986
==================
987987

988988
- Fix bug in xmatch service that required astropy tables to have exactly 2
989-
columns on input (#641)
990-
- Fix NASA ADS, which had an internal syntax error (#602)
991-
- Bugfix in NRAO queries: telescope config was parsed incorrectly (#629)
989+
columns on input [#641]
990+
- Fix NASA ADS, which had an internal syntax error [#602]
991+
- Bugfix in NRAO queries: telescope config was parsed incorrectly [#629]
992992
- IBE - added new module for locating data from PTF, WISE, and 2MASS from IRSA.
993993
See <http://irsa.ipac.caltech.edu/ibe/> for more information about IBE and
994994
<http://www.ptf.caltech.edu/page/ibe> for more information about PTF survey
995-
data in particular. (#450)
995+
data in particular. [#450]
996996

997997
0.3.0 (2015-10-26)
998998
==================
999999

1000-
- Fix ESO APEX project ID keyword (#591)
1001-
- Fix ALMA queries when accessing private data (#601)
1002-
- Allow data downloads to use the cache (#601)
1000+
- Fix ESO APEX project ID keyword [#591]
1001+
- Fix ALMA queries when accessing private data [#601]
1002+
- Allow data downloads to use the cache [#601]
10031003

10041004
0.2.6 (2015-07-23)
10051005
==================
10061006

1007-
- ESO bugfixes for handling radio buttons (#560)
1008-
- ESO: added SPHERE to list (#551)
1009-
- ESO/ALMA test cleanup (#553)
1010-
- Allow ALMA project view (#554)
1011-
- Fix Splatalogue version keyword (#557)
1007+
- ESO bugfixes for handling radio buttons [#560]
1008+
- ESO: added SPHERE to list [#551]
1009+
- ESO/ALMA test cleanup [#553]
1010+
- Allow ALMA project view [#554]
1011+
- Fix Splatalogue version keyword [#557]
10121012

10131013
0.2.4 (2015-03-27)
10141014
==================
10151015

10161016
- Bugfix for ``utils.commons.send_request()``: Raise exception if error status
1017-
is returned in the response. (#491)
1018-
- Update for ALMA Cycle 3 API change (#500)
1019-
- Added LCOGT Archive support (#537)
1017+
is returned in the response. [#491]
1018+
- Update for ALMA Cycle 3 API change [#500]
1019+
- Added LCOGT Archive support [#537]
10201020
- Refactored LAMDA to match the standard API and added a critical density
1021-
calculation utility (#546)
1021+
calculation utility [#546]
10221022

10231023
0.2.3 (2014-09-30)
10241024
==================
10251025

10261026

10271027
- AstroResponse has been removed, which means that all cached objects will have
10281028
new hashes. You should clear your cache: for most users, that means
1029-
``rm -r ~/.astropy/cache/astroquery/`` (#418)
1029+
``rm -r ~/.astropy/cache/astroquery/`` [#418]
10301030
- In ESO and ALMA, default to *not* storing your password. New keyword
1031-
``store_password=False``. (#415)
1031+
``store_password=False``. [#415]
10321032
- In ESO, fixed a form activation issue triggered in ESO ``retrieve_data()``,
10331033
updated file download link triggered by server side change.
10341034
More interesting, made ``username`` optional in ``login()``:
10351035
instead, you can now configure your preferred ``username``.
1036-
Finally, automatic login is now used by ``retrieve_data()``, if configured. (#420, #427)
1036+
Finally, automatic login is now used by ``retrieve_data()``, if configured. [#420, #427]
10371037
- Bugfix for UKIDSS: Login now uses the correct session to retrieve the data
1038-
(#425)
1038+
[#425]
10391039
- ALMA - many new features, including selective file retrieval. Fixes many errors that
1040-
were unnoticed in the previous version (#433)
1040+
were unnoticed in the previous version [#433]
10411041
- ALMA - add ``help`` method and pass payload keywords on correctly. Validate
1042-
the payload before querying. (#438)
1042+
the payload before querying. [#438]
10431043

10441044
0.2.2 (2014-09-10)
10451045
==================
10461046

1047-
- Support direct transmission of SQL queries to the SDSS server (#410)
1048-
- Added email/text job completion alert (#407) to the CosmoSim tool (#267).
1049-
- ESO archive now supports HARPS/FEROS reprocessed data queries (#412)
1047+
- Support direct transmission of SQL queries to the SDSS server [#410]
1048+
- Added email/text job completion alert [#407] to the CosmoSim tool [#267].
1049+
- ESO archive now supports HARPS/FEROS reprocessed data queries [#412]
10501050
- IPython notebook checker in the ESO tool is now compatible with regular
1051-
python (#413)
1051+
python [#413]
10521052
- Added new tool: ALMA archive query tool
10531053
http://astroquery.readthedocs.io/en/latest/alma/alma.html
1054-
(#411)
1054+
[#411]
10551055
- setup script and installation fixes
10561056

10571057
0.2 (2014-08-17)

docs/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.. _changelog:
2+
3+
**************
4+
Full Changelog
5+
**************
6+
7+
8+
.. include:: ../CHANGES.rst

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,10 @@
154154
[author], 1)]
155155

156156

157+
# Setting this URL is requited by sphinx-astropy
158+
github_issues_url = 'https://github.com/astropy/astroquery/issues/'
159+
160+
157161
# read the docs mocks
158162
class Mock(object):
159163
def __init__(self, *args, **kwargs):

docs/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ are available from the ``conda-forge`` conda channel.
4949
5050
$ conda install -c conda-forge astroquery
5151
52+
To review recent changes and fixes, please have a look at the changelog:
53+
54+
.. toctree::
55+
:maxdepth: 1
56+
57+
changelog
58+
5259

5360
Building from source
5461
^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)