File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,40 @@ We strongly recommend that you upgrade to version 9+ of pip before upgrading ``n
20
20
21
21
Use ``pip install pip --upgrade `` to upgrade pip. Check pip version with
22
22
``pip --version ``.
23
+
24
+ .. _release-5.6.0 :
25
+
26
+ 5.6.0
27
+ -----
28
+
29
+ New features:
30
+
31
+ - Execute cells by clicking area in input prompt (:ghpull: `3535 `, :ghpull: `3687 `)
32
+ - Add kernel_info_timeout traitlet to enable restarting slow kernels (:ghpull: `3665 `)
33
+ - Add /metrics endpoint for Prometheus Metrics (:ghpull: `3490 `)
34
+ - Update to jQuery 3.3 (:ghpull: `3655 `)
35
+
36
+ Fixing problems:
37
+
38
+ - Don't duplicate token in displayed URL (:ghpull: `3656 `)
39
+ - Don't trash non-empty directories on Windows (:ghpull: `3673 `)
40
+ - Include LICENSE file in wheels (:ghpull: `3671 `)
41
+
42
+ Testing:
43
+ - Add find replace test (:ghpull: `3630 `)
44
+ - [3335] Convert JS tests to Selenium (:ghpull: `3601 `)
45
+
46
+ Thanks to the following contributors:
47
+
48
+ - Arovit Narula (`arovit <https://github.com/arovit >`__)
49
+ - lucasoshiro (`lucasoshiro <https://github.com/lucasoshiro >`__)
50
+ - M Pacer (`mpacer <https://github.com/mpacer >`__)
51
+ - Thomas Kluyver (`takluyver <https://github.com/takluyver >`__)
52
+ - Todd (`toddrme2178 <https://github.com/toddrme2178 >`__)
53
+ - Yuvi Panda (`yuvipanda <https://github.com/yuvipanda >`__)
54
+
55
+ See the 5.6 milestone on GitHub for a complete list of
56
+ `pull requests <https://github.com/jupyter/notebook/pulls?utf8=%E2%9C%93&q=is%3Apr%20milestone%3A5.6 >`__ involved in this release.
23
57
24
58
.. _release-5.5.0 :
25
59
You can’t perform that action at this time.
0 commit comments