Releases for the IPython organization, updated on 2025-08-02.
comm v0.2.3¶
GitHub Release • July 25th, 2025
Merged PRs
- Remove
traitlets
dependency #32 (@davidbrochart
) - Add Security.md file. #29 (
@Carreau
) - pre-commit updates and fixes #28 (
@Carreau
)
ipykernel v6.30.0¶
GitHub Release • July 21st, 2025
6.30.0
This release fixes three bugs but is primarily a maintenance release bringing support for Python 3.13 and updating dependencies. It does not include subshells which will be in the upcoming 7.0.0 release. Users and downstream libraries that wish to avoid subshells should pin to ipykernel < 7
.
Enhancements made
- Remove control queue #1210 (
@ianthomas23
)
Bugs fixed
- Set shell idle when message skipped by “should_handle” in “dispatch_shell” #1395 (
@dby-tmwctw
) - Fixed error accessing sys.stdout/sys.stderr when those are None #1247 (
@gregory-shklover
) - Allow datetime or str in test_sequential_control_messages #1219 (
@ianthomas23
)
Maintenance and upkeep improvements
- 6.x backports #1406 (
@ianthomas23
) - Update pre-commit and github actions #1401 (
@ianthomas23
) - Test more python versions on 6.x branch #1398 (
@davidbrochart
) - Backports and extra changes to fix CI on 6.x branch #1390 (
@ianthomas23
) - Remove nose import. #1368 (
@Carreau
) - Test more python versions #1358 (
@davidbrochart
) - Fix expected text depending on IPython version. #1354 (
@Carreau
) - Licence :: * trove classifers are deprecated #1348 (
@Carreau
) - Try to fix spyder kernel install #1337 (
@Carreau
) - Remove test_check job #1335 (
@Carreau
) - Don’t rerun test with --lf it hides failures. #1324 (
@Carreau
) - Remove link to numfocus for funding. #1320 (
@Carreau
) - Remove downstream_check #1318 (
@Carreau
) - Copy payloadpage.page from IPython #1317 (
@Carreau
) - Remove base setup #1299 (
@davidbrochart
) - Rely on intrsphinx_registry to keep intersphinx up to date. #1290 (
@Carreau
) - Drop support for Python 3.8 #1284 (
@ianthomas23
) - Start testing on 3.13 #1277 (
@Carreau
) - Build docs on ubuntu #1257 (
@blink1073
) - Avoid a DeprecationWarning on Python 3.13+ #1248 (
@hroncok
) - Catch IPython 8.24 DeprecationWarnings #1242 (
@s-t-e-v-e-n-k
) - Add compat with pytest 8 #1231 (
@blink1073
) - Set all min deps #1229 (
@blink1073
)