Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f553f45

Browse filesBrowse files
committed
Prepare 18.1.0 release.
1 parent ccdd225 commit f553f45
Copy full SHA for f553f45

File tree

2 files changed

+4
-2
lines changed
Filter options

2 files changed

+4
-2
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
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

Copy file name to clipboardExpand all lines: tcod/path.py
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.