Skip to content

Commit 66de8d3

Browse files
authored
Merge pull request #1305 from bsipocz/changelog_pre_039
Cleaning up changelog pre 0.3.9
2 parents 799ec28 + 22302ec commit 66de8d3

File tree

1 file changed

+37
-31
lines changed

1 file changed

+37
-31
lines changed

CHANGES

+37-31
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,56 @@
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]
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]
914
- ESASKY: get_maps() accepts dict or list of (name, Table) pairs as input
1015
table list. [#1167]
1116
- ESO: Catch exception on login when keyring fails to get a valid storage.
1217
[#1198]
1318
- 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]
1521
- JPL Horizons: Fix for missing total absolute magnitude or phase coefficient
1622
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]
2926
- JPLSpec: New query service for JPL Molecular Spectral Catalog. [#1170]
30-
- Add docstring and signature for login. [#1199]
3127
- JPLHorizons: JPL server protocol and epoch range bug fixes, user-defined
3228
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]
4131
- MAST: Adding Tesscut interface for accessing TESS cutouts. [#1264]
4232
- MAST: Add functionality for switching to auth.mast when it goes live [#1256]
4333
- 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]
4738
- 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]
4854

4955

5056
0.3.8 (2018-04-27)

0 commit comments

Comments
 (0)