Skip to content

Commit 22302ec

Browse files
committed
fix wrapping
1 parent 945d3a5 commit 22302ec

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

CHANGES

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
coordinates. [#1177]
77
- New tool ``CDS``: module to query the MOCServer, a CDS tool providing MOCs
88
and meta data of various data-sets. [#1111]
9-
- New tool ``JPLSDB``: New module for querying JPL's Small Body Database Browser [#1214]
9+
- New tool ``JPLSDB``: New module for querying JPL's Small Body Database
10+
Browser [#1214]
1011

11-
- ATOMIC: fix several bugs for using Quantited for the range parameters. [#1187]
12+
- ATOMIC: fix several bugs for using Quantited for the range parameters.
13+
[#1187]
1214
- ESASKY: get_maps() accepts dict or list of (name, Table) pairs as input
1315
table list. [#1167]
1416
- ESO: Catch exception on login when keyring fails to get a valid storage.
@@ -18,7 +20,8 @@
1820
- IRSA: Added ``selcols`` keyword. [#1296]
1921
- JPL Horizons: Fix for missing total absolute magnitude or phase coefficient
2022
for comets [#1151]
21-
- JPLHorizons: Fix queries for major solar system bodies when sub-observer or sub-solar positions are requested. [#1268]
23+
- JPLHorizons: Fix queries for major solar system bodies when sub-observer or
24+
sub-solar positions are requested. [#1268]
2225
- JPLHorizons: Fix bug with airmass column. [#1284]
2326
- JPLSpec: New query service for JPL Molecular Spectral Catalog. [#1170]
2427
- JPLHorizons: JPL server protocol and epoch range bug fixes, user-defined
@@ -29,7 +32,8 @@
2932
- MAST: Add functionality for switching to auth.mast when it goes live [#1256]
3033
- MAST: Support downloading data from multiple missions from the cloud [#1275]
3134
- MAST: Updating HSC and Gaia catalog calls (bugfix) [#1203]
32-
- MAST: Fixing bug in catalog criteria querues, and updating remote tests. [#1223]
35+
- MAST: Fixing bug in catalog criteria querues, and updating remote tests.
36+
[#1223]
3337
- MAST: Fixing mrp_only but and changing default to False [#1238]
3438
- MAST: TESS input catalog bugfix [#1297]
3539
- NASA_ADS: Use new API [#1162]
@@ -40,14 +44,13 @@
4044
- WFAU: Added QSL constraints parameter [#1259]
4145
- XMATCH: default timeout has changed from 60s to 300s. [#1137]
4246

43-
- Re-enable sandboxing / preventing internet access during non-remote
44-
tests, which has been unintentionally disabled for a potentially long time.
45-
[#1274]
46-
- File download progress bar no longer displays when Astropy log level
47-
is set to "WARNING", "ERROR", or "CRITICAL". [#1188]
48-
- utils: fix bug in ``parse_coordinates``, now strings that can be
49-
interpreted as coordinates are not sent through Sesame. When unit is not
50-
provided, degrees is now explicitely assumed. [#1252]
47+
- Re-enable sandboxing / preventing internet access during non-remote tests,
48+
which has been unintentionally disabled for a potentially long time. [#1274]
49+
- File download progress bar no longer displays when Astropy log level is set
50+
to "WARNING", "ERROR", or "CRITICAL". [#1188]
51+
- utils: fix bug in ``parse_coordinates``, now strings that can be interpreted
52+
as coordinates are not sent through Sesame. When unit is not provided,
53+
degrees is now explicitely assumed. [#1252]
5154

5255

5356
0.3.8 (2018-04-27)

0 commit comments

Comments
 (0)