|
1 | 1 | # 🗞️ Changelog
|
2 | 2 |
|
3 |
| -## [v.1.2.0](https://github.com/python-adaptive/adaptive/tree/v1.2.0) (2024-04-10) |
| 3 | +## [v1.3.0](https://github.com/python-adaptive/adaptive/tree/v1.3.0) (2024-04-10) |
4 | 4 |
|
5 |
| -[Full Changelog](https://github.com/python-adaptive/adaptive/compare/v1.1.0...HEAD) |
| 5 | +[Full Changelog](https://github.com/python-adaptive/adaptive/compare/v1.2.0...v1.3.0) |
| 6 | + |
| 7 | +**Merged pull requests:** |
| 8 | + |
| 9 | +- Replace deprecated numpy aliases [\#458](https://github.com/python-adaptive/adaptive/pull/458) ([eendebakpt](https://github.com/eendebakpt)) |
| 10 | +- Remove `SKOptLearner` because `scikit-optimize` is unmaintained [\#404](https://github.com/python-adaptive/adaptive/pull/404) ([basnijholt](https://github.com/basnijholt)) |
| 11 | + |
| 12 | +## [v1.2.0](https://github.com/python-adaptive/adaptive/tree/v1.2.0) (2024-04-10) |
| 13 | + |
| 14 | +[Full Changelog](https://github.com/python-adaptive/adaptive/compare/v1.1.0...v1.2.0) |
6 | 15 |
|
7 | 16 | **Closed issues:**
|
8 | 17 |
|
|
13 | 22 |
|
14 | 23 | **Merged pull requests:**
|
15 | 24 |
|
| 25 | +- Update CHANGELOG.md for v1.2.0 [\#454](https://github.com/python-adaptive/adaptive/pull/454) ([basnijholt](https://github.com/basnijholt)) |
16 | 26 | - Test Python 3.12 and fix its installation [\#453](https://github.com/python-adaptive/adaptive/pull/453) ([basnijholt](https://github.com/basnijholt))
|
17 | 27 | - \[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 | 28 | - Use ruff-format instead of black [\#446](https://github.com/python-adaptive/adaptive/pull/446) ([basnijholt](https://github.com/basnijholt))
|
19 | 29 | - 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)) |
| 30 | +- Add `AsyncRunner.block\_until\_done` [\#444](https://github.com/python-adaptive/adaptive/pull/444) ([basnijholt](https://github.com/basnijholt)) |
| 31 | +- Add `live\_info\_terminal`, closes \#436 [\#441](https://github.com/python-adaptive/adaptive/pull/441) ([basnijholt](https://github.com/basnijholt)) |
22 | 32 | - \[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 | 33 | - Add benchmarks page for Learner1D and Learner2D functions [\#405](https://github.com/python-adaptive/adaptive/pull/405) ([basnijholt](https://github.com/basnijholt))
|
24 | 34 |
|
|
41 | 51 |
|
42 | 52 | ## [v1.0.0](https://github.com/python-adaptive/adaptive/tree/v1.0.0) (2023-05-15)
|
43 | 53 |
|
44 |
| -[Full Changelog](https://github.com/python-adaptive/adaptive/compare/v0.15.0...v1.0.0) |
| 54 | +[Full Changelog](https://github.com/python-adaptive/adaptive/compare/v0.15.1...v1.0.0) |
45 | 55 |
|
46 | 56 | **Closed issues:**
|
47 | 57 |
|
|
80 | 90 | - Add nbQA for notebook and docs linting [\#361](https://github.com/python-adaptive/adaptive/pull/361) ([basnijholt](https://github.com/basnijholt))
|
81 | 91 | - Fix HoloViews opts deprecation warnings [\#357](https://github.com/python-adaptive/adaptive/pull/357) ([basnijholt](https://github.com/basnijholt))
|
82 | 92 |
|
83 |
| -## [v0.15.0](https://github.com/python-adaptive/adaptive/tree/v0.15.0) (2022-12-02) |
| 93 | +## [v0.15.1](https://github.com/python-adaptive/adaptive/tree/v0.15.1) (2022-12-02) |
84 | 94 |
|
85 |
| -[Full Changelog](https://github.com/python-adaptive/adaptive/compare/v0.15.1...v0.15.0) |
| 95 | +[Full Changelog](https://github.com/python-adaptive/adaptive/compare/v0.15.0...v0.15.1) |
86 | 96 |
|
87 |
| -## [v0.15.1](https://github.com/python-adaptive/adaptive/tree/v0.15.1) (2022-12-02) |
| 97 | +## [v0.15.0](https://github.com/python-adaptive/adaptive/tree/v0.15.0) (2022-12-02) |
88 | 98 |
|
89 |
| -[Full Changelog](https://github.com/python-adaptive/adaptive/compare/v0.14.2...v0.15.1) |
| 99 | +[Full Changelog](https://github.com/python-adaptive/adaptive/compare/v0.14.2...v0.15.0) |
90 | 100 |
|
91 | 101 | **Closed issues:**
|
92 | 102 |
|
|
280 | 290 | - bump pre-commit filter dependencies [\#293](https://github.com/python-adaptive/adaptive/pull/293) ([basnijholt](https://github.com/basnijholt))
|
281 | 291 | - fix docs [\#291](https://github.com/python-adaptive/adaptive/pull/291) ([basnijholt](https://github.com/basnijholt))
|
282 | 292 | - update to miniver 0.7.0 [\#290](https://github.com/python-adaptive/adaptive/pull/290) ([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)) |
| 293 | +- add `runner.live\_plot\(\)` in README example [\#288](https://github.com/python-adaptive/adaptive/pull/288) ([basnijholt](https://github.com/basnijholt)) |
284 | 294 | - Update pre commit [\#287](https://github.com/python-adaptive/adaptive/pull/287) ([basnijholt](https://github.com/basnijholt))
|
285 | 295 | - Use m2r2 [\#286](https://github.com/python-adaptive/adaptive/pull/286) ([basnijholt](https://github.com/basnijholt))
|
286 | 296 | - temporarily pin scikit-learn\<=0.23.1 [\#285](https://github.com/python-adaptive/adaptive/pull/285) ([basnijholt](https://github.com/basnijholt))
|
|
372 | 382 | - add \_RequireAttrsABCMeta and make the BaseLearner use it [\#222](https://github.com/python-adaptive/adaptive/pull/222) ([basnijholt](https://github.com/basnijholt))
|
373 | 383 | - 2D: add triangle\_loss [\#221](https://github.com/python-adaptive/adaptive/pull/221) ([basnijholt](https://github.com/basnijholt))
|
374 | 384 | - 2D: add interpolated\_on\_grid method [\#216](https://github.com/python-adaptive/adaptive/pull/216) ([basnijholt](https://github.com/basnijholt))
|
375 |
| -- add scatter\_or\_line argument to Learner1D.plot [\#215](https://github.com/python-adaptive/adaptive/pull/215) ([basnijholt](https://github.com/basnijholt)) |
376 | 385 | - WIP: raise an error when using a lambda and default executor [\#210](https://github.com/python-adaptive/adaptive/pull/210) ([basnijholt](https://github.com/basnijholt))
|
377 | 386 |
|
378 | 387 | ## [v0.10.0-dev](https://github.com/python-adaptive/adaptive/tree/v0.10.0-dev) (2019-10-07)
|
|
399 | 408 | **Merged pull requests:**
|
400 | 409 |
|
401 | 410 | - pass value\_scale to the LearnerND's loss\_per\_simplex function [\#219](https://github.com/python-adaptive/adaptive/pull/219) ([basnijholt](https://github.com/basnijholt))
|
| 411 | +- add scatter\_or\_line argument to Learner1D.plot [\#215](https://github.com/python-adaptive/adaptive/pull/215) ([basnijholt](https://github.com/basnijholt)) |
402 | 412 | - remove MPI4PY\_MAX\_WORKERS where it's not used [\#209](https://github.com/python-adaptive/adaptive/pull/209) ([basnijholt](https://github.com/basnijholt))
|
403 | 413 | - use jupyter\_sphinx v0.2.0 from conda instead of my branch [\#204](https://github.com/python-adaptive/adaptive/pull/204) ([basnijholt](https://github.com/basnijholt))
|
404 | 414 | - Authors [\#202](https://github.com/python-adaptive/adaptive/pull/202) ([basnijholt](https://github.com/basnijholt))
|
|
514 | 524 | - Gracefully handle exceptions when evaluating the function to be learned [\#125](https://github.com/python-adaptive/adaptive/issues/125)
|
515 | 525 | - Allow BalancingLearner to return arbitrary number of points from 'choose\_points' [\#124](https://github.com/python-adaptive/adaptive/issues/124)
|
516 | 526 | - Increase the default refresh rate for 'live\_plot' [\#120](https://github.com/python-adaptive/adaptive/issues/120)
|
517 |
| -- remove default number of points to choose in `choose_points` [\#118](https://github.com/python-adaptive/adaptive/issues/118) |
| 527 | +- remove default number of points to choose in `choose\_points` [\#118](https://github.com/python-adaptive/adaptive/issues/118) |
518 | 528 | - Consider using Gaussian process optimization as a learner [\#115](https://github.com/python-adaptive/adaptive/issues/115)
|
519 | 529 | - Make `distributed.Client` work with automatic scaling of the cluster [\#104](https://github.com/python-adaptive/adaptive/issues/104)
|
520 | 530 | - Improve plotting for learners [\#83](https://github.com/python-adaptive/adaptive/issues/83)
|
|
601 | 611 | - Remove public 'fname' learner attribute [\#17](https://github.com/python-adaptive/adaptive/issues/17)
|
602 | 612 | - Release v0.7.0 [\#14](https://github.com/python-adaptive/adaptive/issues/14)
|
603 | 613 | - \(Learner1D\) improve time complexity [\#13](https://github.com/python-adaptive/adaptive/issues/13)
|
604 |
| -- Typo in documentation for` adaptive.learner.learner2D.uniform_loss(ip)` [\#12](https://github.com/python-adaptive/adaptive/issues/12) |
| 614 | +- Typo in documentation for` adaptive.learner.learner2D.uniform\_loss\(ip\)` [\#12](https://github.com/python-adaptive/adaptive/issues/12) |
605 | 615 | - \(LearnerND\) fix plotting of scaled domains [\#11](https://github.com/python-adaptive/adaptive/issues/11)
|
606 | 616 | - suggested points lie outside of domain [\#7](https://github.com/python-adaptive/adaptive/issues/7)
|
607 | 617 | - DEVELOPMENT IS ON GITLAB: https://gitlab.kwant-project.org/qt/adaptive [\#5](https://github.com/python-adaptive/adaptive/issues/5)
|
|
0 commit comments