1
0
python-pyviz-comms/python-pyviz-comms.changes

107 lines
4.2 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Sat Aug 31 12:23:29 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.0.3:
* Reformat `package.json` to 2-space indent #128 (@krassowski)
* Fix panel preview rendering on JupyterHub 4.1+ #125
-------------------------------------------------------------------
Tue May 7 07:49:07 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- Bring back package %build from source, removing binary .whl
distribution from package.
-------------------------------------------------------------------
Sun Apr 21 22:22:11 UTC 2024 - Todd R <toddrme2178@gmail.com>
- Update to 3.0.2
* Ensure save handler gracefully handles undefined layout data
- Update to 3.0.1
* Add save handler for Panel Layout Builder
* Publish again to the `pyviz` channel
- Update to 3.0.0
* Update to JupyterLab 4
* pip downstream dependency to fix build error
- Switch to wheel to make sure jupyterlab plugin is properly installed
- Package jupyterlab plugin
-------------------------------------------------------------------
Sat Jan 14 13:11:24 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 2.2.1
* no release notes: adds tests, bumps js versions
- Version 2.2.0
* Bump url-parse from 1.5.1 to 1.5.10 by @dependabot in #86
* Track execution counts of extensions by @philippjfr in #87
* Bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #92
* Bump jquery-ui from 1.12.1 to 1.13.1 by @dependabot in #91
* Bump nanoid from 3.1.23 to 3.3.1 by @dependabot in #90
* Bump ansi-regex from 4.1.0 to 4.1.1 by @dependabot in #89
* Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #88
* Install the tests options in the build workflow by @maximlt in
#95
- Version 2.1.0
* Bump glob-parent from 5.1.1 to 5.1.2 by @dependabot in #82
* Implement JupyterLab Panel Preview by @philippjfr in #79
- Version 2.0.2
* Bump ssri from 8.0.0 to 8.0.1 by @dependabot in #74
* Bump underscore from 1.12.0 to 1.13.1 by @dependabot in #75
* Bump lodash from 4.17.20 to 4.17.21 by @dependabot in #76
* Bump hosted-git-info from 2.8.8 to 2.8.9 by @dependabot in #77
* Bump normalize-url from 4.5.0 to 4.5.1 by @dependabot in #81
* Bump browserslist from 4.16.0 to 4.16.6 by @dependabot in #78
* Bump ws from 7.4.1 to 7.4.6 by @dependabot in #80
- Version 2.0.0
* Bump lodash from 4.17.15 to 4.17.19 by @dependabot in #65
* Fix build by @philippjfr in #69
* Bump ini from 1.3.5 to 1.3.8 by @dependabot in #70
* Bundle labextension for JupyterLab>=3.0 support by @philippjfr
in #72
-------------------------------------------------------------------
Tue Jul 14 15:02:40 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 0.7.6
* Fix compatibility with older browsers
* Add support for comms in Google Colab
* Add on_open callbacks to comms
-------------------------------------------------------------------
Sat Jun 6 16:48:55 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 0.7.4:
* Changes not documented upstream.
-------------------------------------------------------------------
Thu Jan 30 15:25:12 UTC 2020 - Todd R <toddrme2178@gmail.com>
- Update to 0.7.3
* Add ability to register on_error and on_stdout handlers on Comms.
-------------------------------------------------------------------
Mon Apr 22 19:21:30 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to version 0.7.2
* Custom MIME type rendering now executes script tags in HTML
-------------------------------------------------------------------
Fri Jan 4 16:07:58 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to version 0.7.0
* Send ACK and error messages as metadata
* Small fix to handling notebook output
* Add warning about installing extension in JupyterLab
* Add a pyviz_extension baseclass for other projects
* Guard against PyViz not being defined
* Updated JLab and classic notebook extensions
-------------------------------------------------------------------
Thu Oct 11 14:53:57 UTC 2018 - Todd R <toddrme2178@gmail.com>
- noun phrase (summary) and full sentences (description)
-------------------------------------------------------------------
Tue Oct 9 06:11:17 UTC 2018 - Todd R <toddrme2178@gmail.com>
- Initial version