Commit Graph

  • 1694b16bae Accepting request 1201256 from devel:languages:python:jupyter factory Ana Guerrero 2024-09-16 15:42:39 +00:00
  • d47ccb1cab - Drop ipywidgets-pr3903-pytest.patch devel Benjamin Greiner 2024-09-15 15:56:14 +00:00
  • 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 #3862 Benjamin Greiner 2024-09-15 15:55:24 +00:00
  • 8c056b681a Accepting request 1187204 from devel:languages:python:jupyter Ana Guerrero 2024-07-14 06:51:35 +00:00
  • d22415dc97 Accepting request 1187203 from home:bnavigator:branches:devel:languages:python:jupyter Benjamin Greiner 2024-07-12 16:11:55 +00:00
  • 606695e8c0 Accepting 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 #3866 Benjamin Greiner 2024-03-29 17:58:26 +00:00
  • 6a9bf2d814 Accepting 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.19 Benjamin Greiner 2024-03-05 18:30:28 +00:00
  • 81bce87615 Accepting 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 #3830 Benjamin Greiner 2023-09-24 17:51:03 +00:00
  • ee726f0193 Accepting request 1104764 from devel:languages:python:jupyter Dominique Leuenberger 2023-08-19 22:11:56 +00:00
  • 61b2d2d4fe Accepting request 1104761 from home:bnavigator:branches:devel:languages:python:jupyter Benjamin Greiner 2023-08-19 08:37:21 +00:00
  • abd85e51d2 Accepting request 1077249 from devel:languages:python:jupyter Dominique Leuenberger 2023-04-04 19:27:33 +00:00
  • 50fa21ec11 remove genutils Benjamin Greiner 2023-04-04 15:49:50 +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 #3669 Benjamin Greiner 2023-04-04 15:47:24 +00:00
  • bd8747061f Accepting 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 #3642 Benjamin Greiner 2022-12-25 19:40:27 +00:00
  • 6671785ed0 Accepting request 1002374 from devel:languages:python:jupyter Dominique Leuenberger 2022-09-10 18:17:25 +00:00
  • 28c63cd6bf Accepting request 1002362 from home:apersaud:branches:devel:languages:python:jupyter Benjamin Greiner 2022-09-10 02:52:54 +00:00
  • 4d9a390d5e Accepting request 999719 from devel:languages:python:jupyter Dominique Leuenberger 2022-08-29 07:42:56 +00:00
  • 3e3ddcdcbb Accepting request 998416 from home:apersaud:branches:devel:languages:python:jupyter Benjamin Greiner 2022-08-21 07:11:10 +00:00
  • 50f4a6fdc0 Accepting 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 ipywidgets Benjamin Greiner 2022-08-01 17:51:10 +00:00
  • 2381da51dc Accepting request 944470 from devel:languages:python:jupyter Dominique Leuenberger 2022-01-07 11:45:46 +00:00
  • da8e8a289d Accepting request 944469 from home:bnavigator:branches:devel:languages:python:jupyter Benjamin Greiner 2022-01-06 13:14:43 +00:00
  • 27e910b7cc Accepting request 925899 from devel:languages:python:jupyter Dominique Leuenberger 2021-10-18 19:59:28 +00:00
  • 7e348db9d2 Accepting request 925897 from home:bnavigator:branches:devel:languages:python:jupyter Benjamin Greiner 2021-10-17 21:50:17 +00:00
  • bd445f8a70 Accepting request 870422 from devel:languages:python:jupyter Dominique Leuenberger 2021-02-15 22:10:09 +00:00
  • 6921653eab Accepting request 870382 from home:malcolmlewis:branches:devel:languages:python:jupyter Markéta Machová 2021-02-09 08:57:28 +00:00
  • 0eac60a777 Accepting request 856333 from devel:languages:python:jupyter Dominique Leuenberger 2020-12-18 18:52:14 +00:00
  • ba04fa26cd Accepting request 856074 from home:bnavigator:branches:devel:languages:python:jupyter Markéta Machová 2020-12-16 09:57:31 +00:00
  • f2aec1cac6 Accepting 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
  • 86c579c16b Accepting request 783904 from home:TheBlackCat:branches:devel:languages:python:jupyter Todd R 2020-03-11 15:01:56 +00:00
  • e0b1e57b56 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipywidgets?expand=0&rev=19 Todd R 2020-02-05 16:48:23 +00:00
  • d0b9eb6cfd OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipywidgets?expand=0&rev=18 Todd R 2020-02-05 16:48:07 +00:00
  • 5ef89cd5fe OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipywidgets?expand=0&rev=17 Todd R 2020-02-05 16:47:57 +00:00
  • e24ffddae4 Accepting request 760528 from home:TheBlackCat:branches:devel:languages:python:jupyter Todd R 2020-01-03 02:12:31 +00:00
  • d1ee238513 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipywidgets?expand=0&rev=15 Todd R 2019-11-13 19:32:03 +00:00
  • 59ad6b345e OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipywidgets?expand=0&rev=14 Todd R 2019-11-13 19:31:10 +00:00
  • ee23819a8d OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipywidgets?expand=0&rev=13 Todd R 2019-11-13 19:29:57 +00:00
  • cc5e24a08f Accepting request 748445 from home:TheBlackCat:branches:devel:languages:python:jupyter Todd R 2019-11-13 16:47:25 +00:00
  • 231314e4bb Accepting request 722220 from devel:languages:python:jupyter Dominique Leuenberger 2019-08-13 11:10:39 +00:00
  • 31da718ed0 Accepting request 722219 from home:TheBlackCat:branches:devel:languages:python:jupyter Todd R 2019-08-11 01:44:28 +00:00
  • 8049d7fd1e Accepting request 719435 from devel:languages:python:jupyter Dominique Leuenberger 2019-07-30 10:36:51 +00:00
  • 4554252126 Accepting request 719434 from home:TheBlackCat:branches:devel:languages:python:jupyter Todd R 2019-07-28 20:22:48 +00:00
  • 873540f94f Accepting request 702884 from devel:languages:python:jupyter Dominique Leuenberger 2019-05-22 09:11:41 +00:00
  • ac8fac0511 Accepting request 702881 from home:TheBlackCat:branches:devel:languages:python:jupyter Todd R 2019-05-14 15:53:52 +00:00
  • dc5fa4ad34 spec-cleaner Todd R 2019-04-26 16:40:28 +00:00
  • 3186343f00 Accepting request 697975 from home:TheBlackCat:branches:devel:languages:python:jupyter Todd R 2019-04-25 21:00:36 +00:00
  • fe04141c4a Accepting request 697884 from home:TheBlackCat:branches:devel:languages:python:jupyter Todd R 2019-04-25 15:51:19 +00:00