Skip to content

Commit bdfe3ae

Browse files
committed
Updated version number and changelog
1 parent 2b6d410 commit bdfe3ae

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG

+32
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
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+
133
v1.0.5
234
======
335

src/egg-gencat.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1755,7 +1755,7 @@ void print_help() {
17551755
}
17561756
};
17571757

1758-
print("egg-gencat v1.0.7");
1758+
print("egg-gencat v1.0.8");
17591759
print("usage: egg-gencat [options]\n");
17601760

17611761
print("List of generic options:");

0 commit comments

Comments
 (0)