|
1 | 1 | # 🗞️ Changelog
|
2 | 2 |
|
3 |
| -## [v1.1.0](https://github.com/python-adaptive/adaptive/tree/v1.1.0) |
| 3 | +## [v.1.2.0](https://github.com/python-adaptive/adaptive/tree/v1.2.0) (2024-04-10) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/python-adaptive/adaptive/compare/v1.1.0...HEAD) |
| 6 | + |
| 7 | +**Closed issues:** |
| 8 | + |
| 9 | +- Issues with Multiprocess and AsyncRunner in adaptive for Phase Diagram Illustration [\#449](https://github.com/python-adaptive/adaptive/issues/449) |
| 10 | +- Create API for just signle process \(No pickle\) [\#442](https://github.com/python-adaptive/adaptive/issues/442) |
| 11 | +- Handling with regions unreachable inside the `ConvexHull` in `LearnerND` [\#438](https://github.com/python-adaptive/adaptive/issues/438) |
| 12 | +- Use in script with BlockingRunner: get log and/or feedback on progress [\#436](https://github.com/python-adaptive/adaptive/issues/436) |
| 13 | + |
| 14 | +**Merged pull requests:** |
| 15 | + |
| 16 | +- Test Python 3.12 and fix its installation [\#453](https://github.com/python-adaptive/adaptive/pull/453) ([basnijholt](https://github.com/basnijholt)) |
| 17 | +- \[pre-commit.ci\] pre-commit autoupdate [\#447](https://github.com/python-adaptive/adaptive/pull/447) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci)) |
| 18 | +- Use ruff-format instead of black [\#446](https://github.com/python-adaptive/adaptive/pull/446) ([basnijholt](https://github.com/basnijholt)) |
| 19 | +- Bump versions to compatible packages in `docs/environment.yml` [\#445](https://github.com/python-adaptive/adaptive/pull/445) ([basnijholt](https://github.com/basnijholt)) |
| 20 | +- Add `AsyncRunner.block_until_done` [\#444](https://github.com/python-adaptive/adaptive/pull/444) ([basnijholt](https://github.com/basnijholt)) |
| 21 | +- Add `live_info_terminal`, closes \#436 [\#441](https://github.com/python-adaptive/adaptive/pull/441) ([basnijholt](https://github.com/basnijholt)) |
| 22 | +- \[pre-commit.ci\] pre-commit autoupdate [\#434](https://github.com/python-adaptive/adaptive/pull/434) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci)) |
| 23 | +- Add benchmarks page for Learner1D and Learner2D functions [\#405](https://github.com/python-adaptive/adaptive/pull/405) ([basnijholt](https://github.com/basnijholt)) |
| 24 | + |
| 25 | +## [v1.1.0](https://github.com/python-adaptive/adaptive/tree/v1.1.0) (2023-08-14) |
4 | 26 |
|
5 | 27 | [Full Changelog](https://github.com/python-adaptive/adaptive/compare/v1.0.0...v1.1.0)
|
6 | 28 |
|
7 | 29 | **Closed issues:**
|
8 | 30 |
|
| 31 | +- large delay when using start\_periodic\_saving [\#439](https://github.com/python-adaptive/adaptive/issues/439) |
9 | 32 | - Target function returns NaN [\#435](https://github.com/python-adaptive/adaptive/issues/435)
|
10 |
| -- large delay when using start_periodic_saving [\#439](https://github.com/python-adaptive/adaptive/issues/439) |
11 | 33 |
|
12 | 34 | **Merged pull requests:**
|
13 | 35 |
|
14 | 36 | - Ensure periodic saving fires immediately after runner task is finished [\#440](https://github.com/python-adaptive/adaptive/pull/440) ([jbweston](https://github.com/jbweston))
|
15 |
| -- Add Learner2D loss function 'thresholded_loss_factory' [\#437](https://github.com/python-adaptive/adaptive/pull/437) ([basnijholt](https://github.com/basnijholt)) |
| 37 | +- Add Learner2D loss function 'thresholded\_loss\_factory' [\#437](https://github.com/python-adaptive/adaptive/pull/437) ([basnijholt](https://github.com/basnijholt)) |
16 | 38 | - \[pre-commit.ci\] pre-commit autoupdate [\#433](https://github.com/python-adaptive/adaptive/pull/433) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
|
17 | 39 | - \[pre-commit.ci\] pre-commit autoupdate [\#431](https://github.com/python-adaptive/adaptive/pull/431) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
|
| 40 | +- Add adaptive.utils.daskify [\#422](https://github.com/python-adaptive/adaptive/pull/422) ([basnijholt](https://github.com/basnijholt)) |
18 | 41 |
|
19 |
| -## [v1.0.0](https://github.com/python-adaptive/adaptive/tree/v1.0.0) |
| 42 | +## [v1.0.0](https://github.com/python-adaptive/adaptive/tree/v1.0.0) (2023-05-15) |
20 | 43 |
|
21 | 44 | [Full Changelog](https://github.com/python-adaptive/adaptive/compare/v0.15.0...v1.0.0)
|
22 | 45 |
|
|
27 | 50 |
|
28 | 51 | **Merged pull requests:**
|
29 | 52 |
|
| 53 | +- Update CHANGELOG for v1.0.0 [\#429](https://github.com/python-adaptive/adaptive/pull/429) ([basnijholt](https://github.com/basnijholt)) |
30 | 54 | - \[pre-commit.ci\] pre-commit autoupdate [\#426](https://github.com/python-adaptive/adaptive/pull/426) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
|
31 | 55 | - Allow storing the full sequence in SequenceLearner.to\_dataframe [\#425](https://github.com/python-adaptive/adaptive/pull/425) ([basnijholt](https://github.com/basnijholt))
|
32 | 56 | - \[pre-commit.ci\] pre-commit autoupdate [\#423](https://github.com/python-adaptive/adaptive/pull/423) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
|
|
56 | 80 | - Add nbQA for notebook and docs linting [\#361](https://github.com/python-adaptive/adaptive/pull/361) ([basnijholt](https://github.com/basnijholt))
|
57 | 81 | - Fix HoloViews opts deprecation warnings [\#357](https://github.com/python-adaptive/adaptive/pull/357) ([basnijholt](https://github.com/basnijholt))
|
58 | 82 |
|
59 |
| -## [v0.15.0](https://github.com/python-adaptive/adaptive/tree/v0.15.0) (2022-11-30) |
| 83 | +## [v0.15.0](https://github.com/python-adaptive/adaptive/tree/v0.15.0) (2022-12-02) |
| 84 | + |
| 85 | +[Full Changelog](https://github.com/python-adaptive/adaptive/compare/v0.15.1...v0.15.0) |
60 | 86 |
|
61 |
| -[Full Changelog](https://github.com/python-adaptive/adaptive/compare/v0.14.2...v0.15.0) |
| 87 | +## [v0.15.1](https://github.com/python-adaptive/adaptive/tree/v0.15.1) (2022-12-02) |
| 88 | + |
| 89 | +[Full Changelog](https://github.com/python-adaptive/adaptive/compare/v0.14.2...v0.15.1) |
62 | 90 |
|
63 | 91 | **Closed issues:**
|
64 | 92 |
|
65 | 93 | - Fix branch name \(master --\> main\) in binder link in readme [\#383](https://github.com/python-adaptive/adaptive/issues/383)
|
66 | 94 |
|
67 | 95 | **Merged pull requests:**
|
68 | 96 |
|
69 |
| -- Add support for Python 3.11 and test on it [\#387](https://github.com/python-adaptive/adaptive/pull/387) ([basnijholt](https://github.com/basnijholt)) |
70 | 97 | - Rename master -\> main [\#384](https://github.com/python-adaptive/adaptive/pull/384) ([basnijholt](https://github.com/basnijholt))
|
71 | 98 | - Add loss\_goal, npoints\_goal, and an auto\_goal function and use it in the runners [\#382](https://github.com/python-adaptive/adaptive/pull/382) ([basnijholt](https://github.com/basnijholt))
|
72 |
| -- Add type-hints to Runner [\#370](https://github.com/python-adaptive/adaptive/pull/370) ([basnijholt](https://github.com/basnijholt)) |
73 | 99 | - Add docs section about executing coroutines [\#364](https://github.com/python-adaptive/adaptive/pull/364) ([juandaanieel](https://github.com/juandaanieel))
|
74 | 100 |
|
75 | 101 | ## [v0.14.2](https://github.com/python-adaptive/adaptive/tree/v0.14.2) (2022-10-14)
|
|
254 | 280 | - bump pre-commit filter dependencies [\#293](https://github.com/python-adaptive/adaptive/pull/293) ([basnijholt](https://github.com/basnijholt))
|
255 | 281 | - fix docs [\#291](https://github.com/python-adaptive/adaptive/pull/291) ([basnijholt](https://github.com/basnijholt))
|
256 | 282 | - update to miniver 0.7.0 [\#290](https://github.com/python-adaptive/adaptive/pull/290) ([basnijholt](https://github.com/basnijholt))
|
257 |
| -- add `runner.live\_plot\(\)` in README example [\#288](https://github.com/python-adaptive/adaptive/pull/288) ([basnijholt](https://github.com/basnijholt)) |
| 283 | +- add `runner.live_plot()` in README example [\#288](https://github.com/python-adaptive/adaptive/pull/288) ([basnijholt](https://github.com/basnijholt)) |
258 | 284 | - Update pre commit [\#287](https://github.com/python-adaptive/adaptive/pull/287) ([basnijholt](https://github.com/basnijholt))
|
259 | 285 | - Use m2r2 [\#286](https://github.com/python-adaptive/adaptive/pull/286) ([basnijholt](https://github.com/basnijholt))
|
260 | 286 | - temporarily pin scikit-learn\<=0.23.1 [\#285](https://github.com/python-adaptive/adaptive/pull/285) ([basnijholt](https://github.com/basnijholt))
|
|
299 | 325 |
|
300 | 326 | **Closed issues:**
|
301 | 327 |
|
302 |
| - |
303 | 328 | - add minimum number of points parameter to AverageLearner [\#273](https://github.com/python-adaptive/adaptive/issues/273)
|
304 | 329 | - Release v0.10 [\#258](https://github.com/python-adaptive/adaptive/issues/258)
|
305 | 330 |
|
|
489 | 514 | - Gracefully handle exceptions when evaluating the function to be learned [\#125](https://github.com/python-adaptive/adaptive/issues/125)
|
490 | 515 | - Allow BalancingLearner to return arbitrary number of points from 'choose\_points' [\#124](https://github.com/python-adaptive/adaptive/issues/124)
|
491 | 516 | - Increase the default refresh rate for 'live\_plot' [\#120](https://github.com/python-adaptive/adaptive/issues/120)
|
492 |
| -- remove default number of points to choose in `choose\_points` [\#118](https://github.com/python-adaptive/adaptive/issues/118) |
| 517 | +- remove default number of points to choose in `choose_points` [\#118](https://github.com/python-adaptive/adaptive/issues/118) |
493 | 518 | - Consider using Gaussian process optimization as a learner [\#115](https://github.com/python-adaptive/adaptive/issues/115)
|
494 | 519 | - Make `distributed.Client` work with automatic scaling of the cluster [\#104](https://github.com/python-adaptive/adaptive/issues/104)
|
495 | 520 | - Improve plotting for learners [\#83](https://github.com/python-adaptive/adaptive/issues/83)
|
|
576 | 601 | - Remove public 'fname' learner attribute [\#17](https://github.com/python-adaptive/adaptive/issues/17)
|
577 | 602 | - Release v0.7.0 [\#14](https://github.com/python-adaptive/adaptive/issues/14)
|
578 | 603 | - \(Learner1D\) improve time complexity [\#13](https://github.com/python-adaptive/adaptive/issues/13)
|
579 |
| -- Typo in documentation for` adaptive.learner.learner2D.uniform\_loss\(ip\)` [\#12](https://github.com/python-adaptive/adaptive/issues/12) |
| 604 | +- Typo in documentation for` adaptive.learner.learner2D.uniform_loss(ip)` [\#12](https://github.com/python-adaptive/adaptive/issues/12) |
580 | 605 | - \(LearnerND\) fix plotting of scaled domains [\#11](https://github.com/python-adaptive/adaptive/issues/11)
|
581 | 606 | - suggested points lie outside of domain [\#7](https://github.com/python-adaptive/adaptive/issues/7)
|
582 | 607 | - DEVELOPMENT IS ON GITLAB: https://gitlab.kwant-project.org/qt/adaptive [\#5](https://github.com/python-adaptive/adaptive/issues/5)
|
|
0 commit comments