Skip to content

Commit 7760e34

Browse files
committed
Updated changelog to include recent changes.
1 parent 47ea7f6 commit 7760e34

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

CHANGELOG.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
Version 0.19-UNRELEASED
22

3-
* Added export support using libgdal
4-
* Force rivers and grayscale_heightmap to PNG to avoid ambiguity of providing a
5-
filename which can introduce input error.
3+
* Rivers and grayscale_heightmaps are generated as PNG images, filenames no longer have to be provided.
4+
* The grayscale_heightmap is now stored as a proper 16 bit grayscale PNG.
65
* Modified color elevation routines so that depressions are still represented as land instead of ocean and heights are normalied.
6+
* Speed of generation increased by almost a factor of 3 (due to update to Platec and making heavy use of numpy).
7+
* World-generation is now deterministic, i.e. generation is 100% reproducible.
8+
* Added support for exporting heightmaps using libgdal (see http://www.gdal.org/formats_list.html for possible formats).
79
* Added the ability to modify temperature and humidity ranges as well as the temperature/precipitation curve.
8-
* Added the ability to generate scatter plots showing temperature and humidity of all terrestrial cells.
10+
* Added the ability to generate scatter plots showing temperature and humidity of all terrestrial cells.
11+
* Added small variations to the temperature-map based on basic orbital parameters.
12+
* Added a satellite-like view of the world.
13+
* Added support to save/load worlds in/from HDF5-format.
14+
* Removed support for saving/loading worlds in/from pickle-format.
915

1016
Version 0.18
1117

@@ -65,13 +71,3 @@ Version 0.4.1
6571
Version 0.4.0
6672

6773
* Evan Sampson added Holdridge life zones model
68-
69-
70-
71-
72-
73-
74-
75-
76-
77-

0 commit comments

Comments
 (0)