From ca6d68639ef655235418c2ce25647632765fe2f9 Mon Sep 17 00:00:00 2001 From: John Moustakas Date: Sat, 4 Mar 2017 17:25:10 -0500 Subject: [PATCH] update release notes and version for desisim/0.18.0 --- doc/changes.rst | 21 +++++++++++++++------ py/desisim/_version.py | 2 +- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/doc/changes.rst b/doc/changes.rst index 088288b83..26cd56915 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -2,14 +2,23 @@ desisim change log ================== -0.17.2 (unreleased) +0.18.0 (2016-03-04) ------------------- -* drops unused truth,targets columns to save memory in quicksurvey loop -* pixsim add new required keywords DOSVER, FEEVER, DETECTOR -* rewrote lya_spectra to achieve factor of 10 speedup. -* COSMO (astropy.cosmology setup) is a new optional keyword for qso_desi_templates. -* minor enhancements to templates code +* pixsims add new required keywords DOSVER, FEEVER, DETECTOR +* small bug fixes in quickcat; drop unused truth,targets columns to save memory + in quicksurvey loop (PRs #198, #199) +* quickgen update to support white dwarf templates (PR #204) +* several enhancements of the templates code + + * optionally output rest-frame templates (PR #208) + * rewrite of lya_spectra to achieve factor of 10 speedup; use COSMO + (astropy.cosmology setup) as a new optional keyword for qso_desi_templates; + updated API (PRs #210, #212) + * various small changes to desisim.templates (PR #211) + * support for DA and DB white dwarf subtypes (PR #213) + +* update test dependencies (PR #214) 0.17.1 (2016-12-05) ------------------- diff --git a/py/desisim/_version.py b/py/desisim/_version.py index aec1e83c5..5ec52a922 100644 --- a/py/desisim/_version.py +++ b/py/desisim/_version.py @@ -1 +1 @@ -__version__ = '0.17.1.dev753' +__version__ = '0.18.0'