Skip to content

Commit

Permalink
Prepare 12.2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
HexDecimal committed Apr 10, 2021
1 parent 4e20a5d commit 6ccbb3a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ v2.0.0

Unreleased
------------------

12.2.0 - 2021-04-09
-------------------
Added
- Added `tcod.noise.Algorithm` and `tcod.noise.Implementation` enums.
- Added `tcod.noise.grid` helper function.
Expand Down
2 changes: 2 additions & 0 deletions tcod/noise.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,8 @@ def grid(
[-0.18455243, -0.35063767, 0.4495706 , 0.02399864, -0.42226675],
[-0.16333057, 0.18149695, 0.7547447 , -0.07006818, -0.6546707 ]],
dtype=float32)
.. versionadded:: 12.2
""" # noqa: E501
if isinstance(scale, float):
scale = (scale,) * len(shape)
Expand Down

0 comments on commit 6ccbb3a

Please sign in to comment.