c0ddd65f0a- Update to 4.0.13 * More Phosphor backward compatibility by @martinRenou in #3942 ## New features * Allow interact to use basic type hint annotations by @corranwebster in #3908 * Support horizontal orientation of radio buttons by @DonJayamanne in #3620 ## Maintenance and bug fixes * Fix compatibility with pytest 8 by @frenzymadness in #3903 * HTMLManager: Support both ipywidgets 7 and 8 models by @martinRenou in #3932 * Make tests compatible with Python 3.13 by @frenzymadness in #3924 * fix: get_metadata deprecated since traitlets 4.1 by @ManonMarchand in #3894 * Phosphor widget backward compatibility fixes by @martinRenou in #3933 * Remove confusing error message by @martinRenou in #3936 * Fix wrong tag index in TagsInput when updated via python by @s-weigand in #3862Benjamin Greiner2024-09-15 15:55:24 +00:00
8c056b681aAccepting request 1187204 from devel:languages:python:jupyter
Ana Guerrero
2024-07-14 06:51:35 +00:00
d22415dc97Accepting request 1187203 from home:bnavigator:branches:devel:languages:python:jupyterBenjamin Greiner2024-07-12 16:11:55 +00:00
606695e8c0Accepting request 1163567 from devel:languages:python:jupyter
Ana Guerrero
2024-04-02 14:40:30 +00:00
2ee71f6e25- Update to 8.1.2 * Bump systeminformation from 5.18.3 to 5.21.8 in /ui-tests by @dependabot in #3837 * Try to use manager's latexTypesetter if window.MathJax is not defined by @bollwyvl in #3847 * fix: restoring widgets from saved state is broken since v8 in Lab by @mariobuikhuizen in #3866Benjamin Greiner2024-03-29 17:58:26 +00:00
6a9bf2d814Accepting request 1155325 from devel:languages:python:jupyter
Dominique Leuenberger
2024-03-06 22:04:36 +00:00
0a96d5894a- Skip python39: no longer supported since ipython 8.19Benjamin Greiner2024-03-05 18:30:28 +00:00
81bce87615Accepting request 1113293 from devel:languages:python:jupyter
Ana Guerrero
2023-09-25 18:03:13 +00:00
907b165168- Update to 8.1.1 * Raise error when copy method is used on base widget class by @mmc1718 in #3780 * Reverts #3689 and #3738 back to the original working codebase by @martinRenou in #3830Benjamin Greiner2023-09-24 17:51:03 +00:00
ee726f0193Accepting request 1104764 from devel:languages:python:jupyter
Dominique Leuenberger
2023-08-19 22:11:56 +00:00
61b2d2d4feAccepting request 1104761 from home:bnavigator:branches:devel:languages:python:jupyterBenjamin Greiner2023-08-19 08:37:21 +00:00
abd85e51d2Accepting request 1077249 from devel:languages:python:jupyter
Dominique Leuenberger
2023-04-04 19:27:33 +00:00
5f75e29be4- Update to 8.0.6 * Fix: revert removing ipykernel dependency #3749 * Fix: structuredClone broke default serializer that depended on JSON/toJSON #3738 * Fix: comm/ipykernel/manager runtime issues: #3740, #3737 - Release 8.0.5 * Fix: propertly typed Comm interface #3722 * Fix: support the comm package #3533 * Fix: use of structuredClone allows for binary traits out of the box #3689 * Fix: combobox update issue #3681 * Fix: add grey as valid color #3671 * Fix: deprecation warning when using interact #3669Benjamin Greiner2023-04-04 15:47:24 +00:00
bd8747061fAccepting request 1045321 from devel:languages:python:jupyter
Dominique Leuenberger
2022-12-26 22:27:57 +00:00
a82bb3aac6- Update to 8.0.4 * Fix: slider change event issue with tapping: #3597, #3617 * Fix: unintentional deprecation warnings: #3648, #3650 * Fix: registry state lookup failed, making is impossible to create widgets from the frontend: #3653 - Release 8.0.3 * Fix: be backwards compatibel with 7.x, where we re-instroduced .widget and .widget_types #3567 * Fix: be backwards compatibel with 7.x, revert hold_sync during set_state #3642Benjamin Greiner2022-12-25 19:40:27 +00:00
6671785ed0Accepting request 1002374 from devel:languages:python:jupyter
Dominique Leuenberger
2022-09-10 18:17:25 +00:00
28c63cd6bfAccepting request 1002362 from home:apersaud:branches:devel:languages:python:jupyterBenjamin Greiner2022-09-10 02:52:54 +00:00
4d9a390d5eAccepting request 999719 from devel:languages:python:jupyter
Dominique Leuenberger
2022-08-29 07:42:56 +00:00
3e3ddcdcbbAccepting request 998416 from home:apersaud:branches:devel:languages:python:jupyterBenjamin Greiner2022-08-21 07:11:10 +00:00
50f4a6fdc0Accepting request 992081 from devel:languages:python:jupyter
Dominique Leuenberger
2022-08-02 20:08:52 +00:00
0f2f589441- Update to version 7.7.1 * Fix broken link icon for FontAwesome 4 and 5 #3495 * Fix message throttling bug #3494 * Fix state message parsing to be more permissive #3486 * Fix tests on Python 3.11 #3480 * Add better front-page docs #3496 - Release 7.7 * Fix installation on Python 3.10. #3368 * Throw an error if we cannot render a widget, enabling the rendering system to fall back to rendering a different data type if available. #3290 * Create a new widget control comm channel, enabling more efficient fetching of kernel widget state. #3201 * 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. #3337 * Enable HTMLManager output widgets to render state updates. #3372 * Do not reset JupyterLab CSS variables if they are already defined. #3344 * Fix variable inspector example. #3302 * Introduce new widget manager has_model method for synchronously checking if a widget model is registered. #3377 * Work around bug in Chrome rendering Combobox arrows. #3375 * 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 ipywidgetsBenjamin Greiner2022-08-01 17:51:10 +00:00
2381da51dcAccepting request 944470 from devel:languages:python:jupyter
Dominique Leuenberger
2022-01-07 11:45:46 +00:00
da8e8a289dAccepting request 944469 from home:bnavigator:branches:devel:languages:python:jupyterBenjamin Greiner2022-01-06 13:14:43 +00:00
27e910b7ccAccepting request 925899 from devel:languages:python:jupyter
Dominique Leuenberger
2021-10-18 19:59:28 +00:00
7e348db9d2Accepting request 925897 from home:bnavigator:branches:devel:languages:python:jupyterBenjamin Greiner2021-10-17 21:50:17 +00:00
bd445f8a70Accepting request 870422 from devel:languages:python:jupyter
Dominique Leuenberger
2021-02-15 22:10:09 +00:00
6921653eabAccepting request 870382 from home:malcolmlewis:branches:devel:languages:python:jupyterMarkéta Machová2021-02-09 08:57:28 +00:00
0eac60a777Accepting request 856333 from devel:languages:python:jupyter
Dominique Leuenberger
2020-12-18 18:52:14 +00:00
ba04fa26cdAccepting request 856074 from home:bnavigator:branches:devel:languages:python:jupyterMarkéta Machová2020-12-16 09:57:31 +00:00
f2aec1cac6Accepting request 789223 from devel:languages:python:jupyter
Dominique Leuenberger
2020-04-19 19:47:06 +00:00
f047a84cee- Drop left over python-mock dep that is not present on python2 less enviroment
Tomáš Chvátal
2020-03-28 07:37:39 +00:00
86c579c16bAccepting request 783904 from home:TheBlackCat:branches:devel:languages:python:jupyter
Todd R
2020-03-11 15:01:56 +00:00