File tree 2 files changed +33
-1
lines changed
2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change
1
+ v1.0.8
2
+ ======
3
+
4
+ Bug fixes:
5
+ - Fixed a compilation error with recent versions of CFITSIO (CURL dependency).
6
+
7
+
8
+ v1.0.7
9
+ ======
10
+
11
+ New/updated features:
12
+ - Added Av as an output of the simulation.
13
+
14
+ Bug fixes:
15
+ - Added sanity checks for input filters.
16
+
17
+
18
+ v1.0.6
19
+ ======
20
+
21
+ New/updated features:
22
+ - Added JWST and ALMA filters.
23
+
24
+ Changes in EGG recipes:
25
+ - The mass functions can now reach z=15, however this is a wild extrapolation!
26
+ - The recipes for Tdust and IR8 have been updated to the relations published in Schreiber et al. (2018).
27
+
28
+ Bug fixes:
29
+ - Fixed documentation for 'filter_db' parameter.
30
+ - Fixed issues with WCSLib and distortion in FITS headers.
31
+
32
+
1
33
v1.0.5
2
34
======
3
35
Original file line number Diff line number Diff line change @@ -1755,7 +1755,7 @@ void print_help() {
1755
1755
}
1756
1756
};
1757
1757
1758
- print (" egg-gencat v1.0.7 " );
1758
+ print (" egg-gencat v1.0.8 " );
1759
1759
print (" usage: egg-gencat [options]\n " );
1760
1760
1761
1761
print (" List of generic options:" );
You can’t perform that action at this time.
0 commit comments