Skip to content

Commit 79eceb9

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

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

CHANGES.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,20 @@
44
New Tools and Services
55
----------------------
66

7+
gaia
8+
^^^^
9+
10+
- TAP notifications service is now available for Gaia. If there is notification for the users,
11+
e.g planned or our unplanned downtimes of the archive, etc. The notification
12+
will be also visible when accessing the archive through Astroquery. [#2376]
713

814
hsa
915
^^^
1016

1117
- New module to access ESA Herschel mission. [#2122]
1218

19+
20+
1321
Service fixes and enhancements
1422
------------------------------
1523

@@ -49,6 +57,13 @@ oac
4957
- Fix bug in parsing events that contain html tags (e.g. in their alias
5058
field). [#2423]
5159

60+
gaia
61+
^^^^
62+
63+
- Method 'load_data' now has the parameter 'valid_data' set to False by default.
64+
With this change the epoch photometry service returns all data associated to
65+
a given source. [#2376]
66+
5267

5368
Infrastructure, Utility and Other Changes and Additions
5469
-------------------------------------------------------

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)