You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-45Lines changed: 1 addition & 45 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ This release fixes three bugs but is primarily a maintenance release bringing su
27
27
- Remove nose import. [#1368](https://github.com/ipython/ipykernel/pull/1368) ([@Carreau](https://github.com/Carreau))
28
28
- Test more python versions [#1358](https://github.com/ipython/ipykernel/pull/1358) ([@davidbrochart](https://github.com/davidbrochart))
29
29
- Fix expected text depending on IPython version. [#1354](https://github.com/ipython/ipykernel/pull/1354) ([@Carreau](https://github.com/Carreau))
30
-
- Licence :: * trove classifers are deprecated [#1348](https://github.com/ipython/ipykernel/pull/1348) ([@Carreau](https://github.com/Carreau))
30
+
- Licence :: * trove classifiers are deprecated [#1348](https://github.com/ipython/ipykernel/pull/1348) ([@Carreau](https://github.com/Carreau))
31
31
- Try to fix spyder kernel install [#1337](https://github.com/ipython/ipykernel/pull/1337) ([@Carreau](https://github.com/Carreau))
- Don't rerun test with --lf it hides failures. [#1324](https://github.com/ipython/ipykernel/pull/1324) ([@Carreau](https://github.com/Carreau))
@@ -1692,8 +1692,6 @@ failures in nbconvert.
1692
1692
1693
1693
5.1.0 fixes some important regressions in 5.0, especially on Windows.
1694
1694
1695
-
[5.1.0 on GitHub](https://github.com/ipython/ipykernel/milestones/5.1)
1696
-
1697
1695
- Fix message-ordering bug that could result in out-of-order
1698
1696
executions, especially on Windows [#356](https://github.com/ipython/ipykernel/pull/356)
1699
1697
- Fix classifiers to indicate dropped Python 2 support
@@ -1706,17 +1704,13 @@ failures in nbconvert.
1706
1704
1707
1705
### 5.0.0
1708
1706
1709
-
[5.0.0 on GitHub](https://github.com/ipython/ipykernel/milestones/5.0)
1710
-
1711
1707
- Drop support for Python 2. `ipykernel` 5.0 requires Python >= 3.4
1712
1708
- Add support for IPython's asynchronous code execution
0 commit comments