2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
2024-07-20 14:46:56 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ipykernel: updated to 6.29.5
6.29.5
Bugs fixed
- Fix use of "%matplotlib osx"
Maintenance and upkeep improvements
- \[6.x\] Update Release Scripts
|
2024-04-06 08:13:58 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ipykernel: updated to 6.29.4
6.29.4
Bugs fixed
- Fix side effect import for pickleutil
Maintenance and upkeep improvements
- Do not import debugger/debugpy unless needed
|
2024-02-27 09:38:18 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ipykernel: updated to 6.29.3
6.29.3
Enhancements made
- Eventloop scheduling improvements for stop_on_error_timeout and schedule_next
Bugs fixed
- Disable frozen modules by default, add a toggle
Maintenance and upkeep improvements
- Fix typings and update project urls
- Unpin pytest-asyncio and update ruff config
Documentation improvements
- Correct spelling mistake
|
2024-02-08 11:17:03 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ipykernel: updated to 6.29.2
6.29.2
Bugs fixed
- Fix: ipykernel_launcher, delete absolute sys.path\[0\]
Maintenance and upkeep improvements
- Re-enable skipped debugger test
|
2024-02-06 19:17:25 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ipykernel: updated to 6.29.1
6.29.1
Bugs fixed
- fix: on exception, return a 0, so that the "sum" still computes
- Fix handling of "silent" in execute request
Maintenance and upkeep improvements
- chore: update pre-commit hooks
- Do git ignore of /node_modules/.cache
- Bump the actions group with 1 update
|
2024-01-20 10:02:50 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ipykernel: updated to 6.29.0
6.29.0
Enhancements made
- Always set debugger to true in kernelspec
Bugs fixed
- Revert "Enable `ProactorEventLoop` on windows for `ipykernel`"
- Make outputs go to correct cell when generated in threads/asyncio
Maintenance and upkeep improvements
- Pin pytest-asyncio to 0.23.2
- chore: update pre-commit hooks
|
2024-01-09 06:40:04 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ipykernel: updated to 6.28.0
6.28.0
Enhancements made
- Enable `ProactorEventLoop` on windows for `ipykernel`
- Adds a flag in debug_info for the copyToGlobals support
Maintenance and upkeep improvements
- Support python 3.12
- Bump actions/setup-python from 4 to 5
- chore: update pre-commit hooks
- Refactor execute_request to reduce redundancy and improve consistency
Documentation improvements
- Update pytest commands in README
|
2023-12-07 18:12:30 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ipykernel: updated to 6.27.1
6.27.1
Bugs fixed
- Fix edit magic payload type
6.27.0
Enhancements made
- Extend argument handling of do_execute with cell metadata
Maintenance and upkeep improvements
- Update ruff and typings
- Clean up ruff config
- chore: update pre-commit hooks
- Clean up typing config
- Update typing for traitlets 5.13
- Adopt ruff format
- Update typing for jupyter_client 8.5
|
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | |
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).
However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
|