File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 4
4
5
5
Changes in IPython Parallel
6
6
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
+
7
36
## 8.2
8
37
9
38
### 8.2.1
You can’t perform that action at this time.
0 commit comments