Releases: python-adaptive/adaptive
Releases · python-adaptive/adaptive
version 1.5.2
What's Changed
- Do not implicitly shut down the shared reusable executor by @basnijholt in #498
- Fix Learner2D state rollback in BalancingLearner ask(tell_pending=False) by @Copilot in #492
- Adopt adaptive-triangulation 0.3.1: batched tell_pending, Rust default_loss, and a Rust-backend CI job by @basnijholt in #499
New Contributors
- @Copilot made their first contribution in #492
Full Changelog: v1.5.1...v1.5.2
version 1.5.1
What's Changed
- Remove emojis from README headers by @basnijholt in #496
- Default to loky executor on all platforms (fixes forkserver breakage on Python 3.14) by @basnijholt in #497
Full Changelog: v1.5.0...v1.5.1
version 1.5.0
What's Changed
- Add anisotropic meshing to LearnerND by @basnijholt in #141
- Add optional Rust-accelerated triangulation backend for LearnerND by @basnijholt in #493
- Fix flaky CI tests: make flaky reruns draw fresh random values by @basnijholt in #494
- Fix failing Read the Docs builds: raise myst-nb execution timeout by @basnijholt in #495
Full Changelog: v1.4.2...v1.5.0
version 1.4.2
What's Changed
- Remove for loops in deviations function body by @krokosik in #482
- Add customizable number of points in simple runner. by @krokosik in #484
- Fix AsyncRunner failure on Python 3.14 due to asyncio.get_event_loop() removal by @basnijholt in #490
New Contributors
Full Changelog: v1.4.1...v1.4.2
version 1.4.1
What's Changed
- Fix 2 NumPy deprecation warnings by @basnijholt in #481
Full Changelog: v1.4.0...v1.4.1
version 1.4.0
What's Changed
- Prevent SciPy deprecation warning for
estimate_gradients_2d_globalby @basnijholt in #475 - Use
uvas Nox backend and several related improvements by @basnijholt in #476 - Follow SPEC 0 and drop support for Python 3.9 and 3.10 by @basnijholt in #477
- Enable runtime type checking in tests with typeguard by @basnijholt in #478
- Bump
mypyandruffinpre-commitby @basnijholt in #479 - Update changelog to v1.4.0 by @basnijholt in #480
Full Changelog: v1.3.2...v1.4.0
version 1.3.2
What's Changed
- Remove async activation magic in notebook_integration.py by @basnijholt in #473
- Fix readthedocs.yml by @basnijholt in #474
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- Remove Azure Pipelines badge in README.md by @basnijholt in #462
- Fix scipy deprecation warning for LinearNDInterpolator by @eendebakpt in #465
Full Changelog: v1.3.0...v1.3.1
version 1.3.0
v1.3.0 (2024-04-10)
Merged pull requests:
- Replace deprecated numpy aliases #458 (eendebakpt)
- Remove
SKOptLearnerbecausescikit-optimizeis unmaintained #404 (basnijholt)
version 1.2.0
v.1.2.0 (2024-04-10)
Closed issues:
- Issues with Multiprocess and AsyncRunner in adaptive for Phase Diagram Illustration #449
- Create API for just signle process (No pickle) #442
- Handling with regions unreachable inside the
ConvexHullinLearnerND#438 - Use in script with BlockingRunner: get log and/or feedback on progress #436
Merged pull requests:
- Test Python 3.12 and fix its installation #453 (basnijholt)
- [pre-commit.ci] pre-commit autoupdate #447 (pre-commit-ci[bot])
- Use ruff-format instead of black #446 (basnijholt)
- Bump versions to compatible packages in
docs/environment.yml#445 (basnijholt) - Add
AsyncRunner.block_until_done#444 (basnijholt) - Add
live_info_terminal, closes #436 #441 (basnijholt) - [pre-commit.ci] pre-commit autoupdate #434 (pre-commit-ci[bot])
- Add benchmarks page for Learner1D and Learner2D functions #405 (basnijholt)