-
Notifications
You must be signed in to change notification settings - Fork 69
/
CHANGES.txt
57 lines (30 loc) · 1.26 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
1.2.3 -- November 12, 2018
- Fix linking issue with inline functions on some platforms (e.g., Gentoo)
(Thanks to Tobias Klausmann)
- Fix missing lacunarity parameter in snoise4
(Thanks to James Martin)
- Fix broken links in README
(Thanks to Tom Jakubowski)
1.2.2 -- March 26, 2015
- AppVeyor support for Windows builds (Thanks to Federico Tomassetti)
1.2.1 -- March 10, 2013
- Fix MSVC compatibility (Thanks to Christoph Gohlke)
1.2.0 -- Mar 9, 2013
- Add lacunarity parameter for perlin and simplex functions
- Add 4D simplex noise
- 2D simplex noise can now be tiled seamlessly
1.1.1 -- Feb 14, 2013
- Fixed artifact in 3D simplex noise output
- Updated animate_tex example to use simplex noise
- Updated 2dtexture example to work with Python 3 and use simplex noise
- Fix shaders to work with Python 3
- Pretty up the atmosphere shader noise example.
- Improve lighting/brightness of planet example.
1.1 -- Feb 2013
- Fixed C-extensions to build in Python 3.
- Fixed broken 3D simplex noise implementation.
- Add kwarg support to simplex noise functions
- Fixed range of 3D simplex noise with multiple octaves
- Fixed crash in perlin noise due to index out of range
- Added unit tests
- Moved code to github