Skip to content

Commit d246f6c

Browse files
committed
Added changelog
1 parent 0168489 commit d246f6c

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

CHANGELOG

+59
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
v1.2 (13/01/2019)
2+
====
3+
4+
Features:
5+
- Added the APPLY_VDISP opion, to convolve SEDs with a fixed velocity dispersion.
6+
- Added the REST_MAG option to produce rest-frame magnitudes.
7+
- Added the CUSTOM_SFH_LOOKBACK option to have time running backwards in the custom SFH expression
8+
- Added the CONTINUUM_INDICES option to produce absorption line EWs, Dn4000, etc.
9+
- Added fast++-grid2fits tool to convert .grid files into .fits files.
10+
- Added fast++-sfh2sed tool to produce SED for a given SFH.
11+
- Added 'nmodel' as a possible output column, showing the number of models fit to each galaxy.
12+
- Added the NO_IGM option to disable IGM absorption.
13+
- Added the SFH_QUANTITIES option to output non-parametric quantities of the SFH.
14+
- When not using EAzY photometric redshifts, confidence intervals can now be freely chosen.
15+
- Added option to fit log(LIR) instead of LIR, better for galaxies with uncertain Tdust.
16+
- Added the INTERVAL_FROM_CHI2 option to compute conf intervals from chi2 grid directly.
17+
18+
Bug fixes:
19+
- Made sure that attenuation law never goes negative.
20+
- Added explicit check for galaxies with no valid data.
21+
- Added the DEBUG option to help identify invalid models.
22+
- Added explicit check to catch incorrect wavelength units in filters.
23+
- Fixed crash for galaxies with spectra but no valid photometry (thanks to Hugh Dickinson).
24+
- Fixed issues with unexpected line endings in input files.
25+
- Fixed bug where it was not possible to use the 'mw' dust law (thanks brojonat).
26+
- Fixed incorrect MC outputs for unsorted grids (e.g., metallicity, thanks Themiya Nanayakkara).
27+
- Fixed missing column names on the .input_res.fit files (thanks Themiya Nanayakkara).
28+
- Fixed MC conf intervals for gridded values close to grid edges (thanks Francesco Valentino).
29+
30+
Performances:
31+
- Added the 'generators' parallel execution scheme, which should be faster in all cases.
32+
- Improved performances of dust attenuation.
33+
- Faster implementation of the fit progress bar.
34+
- Improved speed of MAKE_SEDS by about a factor 5, and also enabled multithreading for this stage.
35+
- Simplified IGM absorption formula.
36+
37+
38+
v1.1 (08/11/2017)
39+
====
40+
41+
Bug fixes:
42+
- BEST_FROM_SIM=1 now produces valid chi2 and best-fit SEDs.
43+
- The FILTER.RES file is now read exactly as in FAST and EAzY, to avoid some incompatibilities.
44+
45+
Other changes:
46+
- When MAKE_SED=1, the fitting stage is now disabled and the program only creates the SEDs.
47+
48+
49+
v1.0 (13/09/2017)
50+
====
51+
52+
Features:
53+
- This is the first release that contains all the features of the original FAST.
54+
- Additional features:
55+
- Custom star formation histories
56+
- Priors on L_IR
57+
- More outputs: average SFR, ionizing luminosity, dust luminosity, formed stellar mass, ...
58+
- Create SEDs from list of models and stellar masses
59+
- Multithreading

0 commit comments

Comments
 (0)