|
1 |
| -0.3.9 (unreleased) |
| 1 | +0.3.9 (2018-12-06) |
2 | 2 | ------------------
|
3 | 3 |
|
4 |
| -- General: re-enable sandboxing / preventing internet access during non-remote |
5 |
| - tests, which has been unintentionally disabled for a potentially long time. |
6 |
| - [#1274] |
7 |
| -- WFAU: Added QSL constraints parameter [#1259] |
8 |
| -- ATOMIC: fix several bugs for using Quantited for the range parameters. [#1187] |
| 4 | +- New tool: MPC module can now request comet and asteroid ephemerides from the |
| 5 | + Minor Planet Ephemeris Service, and return a table of observatory codes and |
| 6 | + coordinates. [#1177] |
| 7 | +- New tool ``CDS``: module to query the MOCServer, a CDS tool providing MOCs |
| 8 | + and meta data of various data-sets. [#1111] |
| 9 | +- New tool ``JPLSDB``: New module for querying JPL's Small Body Database |
| 10 | + Browser [#1214] |
| 11 | + |
| 12 | +- ATOMIC: fix several bugs for using Quantited for the range parameters. |
| 13 | + [#1187] |
9 | 14 | - ESASKY: get_maps() accepts dict or list of (name, Table) pairs as input
|
10 | 15 | table list. [#1167]
|
11 | 16 | - ESO: Catch exception on login when keyring fails to get a valid storage.
|
12 | 17 | [#1198]
|
13 | 18 | - ESO: Add option to retrieve calibrations associated to data. [#1184]
|
14 |
| -- HITRAN: use class-based API [#824] |
| 19 | +- FERMI: Switch to HTTPS [#1241] |
| 20 | +- IRSA: Added ``selcols`` keyword. [#1296] |
15 | 21 | - JPL Horizons: Fix for missing total absolute magnitude or phase coefficient
|
16 | 22 | for comets [#1151]
|
17 |
| -- MAST: Enable converting list of products into S3 uris [#1126] |
18 |
| -- New tool: MPC module can now request comet and asteroid ephemerides from the |
19 |
| - Minor Planet Ephemeris Service, and return a table of observatory codes and |
20 |
| - coordinates. [#1177] |
21 |
| -- NASA_ADS: Use new API [#1162] |
22 |
| -- VO_CONESEARCH: Service validator now uses new STScI VAO TAP registry. [#1114] |
23 |
| -- Nasa Exoplanet Arhive: Add option to return all columns. [#1183] |
24 |
| -- File download progress bar no longer displays when Astropy log level |
25 |
| - is set to "WARNING", "ERROR", or "CRITICAL". [#1188] |
26 |
| -- New tool: CDS - added module to query the MOCServer, a CDS tool providing MOCs |
27 |
| - and meta data of various data-sets. [#1111] |
28 |
| -- MAST: Updating HSC and Gaia catalog calls (bugfix) [#1203] |
| 23 | +- JPLHorizons: Fix queries for major solar system bodies when sub-observer or |
| 24 | + sub-solar positions are requested. [#1268] |
| 25 | +- JPLHorizons: Fix bug with airmass column. [#1284] |
29 | 26 | - JPLSpec: New query service for JPL Molecular Spectral Catalog. [#1170]
|
30 |
| -- Add docstring and signature for login. [#1199] |
31 | 27 | - JPLHorizons: JPL server protocol and epoch range bug fixes, user-defined
|
32 | 28 | location and additional ephemerides information added [#1207]
|
33 |
| -- MAST: Fixing bug in catalog criteria querues, and updating remote tests. [#1223] |
34 |
| -- JPLSDB: New module for querying JPL's Small Body Database Browser [#1214] |
35 |
| -- MAST: Fixing mrp_only but and changing default to False [#1238] |
36 |
| -- SPLATALOGUE: Minor - utils & tests updated to match upstream change [#1236] |
37 |
| -- FERMI: Switch to HTTPS [#1241] |
38 |
| -- utils: fix bug in ``parse_coordinates``, now strings that can be |
39 |
| - interpreted as coordinates are not sent through Sesame. When unit is not |
40 |
| - provided, degrees is now explicitely assumed. [#1252] |
| 29 | +- HITRAN: use class-based API [#1028] |
| 30 | +- MAST: Enable converting list of products into S3 uris [#1126] |
41 | 31 | - MAST: Adding Tesscut interface for accessing TESS cutouts. [#1264]
|
42 | 32 | - MAST: Add functionality for switching to auth.mast when it goes live [#1256]
|
43 | 33 | - MAST: Support downloading data from multiple missions from the cloud [#1275]
|
44 |
| -- JPLHorizons: Fix queries for major solar system bodies when sub-observer or sub-solar positions are requested. [#1268] |
45 |
| -- JPLHorizons: Fix bug with airmass column. [#1284] |
46 |
| -- docs: Clarifying install instructions [#1270] |
| 34 | +- MAST: Updating HSC and Gaia catalog calls (bugfix) [#1203] |
| 35 | +- MAST: Fixing bug in catalog criteria querues, and updating remote tests. |
| 36 | + [#1223] |
| 37 | +- MAST: Fixing mrp_only but and changing default to False [#1238] |
47 | 38 | - MAST: TESS input catalog bugfix [#1297]
|
| 39 | +- NASA_ADS: Use new API [#1162] |
| 40 | +- Nasa Exoplanet Arhive: Add option to return all columns. [#1183] |
| 41 | +- SPLATALOGUE: Minor - utils & tests updated to match upstream change [#1236] |
| 42 | +- utils.tap: Fix Gaia units. [#1161] |
| 43 | +- VO_CONESEARCH: Service validator now uses new STScI VAO TAP registry. [#1114] |
| 44 | +- WFAU: Added QSL constraints parameter [#1259] |
| 45 | +- XMATCH: default timeout has changed from 60s to 300s. [#1137] |
| 46 | + |
| 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] |
48 | 54 |
|
49 | 55 |
|
50 | 56 | 0.3.8 (2018-04-27)
|
|
0 commit comments