Skip to content

Commit c353e00

Browse files
bsipoczjespinosaar
authored andcommitted
Minor fixes after rebase
1 parent f813b8f commit c353e00

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

CHANGES.rst

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
New Tools and Services
55
----------------------
66

7-
gaia
8-
^^^^
9-
- New method, rename_table, which allows the user to rename table and column names
10-
117

128
Service fixes and enhancements
139
------------------------------
@@ -33,8 +29,9 @@ gaia
3329
``astroquery.gaia.Gaia`` no longer ignore their ``columns`` argument when
3430
``radius`` is specified. [#2249]
3531

36-
- Enhanced methods 'launch_job' and 'launch_job_async' to avoid issues with the name provided by the user for the
37-
output file when the results are returned by the TAP in compressed format.
32+
- Enhanced methods 'launch_job' and 'launch_job_async' to avoid issues with
33+
the name provided by the user for the output file when the results are
34+
returned by the TAP in compressed format. [#2077]
3835

3936
mast
4037
^^^^
@@ -55,10 +52,17 @@ Infrastructure, Utility and Other Changes and Additions
5552
- Callback hooks are deleted before caching. Potentially all cached queries
5653
prior to this PR will be rendered invalid. [#2295]
5754

55+
utils.tap
56+
^^^^^^^^^
57+
5858
- The modules that make use of the ``astroquery.utils.tap.model.job.Job`` class
5959
(e.g. Gaia) no longer print messages about where the results of async queries
6060
were written if the ``verbose`` setting is ``False``. [#2299]
6161

62+
- New method, ``rename_table``, which allows the user to rename table and
63+
column names. [#2077]
64+
65+
6266

6367
0.4.5 (2021-12-24)
6468
==================

astroquery/utils/tap/conn/tapconn.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -414,9 +414,6 @@ def execute_table_tool(self, data,
414414
context = self.__get_table_edit_context()
415415
return self.__execute_post(context, data, content_type, verbose)
416416

417-
418-
419-
420417
def __execute_post(self, context, data,
421418
content_type=CONTENT_TYPE_POST_DEFAULT,
422419
verbose=False):

0 commit comments

Comments
 (0)