|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [v0.15.0](https://github.com/python-adaptive/adaptive/tree/v0.15.0) (2022-11-30) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/python-adaptive/adaptive/compare/v0.14.2...v0.15.0) |
| 6 | + |
| 7 | +**Closed issues:** |
| 8 | + |
| 9 | +- Fix branch name \(master --\> main\) in binder link in readme [\#383](https://github.com/python-adaptive/adaptive/issues/383) |
| 10 | + |
| 11 | +**Merged pull requests:** |
| 12 | + |
| 13 | +- Add support for Python 3.11 and test on it [\#387](https://github.com/python-adaptive/adaptive/pull/387) ([basnijholt](https://github.com/basnijholt)) |
| 14 | +- Rename master -\> main [\#384](https://github.com/python-adaptive/adaptive/pull/384) ([basnijholt](https://github.com/basnijholt)) |
| 15 | +- 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)) |
| 16 | +- Add type-hints to Runner [\#370](https://github.com/python-adaptive/adaptive/pull/370) ([basnijholt](https://github.com/basnijholt)) |
| 17 | +- Add docs section about executing coroutines [\#364](https://github.com/python-adaptive/adaptive/pull/364) ([juandaanieel](https://github.com/juandaanieel)) |
| 18 | + |
| 19 | +## [v0.14.2](https://github.com/python-adaptive/adaptive/tree/v0.14.2) (2022-10-14) |
| 20 | + |
| 21 | +[Full Changelog](https://github.com/python-adaptive/adaptive/compare/v0.14.1...v0.14.2) |
| 22 | + |
| 23 | +**Closed issues:** |
| 24 | + |
| 25 | +- Rename master branch to main [\#368](https://github.com/python-adaptive/adaptive/issues/368) |
| 26 | + |
| 27 | +**Merged pull requests:** |
| 28 | + |
| 29 | +- Avoid uncecessary iteration in SequenceLearner [\#380](https://github.com/python-adaptive/adaptive/pull/380) ([jbweston](https://github.com/jbweston)) |
| 30 | +- Use numbers module from stdlib as type [\#379](https://github.com/python-adaptive/adaptive/pull/379) ([basnijholt](https://github.com/basnijholt)) |
| 31 | +- Add type-hints to tests and misc [\#378](https://github.com/python-adaptive/adaptive/pull/378) ([basnijholt](https://github.com/basnijholt)) |
| 32 | +- Add type-hints to Learner2D [\#375](https://github.com/python-adaptive/adaptive/pull/375) ([basnijholt](https://github.com/basnijholt)) |
| 33 | +- Add type-hints to DataSaver [\#373](https://github.com/python-adaptive/adaptive/pull/373) ([basnijholt](https://github.com/basnijholt)) |
| 34 | +- Type hint IntegratorLearner [\#372](https://github.com/python-adaptive/adaptive/pull/372) ([basnijholt](https://github.com/basnijholt)) |
| 35 | +- Add type-hints to BalancingLearner [\#371](https://github.com/python-adaptive/adaptive/pull/371) ([basnijholt](https://github.com/basnijholt)) |
| 36 | +- Optionally run tests with pandas [\#369](https://github.com/python-adaptive/adaptive/pull/369) ([basnijholt](https://github.com/basnijholt)) |
| 37 | +- Typehint SequenceLearner [\#366](https://github.com/python-adaptive/adaptive/pull/366) ([basnijholt](https://github.com/basnijholt)) |
| 38 | + |
| 39 | +## [v0.14.1](https://github.com/python-adaptive/adaptive/tree/v0.14.1) (2022-10-11) |
| 40 | + |
| 41 | +[Full Changelog](https://github.com/python-adaptive/adaptive/compare/v0.14.0...v0.14.1) |
| 42 | + |
| 43 | +**Merged pull requests:** |
| 44 | + |
| 45 | +- Use typing.TypeAlias [\#367](https://github.com/python-adaptive/adaptive/pull/367) ([basnijholt](https://github.com/basnijholt)) |
| 46 | +- Add Learner.new\(\) method that returns an empty copy of the learner [\#365](https://github.com/python-adaptive/adaptive/pull/365) ([basnijholt](https://github.com/basnijholt)) |
| 47 | + |
3 | 48 | ## [v0.14.0](https://github.com/python-adaptive/adaptive/tree/v0.14.0) (2022-10-05)
|
4 | 49 |
|
5 |
| -[Full Changelog](https://github.com/python-adaptive/adaptive/compare/v0.14.0...HEAD) |
| 50 | +[Full Changelog](https://github.com/python-adaptive/adaptive/compare/v0.13.2...v0.14.0) |
6 | 51 |
|
7 | 52 | **Closed issues:**
|
8 | 53 |
|
9 | 54 | - Stop using atomic writes [\#352](https://github.com/python-adaptive/adaptive/issues/352)
|
10 | 55 |
|
11 | 56 | **Merged pull requests:**
|
12 | 57 |
|
| 58 | +- Release 0.14 [\#363](https://github.com/python-adaptive/adaptive/pull/363) ([basnijholt](https://github.com/basnijholt)) |
13 | 59 | - Allow to periodically save with any function [\#362](https://github.com/python-adaptive/adaptive/pull/362) ([basnijholt](https://github.com/basnijholt))
|
14 | 60 | - Update pre-commit versions [\#359](https://github.com/python-adaptive/adaptive/pull/359) ([basnijholt](https://github.com/basnijholt))
|
15 | 61 | - Add getting learner's data as pandas.DataFrame; add learner.to\_dataframe method [\#358](https://github.com/python-adaptive/adaptive/pull/358) ([basnijholt](https://github.com/basnijholt))
|
|
152 | 198 | - bump pre-commit filter dependencies [\#293](https://github.com/python-adaptive/adaptive/pull/293) ([basnijholt](https://github.com/basnijholt))
|
153 | 199 | - fix docs [\#291](https://github.com/python-adaptive/adaptive/pull/291) ([basnijholt](https://github.com/basnijholt))
|
154 | 200 | - update to miniver 0.7.0 [\#290](https://github.com/python-adaptive/adaptive/pull/290) ([basnijholt](https://github.com/basnijholt))
|
155 |
| -- add `runner.live_plot()` in README example [\#288](https://github.com/python-adaptive/adaptive/pull/288) ([basnijholt](https://github.com/basnijholt)) |
| 201 | +- add `runner.live\_plot\(\)` in README example [\#288](https://github.com/python-adaptive/adaptive/pull/288) ([basnijholt](https://github.com/basnijholt)) |
156 | 202 | - Update pre commit [\#287](https://github.com/python-adaptive/adaptive/pull/287) ([basnijholt](https://github.com/basnijholt))
|
157 | 203 | - Use m2r2 [\#286](https://github.com/python-adaptive/adaptive/pull/286) ([basnijholt](https://github.com/basnijholt))
|
158 | 204 | - temporarily pin scikit-learn\<=0.23.1 [\#285](https://github.com/python-adaptive/adaptive/pull/285) ([basnijholt](https://github.com/basnijholt))
|
|
197 | 243 |
|
198 | 244 | **Closed issues:**
|
199 | 245 |
|
| 246 | + |
200 | 247 | - add minimum number of points parameter to AverageLearner [\#273](https://github.com/python-adaptive/adaptive/issues/273)
|
201 | 248 | - Release v0.10 [\#258](https://github.com/python-adaptive/adaptive/issues/258)
|
202 | 249 |
|
|
386 | 433 | - Gracefully handle exceptions when evaluating the function to be learned [\#125](https://github.com/python-adaptive/adaptive/issues/125)
|
387 | 434 | - Allow BalancingLearner to return arbitrary number of points from 'choose\_points' [\#124](https://github.com/python-adaptive/adaptive/issues/124)
|
388 | 435 | - Increase the default refresh rate for 'live\_plot' [\#120](https://github.com/python-adaptive/adaptive/issues/120)
|
389 |
| -- remove default number of points to choose in `choose_points` [\#118](https://github.com/python-adaptive/adaptive/issues/118) |
| 436 | +- remove default number of points to choose in `choose\_points` [\#118](https://github.com/python-adaptive/adaptive/issues/118) |
390 | 437 | - Consider using Gaussian process optimization as a learner [\#115](https://github.com/python-adaptive/adaptive/issues/115)
|
391 | 438 | - Make `distributed.Client` work with automatic scaling of the cluster [\#104](https://github.com/python-adaptive/adaptive/issues/104)
|
392 | 439 | - Improve plotting for learners [\#83](https://github.com/python-adaptive/adaptive/issues/83)
|
|
473 | 520 | - Remove public 'fname' learner attribute [\#17](https://github.com/python-adaptive/adaptive/issues/17)
|
474 | 521 | - Release v0.7.0 [\#14](https://github.com/python-adaptive/adaptive/issues/14)
|
475 | 522 | - \(Learner1D\) improve time complexity [\#13](https://github.com/python-adaptive/adaptive/issues/13)
|
476 |
| -- Typo in documentation for` adaptive.learner.learner2D.uniform_loss(ip)` [\#12](https://github.com/python-adaptive/adaptive/issues/12) |
| 523 | +- Typo in documentation for` adaptive.learner.learner2D.uniform\_loss\(ip\)` [\#12](https://github.com/python-adaptive/adaptive/issues/12) |
477 | 524 | - \(LearnerND\) fix plotting of scaled domains [\#11](https://github.com/python-adaptive/adaptive/issues/11)
|
478 | 525 | - suggested points lie outside of domain [\#7](https://github.com/python-adaptive/adaptive/issues/7)
|
479 | 526 | - DEVELOPMENT IS ON GITLAB: https://gitlab.kwant-project.org/qt/adaptive [\#5](https://github.com/python-adaptive/adaptive/issues/5)
|
|
0 commit comments