Skip to content

Commit f553f45

Browse files
committed
Prepare 18.1.0 release.
1 parent ccdd225 commit f553f45

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ This project adheres to [Semantic Versioning](https://semver.org/) since version
66

77
## [Unreleased]
88

9+
## [18.1.0] - 2025-05-05
10+
911
### Added
1012

11-
- `tcod.path.path2d` computes a path for the most basic cases.
13+
- `tcod.path.path2d` to compute paths for the most basic cases.
1214

1315
### Fixed
1416

tcod/path.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1465,7 +1465,7 @@ def path2d( # noqa: C901, PLR0912, PLR0913
14651465
[3, 0],
14661466
[3, 1]], dtype=int...)
14671467
1468-
.. versionadded:: Unreleased
1468+
.. versionadded:: 18.1
14691469
"""
14701470
cost = np.copy(cost) # Copy array to later modify nodes to be always reachable
14711471

0 commit comments

Comments
 (0)