Skip to content

Commit 5cd957d

Browse files
committed
update the CHANGELOG
1 parent 39c8bf0 commit 5cd957d

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,30 @@
11
# Changelog
22

3+
## [v0.12.0](https://github.com/python-adaptive/adaptive/tree/v0.12.0) (2021-03-23)
4+
5+
[Full Changelog](https://github.com/python-adaptive/adaptive/compare/v0.11.3...HEAD)
6+
7+
**Merged pull requests:**
8+
9+
- bump to Python≥3.7 [\#312](https://github.com/python-adaptive/adaptive/pull/312) ([basnijholt](https://github.com/basnijholt))
10+
- lazily evaluate the integrator coefficients [\#311](https://github.com/python-adaptive/adaptive/pull/311) ([basnijholt](https://github.com/basnijholt))
11+
- add resolution\_loss\_function for Learner1D [\#310](https://github.com/python-adaptive/adaptive/pull/310) ([basnijholt](https://github.com/basnijholt))
12+
- add "\(Code\) style fix or documentation update" to .github/pull\_request\_template.md [\#309](https://github.com/python-adaptive/adaptive/pull/309) ([basnijholt](https://github.com/basnijholt))
13+
- remove the requirements from the tutorial landing page [\#308](https://github.com/python-adaptive/adaptive/pull/308) ([basnijholt](https://github.com/basnijholt))
14+
- add change log to the docs [\#307](https://github.com/python-adaptive/adaptive/pull/307) ([basnijholt](https://github.com/basnijholt))
15+
- remove automerge action [\#305](https://github.com/python-adaptive/adaptive/pull/305) ([basnijholt](https://github.com/basnijholt))
16+
317
## [v0.11.3](https://github.com/python-adaptive/adaptive/tree/v0.11.3) (2021-03-07)
418

519
[Full Changelog](https://github.com/python-adaptive/adaptive/compare/v0.11.2...v0.11.3)
620

721
**Fixed bugs:**
822

23+
- ProcessPoolExecutor behaviour on MacOS in interactive environment changed between Python versions [\#301](https://github.com/python-adaptive/adaptive/issues/301)
924
- can't pickle lru\_cache function with loky [\#292](https://github.com/python-adaptive/adaptive/issues/292)
1025

1126
**Closed issues:**
1227

13-
- ProcessPoolExecutor behaviour on MacOS in interactive environment changed between Python versions [\#301](https://github.com/python-adaptive/adaptive/issues/301)
1428
- Runner fails in the notebook [\#299](https://github.com/python-adaptive/adaptive/issues/299)
1529

1630
**Merged pull requests:**

0 commit comments

Comments
 (0)