Skip to content

Commit

Permalink
Bump panel.js to 1.3.1-a.2
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Oct 31, 2023
1 parent f8a8b08 commit 44b7204
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions panel/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion panel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@holoviz/panel",
"version": "1.3.1-a.1",
"version": "1.3.1-a.2",
"description": "The powerful data exploration & web app framework for Python.",
"license": "BSD-3-Clause",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions panel/tests/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from panel.depends import bind
from panel.io.notebook import render_mimebundle
from panel.pane import PaneBase
from panel.tests.util import mpl_available
from panel.util import (
abbreviated_repr, extract_dependencies, get_method_owner, parse_query,
styler_update,
Expand Down Expand Up @@ -118,6 +119,7 @@ def test_parse_query_singe_quoted():
assert expected_results == results


@mpl_available
def test_styler_update(dataframe):
styler = dataframe.style.background_gradient('Reds')
new_df = dataframe.iloc[:, :2]
Expand Down

0 comments on commit 44b7204

Please sign in to comment.