Hello there,
it appears that the v0.4.8 of astroquery deleted the column 'SCRIPT_NUMBER_ID' when using the function Simbad.query_region(). The column, introduced here (#2047) was crucial to connect the unequivocally inputs and outputs of a query, by assigning each row a number corresponding to the i-th input region.
Apparently the column was renamed as 'object_number_id' in Simbad.query_objects() (#2954). However, no such column exists for Simbad.query_region().
Would it be possible to restore this column (even with a different name)?
Thank you in advance for your the consideration. :)