Skip to content

Commit 3fff71b

Browse files
committed
shorten the changelog
1 parent b0875bc commit 3fff71b

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
44

55
**New features:**
66

7-
- Use `InterpreterPoolExecutor` as default executor on Python 3.14+ [\#XXX](https://github.com/python-adaptive/adaptive/pull/XXX)
8-
- Automatically detects and uses `InterpreterPoolExecutor` when available (Python 3.14+)
9-
- Provides better isolation and performance than `ProcessPoolExecutor`
10-
- Falls back to `ProcessPoolExecutor` on Linux or `loky` on Windows/macOS for older Python versions
11-
- Maintains full backward compatibility with existing code
7+
- Use `InterpreterPoolExecutor` as default executor on Python 3.14+ [\#488](https://github.com/python-adaptive/adaptive/pull/488). See also [Python documentation](https://docs.python.org/3.14/whatsnew/3.14.html#pep-734-multiple-interpreters-in-the-standard-library).
128

139
## [v1.4.0](https://github.com/python-adaptive/adaptive/tree/v1.3.0) (2025-05-13)
1410

0 commit comments

Comments
 (0)