Skip to content

Commit 9189dc5

Browse files
committed
New version number
1 parent cc2bffe commit 9189dc5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
1+
v1.3.0
2+
======
3+
4+
New/updated feature:
5+
- A new IGM absorption method is added, using the Inoue+14 prescription and allowing for scatter in the IGM absorption at a given redshift due to varying lines of sight through the IGM. For this occasion, the "naive_igm" option has been removed: instead the user can now choose which IGM recipe they want to use using the "igm=..." option. See help for more info. The new Inoue+14 IGM with scatter is now the default in EGG. Other methods ("constant", equivalent to the previous "naive_igm=1", and "madau95", equivalent to the previous "naive_igm=0") do not have scatter implemented.
6+
- It is now possible to generate galaxies without any IGM absorption using "igm=none".
7+
8+
19
v1.2.1
210
======
311

412
New/updated feature:
513
- Updated to latest vif API, no consequence at all on the code and outputs.
614

15+
716
v1.2.0
817
======
918

src/egg-gencat.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1915,7 +1915,7 @@ void print_help() {
19151915
}
19161916
};
19171917

1918-
print("egg-gencat v1.2.1");
1918+
print("egg-gencat v1.3.0");
19191919
print("usage: egg-gencat [options]\n");
19201920

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

0 commit comments

Comments
 (0)