File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 4
4
Simbad module evolutions
5
5
########################
6
6
7
+ ***************************************
8
+ Major breaking changes in version 0.4.8
9
+ ***************************************
10
+
11
+ In version 0.4.8, the SIMBAD astroquery module switched from SIMBAD's deprecated
12
+ interface to the TAP interface. This implied the following breaking changes:
13
+
14
+ - `~astroquery.simbad.SimbadClass.query_objects ` outputs now have an additional column
15
+ ``user_specified_id `` containing the objects' names as specified by the user. The
16
+ votable_field option ``typed_id `` is removed,
17
+ - All query methods will return tables with column names in lowercase (it was uppercase
18
+ in 0.4.7 and before) -- except for optical filter names that are case sensitive,
19
+ - the `~astroquery.simbad.SimbadClass.query_criteria ` method is deprecated. See
20
+ section :ref: `query_criteria_evolution `.
21
+
22
+ For a more extensive list of changes, you can have a look at `the changelog
23
+ <https://github.com/astropy/astroquery/blob/main/CHANGES.rst> `_.
24
+
25
+ .. _query_criteria_evolution :
26
+
7
27
****************************************
8
28
Translating query_criteria into criteria
9
29
****************************************
You can’t perform that action at this time.
0 commit comments