File tree 2 files changed +16
-7
lines changed
2 files changed +16
-7
lines changed Original file line number Diff line number Diff line change 2
2
desisim change log
3
3
==================
4
4
5
- 0.17.2 (unreleased )
5
+ 0.18.0 (2016-03-04 )
6
6
-------------------
7
7
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)
13
22
14
23
0.17.1 (2016-12-05)
15
24
-------------------
Original file line number Diff line number Diff line change 1
- __version__ = '0.17.1.dev753 '
1
+ __version__ = '0.18.0 '
You can’t perform that action at this time.
0 commit comments