Skip to content

Commit f96df51

Browse files
authored
Backport: Remove links in changelog to github milestones that no longer exist (#1417)
1 parent 7f78f02 commit f96df51

File tree

1 file changed

+1
-45
lines changed

1 file changed

+1
-45
lines changed

CHANGELOG.md

Lines changed: 1 addition & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This release fixes three bugs but is primarily a maintenance release bringing su
2727
- Remove nose import. [#1368](https://github.com/ipython/ipykernel/pull/1368) ([@Carreau](https://github.com/Carreau))
2828
- Test more python versions [#1358](https://github.com/ipython/ipykernel/pull/1358) ([@davidbrochart](https://github.com/davidbrochart))
2929
- 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))
3131
- Try to fix spyder kernel install [#1337](https://github.com/ipython/ipykernel/pull/1337) ([@Carreau](https://github.com/Carreau))
3232
- Remove test_check job [#1335](https://github.com/ipython/ipykernel/pull/1335) ([@Carreau](https://github.com/Carreau))
3333
- 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.
16921692

16931693
5.1.0 fixes some important regressions in 5.0, especially on Windows.
16941694

1695-
[5.1.0 on GitHub](https://github.com/ipython/ipykernel/milestones/5.1)
1696-
16971695
- Fix message-ordering bug that could result in out-of-order
16981696
executions, especially on Windows [#356](https://github.com/ipython/ipykernel/pull/356)
16991697
- Fix classifiers to indicate dropped Python 2 support
@@ -1706,17 +1704,13 @@ failures in nbconvert.
17061704

17071705
### 5.0.0
17081706

1709-
[5.0.0 on GitHub](https://github.com/ipython/ipykernel/milestones/5.0)
1710-
17111707
- Drop support for Python 2. `ipykernel` 5.0 requires Python >= 3.4
17121708
- Add support for IPython's asynchronous code execution
17131709
[#323](https://github.com/ipython/ipykernel/pull/323)
17141710
- Update release process in `CONTRIBUTING.md` [#339](https://github.com/ipython/ipykernel/pull/339)
17151711

17161712
## 4.10
17171713

1718-
[4.10 on GitHub](https://github.com/ipython/ipykernel/milestones/4.10)
1719-
17201714
- Fix compatibility with IPython 7.0 [#348](https://github.com/ipython/ipykernel/pull/348)
17211715
- Fix compatibility in cases where sys.stdout can be None
17221716
[#344](https://github.com/ipython/ipykernel/pull/344)
@@ -1725,8 +1719,6 @@ failures in nbconvert.
17251719

17261720
### 4.9.0
17271721

1728-
[4.9.0 on GitHub](https://github.com/ipython/ipykernel/milestones/4.9)
1729-
17301722
- Python 3.3 is no longer supported [#336](https://github.com/ipython/ipykernel/pull/336)
17311723
- Flush stdout/stderr in KernelApp before replacing
17321724
[#314](https://github.com/ipython/ipykernel/pull/314)
@@ -1740,15 +1732,11 @@ failures in nbconvert.
17401732

17411733
### 4.8.2
17421734

1743-
[4.8.2 on GitHub](https://github.com/ipython/ipykernel/milestones/4.8.2)
1744-
17451735
- Fix compatibility issue with qt eventloop and pyzmq 17
17461736
[#307](https://github.com/ipython/ipykernel/pull/307).
17471737

17481738
### 4.8.1
17491739

1750-
[4.8.1 on GitHub](https://github.com/ipython/ipykernel/milestones/4.8.1)
1751-
17521740
- set zmq.ROUTER_HANDOVER socket option when available to workaround
17531741
libzmq reconnect bug [#300](https://github.com/ipython/ipykernel/pull/300).
17541742
- Fix sdists including absolute paths for kernelspec files, which
@@ -1757,8 +1745,6 @@ failures in nbconvert.
17571745

17581746
### 4.8.0
17591747

1760-
[4.8.0 on GitHub](https://github.com/ipython/ipykernel/milestones/4.8)
1761-
17621748
- Cleanly shutdown integrated event loops when shutting down the
17631749
kernel. [#290](https://github.com/ipython/ipykernel/pull/290)
17641750
- `%gui qt` now uses Qt 5 by default rather than Qt 4, following a
@@ -1770,8 +1756,6 @@ failures in nbconvert.
17701756

17711757
### 4.7.0
17721758

1773-
[4.7.0 on GitHub](https://github.com/ipython/ipykernel/milestones/4.7)
1774-
17751759
- Add event loop integration for `asyncio`.
17761760
- Use the new IPython completer API.
17771761
- Add support for displaying GIF images (mimetype `image/gif`).
@@ -1785,17 +1769,13 @@ failures in nbconvert.
17851769

17861770
### 4.6.1
17871771

1788-
[4.6.1 on GitHub](https://github.com/ipython/ipykernel/milestones/4.6.1)
1789-
17901772
- Fix eventloop-integration bug preventing Qt windows/widgets from
17911773
displaying with ipykernel 4.6.0 and IPython ≥ 5.2.
17921774
- Avoid deprecation warnings about naive datetimes when working with
17931775
jupyter_client ≥ 5.0.
17941776

17951777
### 4.6.0
17961778

1797-
[4.6.0 on GitHub](https://github.com/ipython/ipykernel/milestones/4.6)
1798-
17991779
- Add to API `DisplayPublisher.publish` two new fully
18001780
backward-compatible keyword-args:
18011781

@@ -1838,15 +1818,11 @@ failures in nbconvert.
18381818

18391819
### 4.5.2
18401820

1841-
[4.5.2 on GitHub](https://github.com/ipython/ipykernel/milestones/4.5.2)
1842-
18431821
- Fix bug when instantiating Comms outside of the IPython kernel
18441822
(introduced in 4.5.1).
18451823

18461824
### 4.5.1
18471825

1848-
[4.5.1 on GitHub](https://github.com/ipython/ipykernel/milestones/4.5.1)
1849-
18501826
- Add missing `stream` parameter to overridden
18511827
`getpass`
18521828
- Remove locks from iopub thread, which could cause deadlocks during
@@ -1857,8 +1833,6 @@ failures in nbconvert.
18571833

18581834
### 4.5.0
18591835

1860-
[4.5 on GitHub](https://github.com/ipython/ipykernel/milestones/4.5)
1861-
18621836
- Use figure.dpi instead of savefig.dpi to set DPI for inline figures
18631837
- Support ipympl matplotlib backend (requires IPython update as well
18641838
to fully work)
@@ -1870,15 +1844,11 @@ failures in nbconvert.
18701844

18711845
### 4.4.1
18721846

1873-
[4.4.1 on GitHub](https://github.com/ipython/ipykernel/milestones/4.4.1)
1874-
18751847
- Fix circular import of matplotlib on Python 2 caused by the inline
18761848
backend changes in 4.4.0.
18771849

18781850
### 4.4.0
18791851

1880-
[4.4.0 on GitHub](https://github.com/ipython/ipykernel/milestones/4.4)
1881-
18821852
- Use
18831853
[MPLBACKEND](http://matplotlib.org/devel/coding_guide.html?highlight=mplbackend#developing-a-new-backend)
18841854
environment variable to tell matplotlib >= 1.5 use use the inline
@@ -1912,8 +1882,6 @@ failures in nbconvert.
19121882

19131883
### 4.3.0
19141884

1915-
[4.3.0 on GitHub](https://github.com/ipython/ipykernel/milestones/4.3)
1916-
19171885
- Publish all IO in a thread, via `IOPubThread`. This solves the problem of requiring
19181886
`sys.stdout.flush` to be called in
19191887
the notebook to produce output promptly during long-running cells.
@@ -1936,22 +1904,16 @@ failures in nbconvert.
19361904

19371905
### 4.2.2
19381906

1939-
[4.2.2 on GitHub](https://github.com/ipython/ipykernel/milestones/4.2.2)
1940-
19411907
- Don't show interactive debugging info when kernel crashes
19421908
- Fix handling of numerical types in json_clean
19431909
- Testing fixes for output capturing
19441910

19451911
### 4.2.1
19461912

1947-
[4.2.1 on GitHub](https://github.com/ipython/ipykernel/milestones/4.2.1)
1948-
19491913
- Fix default display name back to "Python X" instead of "pythonX"
19501914

19511915
### 4.2.0
19521916

1953-
[4.2 on GitHub](https://github.com/ipython/ipykernel/milestones/4.2)
1954-
19551917
- Support sending a full message in initial opening of comms
19561918
(metadata, buffers were not previously allowed)
19571919
- When using `ipython kernel install --name` to install the IPython
@@ -1961,22 +1923,16 @@ failures in nbconvert.
19611923

19621924
### 4.1.1
19631925

1964-
[4.1.1 on GitHub](https://github.com/ipython/ipykernel/milestones/4.1.1)
1965-
19661926
- Fix missing `ipykernel.__version__` on Python 2.
19671927
- Fix missing `target_name` when opening comms from the frontend.
19681928

19691929
### 4.1.0
19701930

1971-
[4.1 on GitHub](https://github.com/ipython/ipykernel/milestones/4.1)
1972-
19731931
- add `ipython kernel install` entrypoint for installing the IPython
19741932
kernelspec
19751933
- provisional implementation of `comm_info` request/reply for msgspec
19761934
v5.1
19771935

19781936
## 4.0
19791937

1980-
[4.0 on GitHub](https://github.com/ipython/ipykernel/milestones/4.0)
1981-
19821938
4.0 is the first release of ipykernel as a standalone package.

0 commit comments

Comments
 (0)