Path to this page:
./
devel/py-ipykernel,
IPython Kernel for Jupyter
Branch: CURRENT,
Version: 6.29.5,
Package name: py312-ipykernel-6.29.5,
Maintainer: pkgsrc-usersThis package provides the IPython kernel for Jupyter.
Required to run:[
devel/py-setuptools] [
devel/py-ipython] [
www/py-tornado] [
devel/py-traitlets] [
devel/py-jupyter_client] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 159.538 KB
Version history: (Expand)
- (2024-10-14) Updated to version: py312-ipykernel-6.29.5
- (2024-07-20) Updated to version: py311-ipykernel-6.29.5
- (2024-04-06) Updated to version: py311-ipykernel-6.29.4
- (2024-02-27) Updated to version: py311-ipykernel-6.29.3
- (2024-02-08) Updated to version: py311-ipykernel-6.29.2
- (2024-02-06) Updated to version: py311-ipykernel-6.29.1
CVS history: (Expand)
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
|