File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,12 @@ ESO Queries (`astroquery.eso`)
9
9
Backward Compatibility Notice
10
10
==============================
11
11
12
- On replacing the backend WDB by TAP
13
- The WDB (Web DataBase) API is being deprecated and replaced by TAP (Table Access Protocol),
12
+ **The WDB (Web DataBase) API is being deprecated and replaced by TAP (Table Access Protocol) **,
14
13
a standardized interface for querying astronomical datasets using ADQL (Astronomical Data Query Language).
15
- While the Python interface remains the same, the ``columns `` and ``column_filters ``
16
- parameters have been updated to reflect TAP's field names and ADQL syntax. This means that
17
- although the structure of your code won't need to change,
18
- the values passed to these arguments must be revised to comply with the new format.
14
+ While the Python interface remains the same, the values accepted by the ``columns `` and ``column_filters ``
15
+ parameters must reflect TAP's field names and ADQL syntax. This means that
16
+ although the structure of your code won't need to change, ** the values you pass to the arguments **
17
+ `` columns `` ** and ** `` column_filters `` ** must be revised ** to comply with the new format.
19
18
20
19
In TAP, column_filters accepts SQL-like ADQL expressions. For example:
21
20
You can’t perform that action at this time.
0 commit comments