Skip to content

Commit cb954e0

Browse files
authored
Merge pull request #708 from minrk/830
8.3.0 changelog
2 parents ccc5476 + 46bcb71 commit cb954e0

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

docs/source/changelog.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,35 @@
44

55
Changes in IPython Parallel
66

7+
## 8.3
8+
9+
### 8.3.0
10+
11+
([full changelog](https://github.com/ipython/ipyparallel/compare/8.2.1...8.3.0))
12+
13+
8.3.0 is a small release, with some bugfixes and improvements to the release process.
14+
15+
Build fixes:
16+
17+
- Workaround SSL issues with recent builds of nodejs + webpack
18+
- Build with flit, removing setup.py
19+
20+
Fixes:
21+
22+
- Remove remaining references to deprecated `distutils` package (has surprising impact on process memory)
23+
- Improve logging when engine registration times out
24+
25+
Maintenance changes that shouldn't affect users:
26+
27+
- Releases are now built with pip instead of `setup.py`
28+
- Updates to autoformatting configuration
29+
30+
#### Contributors to this release
31+
32+
([GitHub contributors page for this release](https://github.com/ipython/ipyparallel/graphs/contributors?from=2022-04-01&to=2022-05-09&type=c))
33+
34+
[@blink1073](https://github.com/search?q=repo%3Aipython%2Fipyparallel+involves%3Ablink1073+updated%3A2022-04-01..2022-05-09&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Aipython%2Fipyparallel+involves%3Adependabot+updated%3A2022-04-01..2022-05-09&type=Issues) | [@jburroni](https://github.com/search?q=repo%3Aipython%2Fipyparallel+involves%3Ajburroni+updated%3A2022-04-01..2022-05-09&type=Issues) | [@kloczek](https://github.com/search?q=repo%3Aipython%2Fipyparallel+involves%3Akloczek+updated%3A2022-04-01..2022-05-09&type=Issues) | [@minrk](https://github.com/search?q=repo%3Aipython%2Fipyparallel+involves%3Aminrk+updated%3A2022-04-01..2022-05-09&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Aipython%2Fipyparallel+involves%3Apre-commit-ci+updated%3A2022-04-01..2022-05-09&type=Issues)
35+
736
## 8.2
837

938
### 8.2.1

0 commit comments

Comments
 (0)