|
2 | 2 |
|
3 | 3 | ## [Unreleased](https://github.com/python-adaptive/adaptive/tree/HEAD) |
4 | 4 |
|
5 | | -[Full Changelog](https://github.com/python-adaptive/adaptive/compare/v0.12.0-dev...HEAD) |
| 5 | +[Full Changelog](https://github.com/python-adaptive/adaptive/compare/v0.11.2...HEAD) |
| 6 | + |
| 7 | +**Fixed bugs:** |
| 8 | + |
| 9 | +- can't pickle lru\_cache function with loky [\#292](https://github.com/python-adaptive/adaptive/issues/292) |
| 10 | + |
| 11 | +**Closed issues:** |
| 12 | + |
| 13 | +- ProcessPoolExecutor behaviour on MacOS in interactive environment changed between Python versions [\#301](https://github.com/python-adaptive/adaptive/issues/301) |
| 14 | +- Runner fails in the notebook [\#299](https://github.com/python-adaptive/adaptive/issues/299) |
| 15 | + |
| 16 | +**Merged pull requests:** |
| 17 | + |
| 18 | +- add pythonpublish.yml [\#304](https://github.com/python-adaptive/adaptive/pull/304) ([basnijholt](https://github.com/basnijholt)) |
| 19 | +- fix docs build [\#303](https://github.com/python-adaptive/adaptive/pull/303) ([basnijholt](https://github.com/basnijholt)) |
| 20 | +- test tox with py39 on Github Actions CI [\#302](https://github.com/python-adaptive/adaptive/pull/302) ([basnijholt](https://github.com/basnijholt)) |
| 21 | +- make loky a default on Windows and MacOS but not on Linux [\#300](https://github.com/python-adaptive/adaptive/pull/300) ([basnijholt](https://github.com/basnijholt)) |
| 22 | +- add learner1D.abs\_min\_log\_loss [\#294](https://github.com/python-adaptive/adaptive/pull/294) ([basnijholt](https://github.com/basnijholt)) |
| 23 | +- bump pre-commit filter dependencies [\#293](https://github.com/python-adaptive/adaptive/pull/293) ([basnijholt](https://github.com/basnijholt)) |
| 24 | +- fix docs [\#291](https://github.com/python-adaptive/adaptive/pull/291) ([basnijholt](https://github.com/basnijholt)) |
| 25 | +- update to miniver 0.7.0 [\#290](https://github.com/python-adaptive/adaptive/pull/290) ([basnijholt](https://github.com/basnijholt)) |
| 26 | +- add `runner.live\_plot\(\)` in README example [\#288](https://github.com/python-adaptive/adaptive/pull/288) ([basnijholt](https://github.com/basnijholt)) |
| 27 | +- Update pre commit [\#287](https://github.com/python-adaptive/adaptive/pull/287) ([basnijholt](https://github.com/basnijholt)) |
| 28 | +- Use m2r2 [\#286](https://github.com/python-adaptive/adaptive/pull/286) ([basnijholt](https://github.com/basnijholt)) |
| 29 | +- temporarily pin scikit-learn\<=0.23.1 [\#285](https://github.com/python-adaptive/adaptive/pull/285) ([basnijholt](https://github.com/basnijholt)) |
| 30 | +- add .zenodo.json [\#284](https://github.com/python-adaptive/adaptive/pull/284) ([basnijholt](https://github.com/basnijholt)) |
| 31 | +- always serialize the function using cloudpickle [\#281](https://github.com/python-adaptive/adaptive/pull/281) ([basnijholt](https://github.com/basnijholt)) |
| 32 | +- add a changelog [\#232](https://github.com/python-adaptive/adaptive/pull/232) ([jbweston](https://github.com/jbweston)) |
| 33 | + |
| 34 | +## [v0.11.2](https://github.com/python-adaptive/adaptive/tree/v0.11.2) (2020-08-07) |
| 35 | + |
| 36 | +[Full Changelog](https://github.com/python-adaptive/adaptive/compare/v0.11.1...v0.11.2) |
| 37 | + |
| 38 | +## [v0.11.1](https://github.com/python-adaptive/adaptive/tree/v0.11.1) (2020-08-07) |
| 39 | + |
| 40 | +[Full Changelog](https://github.com/python-adaptive/adaptive/compare/v0.12.0-dev...v0.11.1) |
6 | 41 |
|
7 | 42 | **Closed issues:** |
8 | 43 |
|
|
81 | 116 | - 2D: add interpolated\_on\_grid method [\#216](https://github.com/python-adaptive/adaptive/pull/216) ([basnijholt](https://github.com/basnijholt)) |
82 | 117 | - add scatter\_or\_line argument to Learner1D.plot [\#215](https://github.com/python-adaptive/adaptive/pull/215) ([basnijholt](https://github.com/basnijholt)) |
83 | 118 | - 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)) |
| 119 | +- don't treat the no data case differently in the Learner1D [\#195](https://github.com/python-adaptive/adaptive/pull/195) ([basnijholt](https://github.com/basnijholt)) |
84 | 120 |
|
85 | 121 | ## [v0.10.0-dev](https://github.com/python-adaptive/adaptive/tree/v0.10.0-dev) (2019-10-07) |
86 | 122 |
|
|
111 | 147 | - Authors [\#202](https://github.com/python-adaptive/adaptive/pull/202) ([basnijholt](https://github.com/basnijholt)) |
112 | 148 | - Update tutorial.parallelism.rst [\#201](https://github.com/python-adaptive/adaptive/pull/201) ([aeantipov](https://github.com/aeantipov)) |
113 | 149 | - ensure atomic writes when saving a file [\#200](https://github.com/python-adaptive/adaptive/pull/200) ([basnijholt](https://github.com/basnijholt)) |
114 | | -- don't treat the no data case differently in the Learner1D [\#195](https://github.com/python-adaptive/adaptive/pull/195) ([basnijholt](https://github.com/basnijholt)) |
115 | 150 | - pin everything in the docs/environment.yml file [\#194](https://github.com/python-adaptive/adaptive/pull/194) ([basnijholt](https://github.com/basnijholt)) |
116 | 151 | - Add a SequenceLearner [\#193](https://github.com/python-adaptive/adaptive/pull/193) ([basnijholt](https://github.com/basnijholt)) |
117 | 152 | - Use black for code formatting [\#191](https://github.com/python-adaptive/adaptive/pull/191) ([basnijholt](https://github.com/basnijholt)) |
|
155 | 190 | - renormalize the plots value axis on every update [\#186](https://github.com/python-adaptive/adaptive/pull/186) ([basnijholt](https://github.com/basnijholt)) |
156 | 191 | - use setup\(..., python\_requires='\>=3.6'\), closes \#179 [\#180](https://github.com/python-adaptive/adaptive/pull/180) ([basnijholt](https://github.com/basnijholt)) |
157 | 192 | - use the repo code in docs execute [\#177](https://github.com/python-adaptive/adaptive/pull/177) ([basnijholt](https://github.com/basnijholt)) |
158 | | -- do not inline the HoloViews JS [\#176](https://github.com/python-adaptive/adaptive/pull/176) ([basnijholt](https://github.com/basnijholt)) |
159 | 193 | - add a gallery page of Adaptive uses in scientific works [\#174](https://github.com/python-adaptive/adaptive/pull/174) ([basnijholt](https://github.com/basnijholt)) |
160 | 194 | - LearnerND: change the required loss to 1e-3 because the loss definition changed [\#172](https://github.com/python-adaptive/adaptive/pull/172) ([basnijholt](https://github.com/basnijholt)) |
161 | 195 | - Add logo to the documentation [\#170](https://github.com/python-adaptive/adaptive/pull/170) ([basnijholt](https://github.com/basnijholt)) |
|
0 commit comments