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 ccdd225 commit f553f45Copy full SHA for f553f45
CHANGELOG.md
@@ -6,9 +6,11 @@ This project adheres to [Semantic Versioning](https://semver.org/) since version
6
7
## [Unreleased]
8
9
+## [18.1.0] - 2025-05-05
10
+
11
### Added
12
-- `tcod.path.path2d` computes a path for the most basic cases.
13
+- `tcod.path.path2d` to compute paths for the most basic cases.
14
15
### Fixed
16
tcod/path.py
@@ -1465,7 +1465,7 @@ def path2d( # noqa: C901, PLR0912, PLR0913
1465
[3, 0],
1466
[3, 1]], dtype=int...)
1467
1468
- .. versionadded:: Unreleased
+ .. versionadded:: 18.1
1469
"""
1470
cost = np.copy(cost) # Copy array to later modify nodes to be always reachable
1471
0 commit comments