Skip to content

Commit 945d3a5

Browse files
bsipoczkeflavich
authored andcommitted
Cleaning up changelog pre 0.3.9
1 parent 799ec28 commit 945d3a5

File tree

1 file changed

+31
-28
lines changed

1 file changed

+31
-28
lines changed

CHANGES

Lines changed: 31 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,53 @@
1-
0.3.9 (unreleased)
1+
0.3.9 (2018-12-06)
22
------------------
33

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]
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 Browser [#1214]
10+
811
- ATOMIC: fix several bugs for using Quantited for the range parameters. [#1187]
912
- ESASKY: get_maps() accepts dict or list of (name, Table) pairs as input
1013
table list. [#1167]
1114
- ESO: Catch exception on login when keyring fails to get a valid storage.
1215
[#1198]
1316
- ESO: Add option to retrieve calibrations associated to data. [#1184]
14-
- HITRAN: use class-based API [#824]
17+
- FERMI: Switch to HTTPS [#1241]
18+
- IRSA: Added ``selcols`` keyword. [#1296]
1519
- JPL Horizons: Fix for missing total absolute magnitude or phase coefficient
1620
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]
21+
- JPLHorizons: Fix queries for major solar system bodies when sub-observer or sub-solar positions are requested. [#1268]
22+
- JPLHorizons: Fix bug with airmass column. [#1284]
2923
- JPLSpec: New query service for JPL Molecular Spectral Catalog. [#1170]
30-
- Add docstring and signature for login. [#1199]
3124
- JPLHorizons: JPL server protocol and epoch range bug fixes, user-defined
3225
location and additional ephemerides information added [#1207]
26+
- HITRAN: use class-based API [#1028]
27+
- MAST: Enable converting list of products into S3 uris [#1126]
28+
- MAST: Adding Tesscut interface for accessing TESS cutouts. [#1264]
29+
- MAST: Add functionality for switching to auth.mast when it goes live [#1256]
30+
- MAST: Support downloading data from multiple missions from the cloud [#1275]
31+
- MAST: Updating HSC and Gaia catalog calls (bugfix) [#1203]
3332
- 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]
3533
- MAST: Fixing mrp_only but and changing default to False [#1238]
34+
- MAST: TESS input catalog bugfix [#1297]
35+
- NASA_ADS: Use new API [#1162]
36+
- Nasa Exoplanet Arhive: Add option to return all columns. [#1183]
3637
- SPLATALOGUE: Minor - utils & tests updated to match upstream change [#1236]
37-
- FERMI: Switch to HTTPS [#1241]
38+
- utils.tap: Fix Gaia units. [#1161]
39+
- VO_CONESEARCH: Service validator now uses new STScI VAO TAP registry. [#1114]
40+
- WFAU: Added QSL constraints parameter [#1259]
41+
- XMATCH: default timeout has changed from 60s to 300s. [#1137]
42+
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]
3848
- utils: fix bug in ``parse_coordinates``, now strings that can be
3949
interpreted as coordinates are not sent through Sesame. When unit is not
4050
provided, degrees is now explicitely assumed. [#1252]
41-
- MAST: Adding Tesscut interface for accessing TESS cutouts. [#1264]
42-
- MAST: Add functionality for switching to auth.mast when it goes live [#1256]
43-
- 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]
47-
- MAST: TESS input catalog bugfix [#1297]
4851

4952

5053
0.3.8 (2018-04-27)

0 commit comments

Comments
 (0)