Skip to content

Commit dc4d958

Browse files
authored
Remove links in changelog to github milestones that no longer exist (#1415)
1 parent 4c21800 commit dc4d958

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

CHANGELOG.md

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1669,8 +1669,6 @@ failures in nbconvert.
16691669

16701670
5.1.0 fixes some important regressions in 5.0, especially on Windows.
16711671

1672-
[5.1.0 on GitHub](https://github.com/ipython/ipykernel/milestones/5.1)
1673-
16741672
- Fix message-ordering bug that could result in out-of-order
16751673
executions, especially on Windows [#356](https://github.com/ipython/ipykernel/pull/356)
16761674
- Fix classifiers to indicate dropped Python 2 support
@@ -1683,17 +1681,13 @@ failures in nbconvert.
16831681

16841682
### 5.0.0
16851683

1686-
[5.0.0 on GitHub](https://github.com/ipython/ipykernel/milestones/5.0)
1687-
16881684
- Drop support for Python 2. `ipykernel` 5.0 requires Python >= 3.4
16891685
- Add support for IPython's asynchronous code execution
16901686
[#323](https://github.com/ipython/ipykernel/pull/323)
16911687
- Update release process in `CONTRIBUTING.md` [#339](https://github.com/ipython/ipykernel/pull/339)
16921688

16931689
## 4.10
16941690

1695-
[4.10 on GitHub](https://github.com/ipython/ipykernel/milestones/4.10)
1696-
16971691
- Fix compatibility with IPython 7.0 [#348](https://github.com/ipython/ipykernel/pull/348)
16981692
- Fix compatibility in cases where sys.stdout can be None
16991693
[#344](https://github.com/ipython/ipykernel/pull/344)
@@ -1702,8 +1696,6 @@ failures in nbconvert.
17021696

17031697
### 4.9.0
17041698

1705-
[4.9.0 on GitHub](https://github.com/ipython/ipykernel/milestones/4.9)
1706-
17071699
- Python 3.3 is no longer supported [#336](https://github.com/ipython/ipykernel/pull/336)
17081700
- Flush stdout/stderr in KernelApp before replacing
17091701
[#314](https://github.com/ipython/ipykernel/pull/314)
@@ -1717,15 +1709,11 @@ failures in nbconvert.
17171709

17181710
### 4.8.2
17191711

1720-
[4.8.2 on GitHub](https://github.com/ipython/ipykernel/milestones/4.8.2)
1721-
17221712
- Fix compatibility issue with qt eventloop and pyzmq 17
17231713
[#307](https://github.com/ipython/ipykernel/pull/307).
17241714

17251715
### 4.8.1
17261716

1727-
[4.8.1 on GitHub](https://github.com/ipython/ipykernel/milestones/4.8.1)
1728-
17291717
- set zmq.ROUTER_HANDOVER socket option when available to workaround
17301718
libzmq reconnect bug [#300](https://github.com/ipython/ipykernel/pull/300).
17311719
- Fix sdists including absolute paths for kernelspec files, which
@@ -1734,8 +1722,6 @@ failures in nbconvert.
17341722

17351723
### 4.8.0
17361724

1737-
[4.8.0 on GitHub](https://github.com/ipython/ipykernel/milestones/4.8)
1738-
17391725
- Cleanly shutdown integrated event loops when shutting down the
17401726
kernel. [#290](https://github.com/ipython/ipykernel/pull/290)
17411727
- `%gui qt` now uses Qt 5 by default rather than Qt 4, following a
@@ -1747,8 +1733,6 @@ failures in nbconvert.
17471733

17481734
### 4.7.0
17491735

1750-
[4.7.0 on GitHub](https://github.com/ipython/ipykernel/milestones/4.7)
1751-
17521736
- Add event loop integration for `asyncio`.
17531737
- Use the new IPython completer API.
17541738
- Add support for displaying GIF images (mimetype `image/gif`).
@@ -1762,17 +1746,13 @@ failures in nbconvert.
17621746

17631747
### 4.6.1
17641748

1765-
[4.6.1 on GitHub](https://github.com/ipython/ipykernel/milestones/4.6.1)
1766-
17671749
- Fix eventloop-integration bug preventing Qt windows/widgets from
17681750
displaying with ipykernel 4.6.0 and IPython ≥ 5.2.
17691751
- Avoid deprecation warnings about naive datetimes when working with
17701752
jupyter_client ≥ 5.0.
17711753

17721754
### 4.6.0
17731755

1774-
[4.6.0 on GitHub](https://github.com/ipython/ipykernel/milestones/4.6)
1775-
17761756
- Add to API `DisplayPublisher.publish` two new fully
17771757
backward-compatible keyword-args:
17781758

@@ -1815,15 +1795,11 @@ failures in nbconvert.
18151795

18161796
### 4.5.2
18171797

1818-
[4.5.2 on GitHub](https://github.com/ipython/ipykernel/milestones/4.5.2)
1819-
18201798
- Fix bug when instantiating Comms outside of the IPython kernel
18211799
(introduced in 4.5.1).
18221800

18231801
### 4.5.1
18241802

1825-
[4.5.1 on GitHub](https://github.com/ipython/ipykernel/milestones/4.5.1)
1826-
18271803
- Add missing `stream` parameter to overridden
18281804
`getpass`
18291805
- Remove locks from iopub thread, which could cause deadlocks during
@@ -1834,8 +1810,6 @@ failures in nbconvert.
18341810

18351811
### 4.5.0
18361812

1837-
[4.5 on GitHub](https://github.com/ipython/ipykernel/milestones/4.5)
1838-
18391813
- Use figure.dpi instead of savefig.dpi to set DPI for inline figures
18401814
- Support ipympl matplotlib backend (requires IPython update as well
18411815
to fully work)
@@ -1847,15 +1821,11 @@ failures in nbconvert.
18471821

18481822
### 4.4.1
18491823

1850-
[4.4.1 on GitHub](https://github.com/ipython/ipykernel/milestones/4.4.1)
1851-
18521824
- Fix circular import of matplotlib on Python 2 caused by the inline
18531825
backend changes in 4.4.0.
18541826

18551827
### 4.4.0
18561828

1857-
[4.4.0 on GitHub](https://github.com/ipython/ipykernel/milestones/4.4)
1858-
18591829
- Use
18601830
[MPLBACKEND](http://matplotlib.org/devel/coding_guide.html?highlight=mplbackend#developing-a-new-backend)
18611831
environment variable to tell matplotlib >= 1.5 use use the inline
@@ -1889,8 +1859,6 @@ failures in nbconvert.
18891859

18901860
### 4.3.0
18911861

1892-
[4.3.0 on GitHub](https://github.com/ipython/ipykernel/milestones/4.3)
1893-
18941862
- Publish all IO in a thread, via `IOPubThread`. This solves the problem of requiring
18951863
`sys.stdout.flush` to be called in
18961864
the notebook to produce output promptly during long-running cells.
@@ -1913,22 +1881,16 @@ failures in nbconvert.
19131881

19141882
### 4.2.2
19151883

1916-
[4.2.2 on GitHub](https://github.com/ipython/ipykernel/milestones/4.2.2)
1917-
19181884
- Don't show interactive debugging info when kernel crashes
19191885
- Fix handling of numerical types in json_clean
19201886
- Testing fixes for output capturing
19211887

19221888
### 4.2.1
19231889

1924-
[4.2.1 on GitHub](https://github.com/ipython/ipykernel/milestones/4.2.1)
1925-
19261890
- Fix default display name back to "Python X" instead of "pythonX"
19271891

19281892
### 4.2.0
19291893

1930-
[4.2 on GitHub](https://github.com/ipython/ipykernel/milestones/4.2)
1931-
19321894
- Support sending a full message in initial opening of comms
19331895
(metadata, buffers were not previously allowed)
19341896
- When using `ipython kernel install --name` to install the IPython
@@ -1938,22 +1900,16 @@ failures in nbconvert.
19381900

19391901
### 4.1.1
19401902

1941-
[4.1.1 on GitHub](https://github.com/ipython/ipykernel/milestones/4.1.1)
1942-
19431903
- Fix missing `ipykernel.__version__` on Python 2.
19441904
- Fix missing `target_name` when opening comms from the frontend.
19451905

19461906
### 4.1.0
19471907

1948-
[4.1 on GitHub](https://github.com/ipython/ipykernel/milestones/4.1)
1949-
19501908
- add `ipython kernel install` entrypoint for installing the IPython
19511909
kernelspec
19521910
- provisional implementation of `comm_info` request/reply for msgspec
19531911
v5.1
19541912

19551913
## 4.0
19561914

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

0 commit comments

Comments
 (0)