We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d74caf commit c19aacdCopy full SHA for c19aacd
CHANGELOG.md
@@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](https://semver.org/) since version
6
7
## [Unreleased]
8
9
+## [19.2.0] - 2025-07-20
10
+
11
### Added
12
13
- `tcod.noise.grid` now has the `offset` parameter for easier sampling of noise chunks.
tcod/noise.py
@@ -433,7 +433,7 @@ def grid(
433
Similar to `origin` but is scaled by the `scale` parameter.
434
Can be multiples of `shape` to index noise samples by chunk.
435
436
- .. versionadded:: Unreleased
+ .. versionadded:: 19.2
437
438
Returns:
439
A sparse mesh-grid to be passed into a :class:`Noise` instance.
0 commit comments