2023-10-26 11:19:33 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-ipykernel: updated to 6.26.0
6.26.0
Maintenance and upkeep improvements
- Update lint deps and add more typing
- Update typing for traitlets 5.11
- chore: update pre-commit hooks
- Update IPython Typing Usage
- Update typing
- Use sp-repo-review
- Bump actions/checkout from 3 to 4
|
2023-09-05 06:37:10 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ipykernel: updated to 6.25.2
6.25.2
Bugs fixed
- Make iostream shutdown more robust
- Don't call QApplication.setQuitOnLastWindowClosed(False).
- Avoid starting IOPub background thread after it's been stopped
|
2023-08-07 20:19:45 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ipykernel: updated to 6.25.1
6.25.1
Bugs fixed
- Modifying debugger to return the same breakpoints in 'debugInfo' response as \
'setBreakpoints'
|
2023-07-30 10:07:53 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ipykernel: updated to 6.25.0
6.25.0
Enhancements made
- feat: let display hook handle clear_output
Bugs fixed
- Merge connection info into existing connection file if it already exists
Maintenance and upkeep improvements
- Clean up lint
|
2023-07-05 14:07:15 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ipykernel: updated to 6.24.0
6.24.0
New features added
- Let get_parent decide the channel to get parent header
Bugs fixed
- Bugfix: binary stdout/stderr handling
|
2023-06-27 12:28:52 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ipykernel: updated to 6.23.3
6.23.3
Bugs fixed
- Check existence of connection_file before writing
|
2023-06-17 14:42:24 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ipykernel: updated to 6.23.2
6.23.2
Bugs fixed
- Avoid ResourceWarning on implicitly closed event pipe sockets
- fix: protect stdout/stderr restoration in `InProcessKernel._redirected_io`
|
2023-06-06 20:30:54 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ipykernel: updated to 6.23.1
6.23.1
Bugs fixed
- Avoid echoing onto a captured FD
Maintenance and upkeep improvements
- update readthedocs env to 3.11
6.23.0
Enhancements made
- Support control\<>iopub messages to e.g. unblock comm_msg from command \
execution
- Add outstream hook similar to display publisher
Maintenance and upkeep improvements
- Use local coverage
|
2023-05-04 19:50:47 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-ipykernel: not for Python 3.8
|
2023-04-25 13:29:23 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-ipykernel: updated to 6.22.0
6.22.0
Bugs fixed
- Deprecate Comm class + Fix incompatibility with ipywidgets
6.21.3
Bugs fixed
- Fix interrupt reply
Maintenance and upkeep improvements
- Update docs link
- Add license
Documentation improvements
- Update changelog for markdown typo
6.21.2
Bugs fixed
- Un-expose `__file__` and expose `__session__` instead.
Maintenance and upkeep improvements
- Remove test_enter_eventloop
6.21.1
Maintenance and upkeep improvements
- Restore nest-asyncio for tk loop
6.21.0
Enhancements made
- Expose session start file in `__file__`.
- Add copy_to_globals debug request handling
Maintenance and upkeep improvements
- Adopt more lint rules
- Maintenance updates
- Test spyder kernels
6.20.2
Bugs fixed
- Fix Exception in OutStream.close()
6.20.1
Bugs fixed
- Don't raise error when trying to create another Qt app for Qt eventloop
Maintenance and upkeep improvements
- Update CI
- Fix types and sync lint deps
Documentation improvements
- Add api docs
6.20.0
Enhancements made
- ENH: add `%gui` support for Qt6
Maintenance and upkeep improvements
- Add more ci checks
|