-
-
Notifications
You must be signed in to change notification settings - Fork 525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backports for 1.3.7 #6221
Merged
Merged
Backports for 1.3.7 #6221
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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>
* Add Design and Theme explanation documentation * Address a few review comments
* Correctly reshape nd-arrays in Plotly pane * Add test
Codecov ReportAttention:
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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
* Add CHANGELOG for 1.3.7 * Add item
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Enhancements
filter_by
toChatMessage.serialize
(#6090)ToggleIcon
(#6127)TextAreaInput
(#6126)ChatMessage
(#6153)Bug fixes
pn.state.browser_info
(#6122)Matplotlib
pane (#6128)FileDownload
(#6133)Tabulator
fast theme (#6146)card_params
onChatFeed
(#6154)Tabulator.title_formatter
if is typedict
(#6166)per_session
caching (#6169)Plotly
pane (#6174)Perspective
pane (#6176)ReplacementPane
object identity is unchanged (#6183)TextEditor
to support being rendered in the Shadow DOM (#6222)Tabulator
ensuring that it does not error when it is not rendered (#6223)Compatibility & Security
Documentation
Design
andTheme
explanation documentation (#4741)Material
template notebook .show() call (#6137)