|
1 | 1 | # History of changes |
2 | 2 |
|
| 3 | +## Version 3.0.0 (2024-08-29) |
| 4 | + |
| 5 | +### New features |
| 6 | + |
| 7 | +* Speed up debugger execution. |
| 8 | +* Notify Spyder when Matplotlib backend changes. |
| 9 | +* Use control channel for comms instead of a special one. |
| 10 | +* Update variable explorer from the kernel. |
| 11 | +* Simplify kernel configuration from Spyder. |
| 12 | +* Add a `comm_handler` decorator. |
| 13 | +* Transform `runfile`, `debugfile` and `runcell` commands to IPython magics. |
| 14 | +* Add comm handlers to interrupt executions and enter the debugger after that. |
| 15 | +* Publish Pdb stack frames to Spyder. |
| 16 | +* Drop support for Python 2 and support Python 3.8+ |
| 17 | + |
| 18 | +### Pull Requests Merged |
| 19 | + |
| 20 | +* [PR 500](https://github.com/spyder-ide/spyder-kernels/pull/500) - PR: Restore `TMPDIR` env var if it was available on the Spyder side, by [@ccordoba12](https://github.com/ccordoba12) |
| 21 | +* [PR 498](https://github.com/spyder-ide/spyder-kernels/pull/498) - PR: Remove `TMPDIR` env var after initialization, by [@ccordoba12](https://github.com/ccordoba12) |
| 22 | + |
| 23 | +In this release 2 pull requests were closed. |
| 24 | + |
| 25 | +---- |
| 26 | + |
| 27 | +## Version 3.0.0b9 (2024-08-21) |
| 28 | + |
| 29 | +### Pull Requests Merged |
| 30 | + |
| 31 | +* [PR 495](https://github.com/spyder-ide/spyder-kernels/pull/495) - PR: Add comm handler to get information about the Python environment associated to the kernel, by [@ccordoba12](https://github.com/ccordoba12) |
| 32 | + |
| 33 | +In this release 1 pull request was closed. |
| 34 | + |
| 35 | +---- |
| 36 | + |
| 37 | +## Version 3.0.0b8 (2024-08-08) |
| 38 | + |
| 39 | +### Pull Requests Merged |
| 40 | + |
| 41 | +* [PR 496](https://github.com/spyder-ide/spyder-kernels/pull/496) - PR: Add filtering logic for stream data and constraint `setuptools` version, by [@dalthviz](https://github.com/dalthviz) |
| 42 | + |
| 43 | +In this release 1 pull request was closed. |
| 44 | + |
| 45 | +---- |
| 46 | + |
| 47 | +## Version 3.0.0b7 (2024-06-18) |
| 48 | + |
| 49 | +### Issues Closed |
| 50 | + |
| 51 | +* [Issue 491](https://github.com/spyder-ide/spyder-kernels/issues/491) - Debugger misses breakpoint when a file can have several canonic paths ([PR 490](https://github.com/spyder-ide/spyder-kernels/pull/490) by [@impact27](https://github.com/impact27)) |
| 52 | +* [Issue 468](https://github.com/spyder-ide/spyder-kernels/issues/468) - Debugger not working for environments with different Python versions ([PR 492](https://github.com/spyder-ide/spyder-kernels/pull/492) by [@impact27](https://github.com/impact27)) |
| 53 | + |
| 54 | +In this release 2 issues were closed. |
| 55 | + |
| 56 | +### Pull Requests Merged |
| 57 | + |
| 58 | +* [PR 492](https://github.com/spyder-ide/spyder-kernels/pull/492) - PR: Enable comms to work across different Python versions, by [@impact27](https://github.com/impact27) ([468](https://github.com/spyder-ide/spyder-kernels/issues/468)) |
| 59 | +* [PR 490](https://github.com/spyder-ide/spyder-kernels/pull/490) - PR: Use inodes for single canonic file path (Debugger), by [@impact27](https://github.com/impact27) ([491](https://github.com/spyder-ide/spyder-kernels/issues/491)) |
| 60 | +* [PR 487](https://github.com/spyder-ide/spyder-kernels/pull/487) - PR: Fix issue where Spyder's inline graphics preferences were not applied, by [@mrclary](https://github.com/mrclary) |
| 61 | + |
| 62 | +In this release 3 pull requests were closed. |
| 63 | + |
| 64 | +---- |
| 65 | + |
3 | 66 | ## Version 3.0.0b6 (2024-05-15) |
4 | 67 |
|
5 | 68 | ### Issues Closed |
@@ -63,10 +126,8 @@ In this release 3 pull requests were closed. |
63 | 126 |
|
64 | 127 | In this release 6 pull requests were closed. |
65 | 128 |
|
66 | | - |
67 | 129 | ---- |
68 | 130 |
|
69 | | - |
70 | 131 | ## Version 3.0.0b1 (2023-06-14) |
71 | 132 |
|
72 | 133 | ### Issues Closed |
@@ -108,12 +169,24 @@ In this release 25 pull requests were closed. |
108 | 169 |
|
109 | 170 | ---- |
110 | 171 |
|
| 172 | +## Version 2.5.2 (2024-06-11) |
| 173 | + |
| 174 | +### Pull Requests Merged |
| 175 | + |
| 176 | +* [PR 489](https://github.com/spyder-ide/spyder-kernels/pull/489) - PR: Fix detecting Matplotlib backend for its 3.9.0 version, by [@mrclary](https://github.com/mrclary) |
| 177 | + |
| 178 | +In this release 1 pull request was closed. |
| 179 | + |
| 180 | +---- |
| 181 | + |
111 | 182 | ## Version 2.5.1 (2024-02-28) |
112 | 183 |
|
113 | 184 | ### Pull Requests Merged |
114 | 185 |
|
115 | 186 | * [PR 479](https://github.com/spyder-ide/spyder-kernels/pull/479) - PR: Fix hangs with Maplotlib interactive backends, by [@ccordoba12](https://github.com/ccordoba12) |
116 | 187 |
|
| 188 | +In this release 1 pull request was closed. |
| 189 | + |
117 | 190 | ---- |
118 | 191 |
|
119 | 192 | ## Version 2.5.0 (2023-11-06) |
|
0 commit comments