2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325) |
Log message:
*: clean-up after python38 removal
|
2024-09-03 15:12:57 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ipywidgets: updated to 8.1.5
8.1.5
More Phosphor backward compatibility
8.1.4
New features
Allow interact to use basic type hint annotations
Support horizontal orientation of radio buttons
Maintenance and bug fixes
Fix compatibility with pytest 8
HTMLManager: Support both ipywidgets 7 and 8 models
Make tests compatible with Python 3.13
fix: get_metadata deprecated since traitlets 4.1
Phosphor widget backward compatibility fixes
Remove confusing error message
Fix wrong tag index in TagsInput when updated via python
Documentation
Update Widget List.ipynb
Update yarn version in dev_install.md
Specify Jupyterlab (version 3.x or above)
update image processing example notebok imports and function call
Update Output Widget.ipynb
|
2024-07-20 14:58:49 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ipywidgets: updated to 8.1.3
8.1.3
Bug fixes
Add support for widgets in JupyterLab code consoles
Add return to pack_models
Documentation
Docs: Update jupyterlite
Docs: Fix jupyterlite deployment
|
2024-02-12 20:09:02 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-ipywidgets: updated to 8.1.2
Release 8.1.1
Bug fixed
Raise error when copy method is used on base widget class
Reverts 3689 and 3738 back to the original working codebase
Docs
Update to JupyterLite 0.1.0
|
2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158) |
Log message:
*: remove more references to Python 3.7
|
2023-05-05 11:19:07 by Jonathan Perkin | Files touched by this commit (4) |
Log message:
www: Try to unbreak python nonsense.
|
2022-04-07 12:20:48 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ipywidgets: updated to 7.7.0
7.7
---
Highlights include:
- Fix installation on Python 3.10.
- Throw an error if we cannot render a widget, enabling the rendering system to \
fall back to rendering a different data type if available.
- Create a new widget control comm channel, enabling more efficient fetching of \
kernel widget state.
- Refactor logic for fetching kernel widget state to the manager base class. \
This logic first tries to use the new widget control comm channel, falling back \
to the existing method of requesting each widget's state individually.
- Enable HTMLManager output widgets to render state updates.
- Do not reset JupyterLab CSS variables if they are already defined.
- Fix variable inspector example.
- Introduce new widget manager `has_model` method for synchronously checking if \
a widget model is registered.
- Work around bug in Chrome rendering Combobox arrows.
- Optionally echo update messages from frontends to other frontends. This \
enables widget views in different frontends to maintain consistent state \
simultaneously, and also makes sure that simultaneous updates from the kernel \
and frontend resolve to a consistent state. This is off by default in ipywidgets \
7.7, and it is anticipated this will be on by default in ipywidgets 8.0. To \
enable echo update messages across ipwyidgets, set the environment variable \
`JUPYTER_WIDGETS_ECHO` to 1. To opt a specific attribute out of echo updates, \
tag the attribute with `echo_update=False` metadata (we do this in core for the \
FileUpload widget's `data` attribute).
|
2022-02-04 14:49:26 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-ipywidgets: not for Python 3.7
|
2022-01-31 19:19:36 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-ipywidgets: updated to 7.6.5
7.6.5:
Bug fixes
|