Skip to content

Commit ca6d686

Browse files
committed
update release notes and version for desisim/0.18.0
1 parent 2ec990c commit ca6d686

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

doc/changes.rst

+15-6
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,23 @@
22
desisim change log
33
==================
44

5-
0.17.2 (unreleased)
5+
0.18.0 (2016-03-04)
66
-------------------
77

8-
* drops unused truth,targets columns to save memory in quicksurvey loop
9-
* pixsim add new required keywords DOSVER, FEEVER, DETECTOR
10-
* rewrote lya_spectra to achieve factor of 10 speedup.
11-
* COSMO (astropy.cosmology setup) is a new optional keyword for qso_desi_templates.
12-
* minor enhancements to templates code
8+
* pixsims add new required keywords DOSVER, FEEVER, DETECTOR
9+
* small bug fixes in quickcat; drop unused truth,targets columns to save memory
10+
in quicksurvey loop (PRs #198, #199)
11+
* quickgen update to support white dwarf templates (PR #204)
12+
* several enhancements of the templates code
13+
14+
* optionally output rest-frame templates (PR #208)
15+
* rewrite of lya_spectra to achieve factor of 10 speedup; use COSMO
16+
(astropy.cosmology setup) as a new optional keyword for qso_desi_templates;
17+
updated API (PRs #210, #212)
18+
* various small changes to desisim.templates (PR #211)
19+
* support for DA and DB white dwarf subtypes (PR #213)
20+
21+
* update test dependencies (PR #214)
1322

1423
0.17.1 (2016-12-05)
1524
-------------------

py/desisim/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.17.1.dev753'
1+
__version__ = '0.18.0'

0 commit comments

Comments
 (0)