Skip to content

Backports for 1.3.7 - #6221

Merged
philippjfr merged 48 commits into
branch_1.3from
branch-1.3.7
Jan 18, 2024
Merged

Backports for 1.3.7#6221
philippjfr merged 48 commits into
branch_1.3from
branch-1.3.7

Conversation

@philippjfr

@philippjfr philippjfr commented Jan 17, 2024

Copy link
Copy Markdown
Member

Enhancements

  • Add filter_by to ChatMessage.serialize (#6090)
  • Support using an SVG for ToggleIcon (#6127)
  • Add resizable param to TextAreaInput (#6126)
  • Improve date and datetime picker functionality (#6152)
  • Add activity indicator to ChatMessage (#6153)
  • Lazily import bleach HTML sanitizer (#6179)

Bug fixes

  • Fix alignment issues in chat components (#6104, #6135)
  • Fix generator placeholder and optimize updates in Chat components (#6105)
  • Fix issue with callback future handling on Chat components (#6120)
  • Fix bug in Chat interfaces related to pn.state.browser_info (#6122)
  • Allow instantiating empty Matplotlib pane (#6128)
  • Ensure icon displays inline with text on FileDownload (#6133)
  • Fix styling of links in Tabulator fast theme (#6146)
  • Fix passing of card_params on ChatFeed (#6154)
  • Handle Tabulator.title_formatter if is type dict (#6166)
  • Fix per_session caching (#6169)
  • Correctly reshape nd-arrays in Plotly pane (#6174)
  • Handle NaT values on Perspective pane (#6176)
  • Do not rerender output if ReplacementPane object identity is unchanged (#6183)
  • Tabulator: fix valuesLookup set up for older list-like editors (#6192)
  • Fix pyodide loading message styling issues (#6194)
  • More complete patch for the TextEditor to support being rendered in the Shadow DOM (#6222)
  • Add guard to Tabulator ensuring that it does not error when it is not rendered (#6223)
  • Fix race conditions when instantiating Comm in Jupyter causing notifications to break (#6229)

Compatibility & Security

Documentation

  • Add Design and Theme explanation documentation (#4741)
  • Fix pyodide execution in documentation
  • Fix wrong and broken link (#5988, #6132)
  • Use GoatCounter for website analytics (#6117)
  • Add Dask How to guide (#4234)
  • Fix Material template notebook .show() call (#6137)
  • Add missing item in docstring (#6167)
  • Ploomber Cloud deployment documentation (#6182)
  • Correct duplicate wording (#6188)
  • Update JupyterLite Altair example to latest API (#6226)

ahuang11 and others added 30 commits January 17, 2024 17:31
* Loosen callback future type

* Set as attr
Co-authored-by: Jenny Zhang <11775234+jz314@users.noreply.github.com>
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.1.9](astral-sh/ruff-pre-commit@v0.1.6...v0.1.9)
- [github.com/pycqa/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2)
- [github.com/hoxbro/clean_notebook: v0.1.13 → v0.1.14](hoxbro/clean_notebook@v0.1.13...v0.1.14)
- [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Add expected behavior for card param

* Allow dynamic updates
* Handle NaT values on Perspective pane

* Apply suggestions from code review
* Forward message params to ChatMessage

* Update docs
Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.1 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.0.1...3.1.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@codecov

codecov Bot commented Jan 17, 2024

Copy link
Copy Markdown

Codecov Report

Attention: 64 lines in your changes are missing coverage. Please review.

Comparison is base (bf73fbe) 72.41% compared to head (fb519a5) 84.54%.
Report is 16 commits behind head on branch_1.3.

Files Patch % Lines
panel/chat/feed.py 84.78% 7 Missing ⚠️
panel/io/notebook.py 46.15% 7 Missing ⚠️
panel/io/cache.py 20.00% 4 Missing ⚠️
panel/io/jupyter_server_extension.py 0.00% 4 Missing ⚠️
panel/pane/base.py 66.66% 4 Missing ⚠️
panel/widgets/input.py 87.87% 4 Missing ⚠️
panel/io/document.py 0.00% 3 Missing ⚠️
panel/io/pyodide.py 0.00% 3 Missing ⚠️
panel/io/server.py 0.00% 3 Missing ⚠️
panel/tests/ui/widgets/test_icon.py 95.08% 3 Missing ⚠️
... and 15 more
Additional details and impacted files
@@               Coverage Diff               @@
##           branch_1.3    #6221       +/-   ##
===============================================
+ Coverage       72.41%   84.54%   +12.13%     
===============================================
  Files             295      296        +1     
  Lines           43585    43879      +294     
===============================================
+ Hits            31561    37098     +5537     
+ Misses          12024     6781     -5243     
Flag Coverage Δ
ui-tests 41.00% <45.12%> (?)
unitexamples-tests 72.33% <56.68%> (-0.08%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@philippjfr
philippjfr merged commit 3396a5e into branch_1.3 Jan 18, 2024
@philippjfr
philippjfr deleted the branch-1.3.7 branch January 18, 2024 13:38
@github-actions

Copy link
Copy Markdown

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Sep 10, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants