Skip to content

docs: add section about 0.4.8 breaking changes #3317

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 19, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/simbad/simbad_evolution.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@
Simbad module evolutions
########################

***************************************
Major breaking changes in version 0.4.8
***************************************

In version 0.4.8, the SIMBAD astroquery module switched from SIMBAD's deprecated
interface to the TAP interface. This implied the following breaking changes:

- `~astroquery.simbad.SimbadClass.query_objects` outputs now have an additional column
``user_specified_id`` containing the objects' names as specified by the user. The
votable_field option ``typed_id`` is removed,
- All query methods will return tables with column names in lowercase (it was uppercase
in 0.4.7 and before) -- except for optical filter names that are case sensitive,
- the `~astroquery.simbad.SimbadClass.query_criteria` method is deprecated. See
section :ref:`query_criteria_evolution`.

For a more extensive list of changes, you can have a look at `the changelog
<https://github.com/astropy/astroquery/blob/main/CHANGES.rst>`_.

.. _query_criteria_evolution:

****************************************
Translating query_criteria into criteria
****************************************
Expand Down
Loading