Skip to content

Commit cf4ca68

Browse files
mhsarmientobsipocz
authored andcommitted
This new commit updates the file CHANGES.rst with the changes made in the gaia module [astropy#2376]
1 parent fce1c21 commit cf4ca68

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,19 @@
33

44
New Tools and Services
55
----------------------
6-
6+
gaia
7+
^^^^
8+
- TAP notifications service is now available for Gaia. If there is notification for the users,
9+
e.g planned or our unplanned downtimes of the archive, etc. The notification
10+
will be also visible when accessing the archive through Astroquery.
711

812
hsa
913
^^^
1014

1115
- New module to access ESA Herschel mission. [#2122]
1216

17+
18+
1319
Service fixes and enhancements
1420
------------------------------
1521

@@ -38,6 +44,11 @@ linelists.cdms
3844
- Fix issues with the line name parser and the line data parser; the original
3945
implementation was incomplete and upstream was not fully documented. [#2385, #2411]
4046

47+
gaia
48+
^^^^
49+
- Method 'load_data' now has the parameter 'valid_data' set to False by default.
50+
With this change the epoch photometry service returns all data associated to a given source.
51+
4152
Infrastructure, Utility and Other Changes and Additions
4253
-------------------------------------------------------
4354

astroquery/gaia/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -920,6 +920,7 @@ def get_status_messages(self):
920920
the status of JWST TAP
921921
"""
922922
try:
923+
print("parsing notification messages")
923924
subContext = conf.GAIA_MESSAGES
924925
connHandler = self._TapPlus__getconnhandler()
925926
response = connHandler.execute_tapget(subContext, False)

0 commit comments

Comments
 (0)