Skip to content

Commit

Permalink
Merge pull request #1305 from bsipocz/changelog_pre_039
Browse files Browse the repository at this point in the history
Cleaning up changelog pre 0.3.9
  • Loading branch information
keflavich authored Dec 6, 2018
2 parents 799ec28 + 22302ec commit 66de8d3
Showing 1 changed file with 37 additions and 31 deletions.
68 changes: 37 additions & 31 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,50 +1,56 @@
0.3.9 (unreleased)
0.3.9 (2018-12-06)
------------------

- General: re-enable sandboxing / preventing internet access during non-remote
tests, which has been unintentionally disabled for a potentially long time.
[#1274]
- WFAU: Added QSL constraints parameter [#1259]
- ATOMIC: fix several bugs for using Quantited for the range parameters. [#1187]
- New tool: MPC module can now request comet and asteroid ephemerides from the
Minor Planet Ephemeris Service, and return a table of observatory codes and
coordinates. [#1177]
- New tool ``CDS``: module to query the MOCServer, a CDS tool providing MOCs
and meta data of various data-sets. [#1111]
- New tool ``JPLSDB``: New module for querying JPL's Small Body Database
Browser [#1214]

- ATOMIC: fix several bugs for using Quantited for the range parameters.
[#1187]
- ESASKY: get_maps() accepts dict or list of (name, Table) pairs as input
table list. [#1167]
- ESO: Catch exception on login when keyring fails to get a valid storage.
[#1198]
- ESO: Add option to retrieve calibrations associated to data. [#1184]
- HITRAN: use class-based API [#824]
- FERMI: Switch to HTTPS [#1241]
- IRSA: Added ``selcols`` keyword. [#1296]
- JPL Horizons: Fix for missing total absolute magnitude or phase coefficient
for comets [#1151]
- MAST: Enable converting list of products into S3 uris [#1126]
- New tool: MPC module can now request comet and asteroid ephemerides from the
Minor Planet Ephemeris Service, and return a table of observatory codes and
coordinates. [#1177]
- NASA_ADS: Use new API [#1162]
- VO_CONESEARCH: Service validator now uses new STScI VAO TAP registry. [#1114]
- Nasa Exoplanet Arhive: Add option to return all columns. [#1183]
- File download progress bar no longer displays when Astropy log level
is set to "WARNING", "ERROR", or "CRITICAL". [#1188]
- New tool: CDS - added module to query the MOCServer, a CDS tool providing MOCs
and meta data of various data-sets. [#1111]
- MAST: Updating HSC and Gaia catalog calls (bugfix) [#1203]
- JPLHorizons: Fix queries for major solar system bodies when sub-observer or
sub-solar positions are requested. [#1268]
- JPLHorizons: Fix bug with airmass column. [#1284]
- JPLSpec: New query service for JPL Molecular Spectral Catalog. [#1170]
- Add docstring and signature for login. [#1199]
- JPLHorizons: JPL server protocol and epoch range bug fixes, user-defined
location and additional ephemerides information added [#1207]
- MAST: Fixing bug in catalog criteria querues, and updating remote tests. [#1223]
- JPLSDB: New module for querying JPL's Small Body Database Browser [#1214]
- MAST: Fixing mrp_only but and changing default to False [#1238]
- SPLATALOGUE: Minor - utils & tests updated to match upstream change [#1236]
- FERMI: Switch to HTTPS [#1241]
- utils: fix bug in ``parse_coordinates``, now strings that can be
interpreted as coordinates are not sent through Sesame. When unit is not
provided, degrees is now explicitely assumed. [#1252]
- HITRAN: use class-based API [#1028]
- MAST: Enable converting list of products into S3 uris [#1126]
- MAST: Adding Tesscut interface for accessing TESS cutouts. [#1264]
- MAST: Add functionality for switching to auth.mast when it goes live [#1256]
- MAST: Support downloading data from multiple missions from the cloud [#1275]
- JPLHorizons: Fix queries for major solar system bodies when sub-observer or sub-solar positions are requested. [#1268]
- JPLHorizons: Fix bug with airmass column. [#1284]
- docs: Clarifying install instructions [#1270]
- MAST: Updating HSC and Gaia catalog calls (bugfix) [#1203]
- MAST: Fixing bug in catalog criteria querues, and updating remote tests.
[#1223]
- MAST: Fixing mrp_only but and changing default to False [#1238]
- MAST: TESS input catalog bugfix [#1297]
- NASA_ADS: Use new API [#1162]
- Nasa Exoplanet Arhive: Add option to return all columns. [#1183]
- SPLATALOGUE: Minor - utils & tests updated to match upstream change [#1236]
- utils.tap: Fix Gaia units. [#1161]
- VO_CONESEARCH: Service validator now uses new STScI VAO TAP registry. [#1114]
- WFAU: Added QSL constraints parameter [#1259]
- XMATCH: default timeout has changed from 60s to 300s. [#1137]

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


0.3.8 (2018-04-27)
Expand Down

0 comments on commit 66de8d3

Please sign in to comment.