Revisions of python-panel

buildservice-autocommit accepted request 1169699 from Todd R's avatar Todd R (TheBlackCat) (revision 52)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 1169683 from Todd R's avatar Todd R (TheBlackCat) (revision 51)
- update to 1.4.1
- Switch to wheel to avoid npm attempting to rebuild resources.
  This doesn't work without a network and needs brittle workarounds that can change between releases.
- Update dependencies

This version restores the multibuild
buildservice-autocommit accepted request 1157928 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 50)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 49)
- skip python39 (nothing provides python39-branca)
buildservice-autocommit accepted request 1155566 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 48)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1155553 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 47)
- Also skip testing ipympl and holoviews on python 3.9
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 1155361 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 46)
- Stop testing with plotly and ipython on python 3.9: Those are
  no longer available.
buildservice-autocommit accepted request 1141854 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 45)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 44)
- update to 1.3.8:
  * Ensure `ReactiveHTML` correctly resets `Event` parameters
  * Fix `ChatFeed` / `ChatInterface` tests and async generator
    placeholders
  * Fix logic when looking up `pn.state.curdoc`
  * Handle margin=None in layout sizing mode computation
  * Updates for compatibility with pandas 2.2
  * Improve documentation on `TextAreaInput`
buildservice-autocommit accepted request 1140201 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 43)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 42)
- update to 1.3.7:
  * Support using an SVG for `ToggleIcon`
  * Add resizable param to `TextAreaInput`
  * Improve date and datetime picker functionality
  * Add activity indicator to `ChatMessage`
  * Lazily import bleach HTML sanitizer
  * Fix alignment issues in chat components
  * Fix generator placeholder and optimize updates in Chat
    components
  * Fix issue with callback future handling on Chat components
  * Fix bug in Chat interfaces related to `pn.state.browser_info`
  * Allow instantiating empty `Matplotlib` pane
  * Ensure icon displays inline with text on `FileDownload`
  * Fix styling of links in `Tabulator` fast theme
  * Fix passing of `card_params` on `ChatFeed`
  * Handle `Tabulator.title_formatter` if is type `dict`
  * Fix `per_session` caching
  * Correctly reshape nd-arrays in `Plotly` pane
  * Handle NaT values on `Perspective` pane
  * Do not rerender output if `ReplacementPane` object identity
    is unchanged
  * Tabulator: fix valuesLookup set up for older list-like
    editors
  * Fix pyodide loading message styling issues
  * More complete patch for the `TextEditor` to support being
    rendered in the Shadow DOM
  * Add guard to `Tabulator` ensuring that it does not error when
    it is not rendered
  * Fix race conditions when instantiating Comm in Jupyter
    causing notifications to break
buildservice-autocommit accepted request 1136560 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 41)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 40)
- update to 1.3.6:
  * This patch release addresses a major regression in server
    performance introduced in 1.3.5 along with some additional
    minor fixes. We want to welcome @nenb as a new contributor
    and want to thank the maintainers @ahuang11, @maximlt and
    @philippjfr for their contributions to this release.
  * Add explicit size option to ToggleIcon (#6092)
  * Fix execution of OAuth of callback to refresh `access_token`
  * Fix `ChatReactionIcons` alignment and trigger reactions
    correctly (#6086)
  * Change `Column` `scroll_position` default value from `None`
    to `0` (#6082)
  * Fix issue with accumulating callbacks on server (#6091)
  * Ensure `ReactiveExpr` renders in pyodide (#6097)
  * Ensure `TooltipIcon` description can be updated (#6099)
  * Fix IPyWidgets rendering in `BootstrapTemplate` (#6100)
  * Fix padding and alignment of `FileDownload` (#6101)
buildservice-autocommit accepted request 1134469 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 39)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1134135 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 38)
* Update to version 1.3.5.
* Disable another flaky test that suffers timeout issues: test_server_on_load_after_init.
* Export export PYTEST_DEBUG_TEMPROOT to current dir to avoid write permission issues.
buildservice-autocommit accepted request 1132367 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 37)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 36)
- update to 1.3.4:
  * Allow passing partial function to tabulator filter (#5912)
  * Allow defining custom callbacks for `ChatInterface` buttons
  * Fix regression when setting `text_align` and
    `HTMLTemplateFormatter` on `Tabulator` (#5922)
  * Ensure notifications are correctly destroyed (#5924)
  * Fix header overflow issues in `FastGridTemplate` (#5935)
  * Ensure `Audio` model respects sizing (#5936)
  * Persist Tabulator selection across pages when
    `pagination='remote'` for all selection modes (#5929)
  * Ensure `Tabulator` styler subset logic is not lost (#5938)
  * Fix regression in OAuth when `id_token` does not contain user
    key (#5939)
  * Ensure Vega/Altair plot with responsive width/height respects
    fixed width/height value when set (#5940)
  * Ensure `BrowserInfo` is imported by default (#5942)
- skip python 3.6 build (no scipy)
buildservice-autocommit accepted request 1128829 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 35)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 1128716 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 34)
- Update to 1.3.2
  * This micro-release focuses on a number of performance
    improvements, speeding up the initial rendering of simple apps
    by 2x in many cases. In addition it includes a number of
    smaller enhancements for various widgets, better support for
    async and threading and a number of bug fixes related to
    authentication, the Tabulator widget and a few other items. We
    are very pleased to welcome @isumitjha and @fohria as new
    contributors and want to thank our core team including
    @maximlt, @Hoxbro, @MarcSkovMadsen, @ahuang11 and @philippjfr
    for their continuing contributions.
  ## Performance
  * Speed up Pane.clone (#5848)
  * Speed up config attribute access (#5851)
  * Cache templates loaded from string (#5854)
  * Only load extension entrypoints once (#5855)
  * Do not freeze document models unless needed (#5864)
  ## Enhancements
  * Use the compiled version of Pyodide by default (#5808)
  * Add support for AutocompleteInput.search_strategy parameter
    (#5832)
  * Use stdlib_module_names when determining pyodide dependencies
    (#5818)
  * Add Tabulator.sortable parameter (#5827)
  * Add delay for tooltip to show up for buttons (#5860)
  * Add serialize method on ChatMessage and ChatFeed (#5764)
  * Allow running onload and defer_load tasks on threads (#5865)
  * Allow Image panes for ChatMessage.avatar (#5870)
  * Allow async callbacks on FileDownload (#5878)
  * Allow running scheduled tasks on threads (#5879)
  ## Bug fixes
  * Fix Google OAuth default scopes (#5823)
  * Fix logic for cleaning up OAuth user (#5824)
  * Set text_align correctly if Tabulator is given Bokeh formatter
    (#5866)
  * Fix FileDownload embed=True style for Fast design (#5875)
  * Enable Tabulator selection across pages with
    pagination="remote" and selectable="checkbox" (#5889)
  * Fix rendering of VTK colorbar (#5902)
  * Ensure HoloViews DynamicMap updates when widget dimension has
    unit (#5904)
  * Add space between MaterialTemplate app and site title separator
    (#5905)
  * Consistently handle errors during authentication (#5909)
  ## Compatibility
  * Updates for Numpy 2.0 compatibility (#5817)
  * Improve notebook handling when loading bokeh dev versions
    (#5820)
- Version 1.3.1
  * This micro-release primarily ships a variety of bug and
    regression fixes focusing on auth, the chat components, and
    WASM (i.e. PyScript and Pyodide) support. It also adds an
    enhancement to the auth components that now makes it possible
    to let users access applications as a guest. Many thanks to our
    new contributors @art3xa, @polivbr and @tupui as well as our
    core development team including @MarcSkovMadsen, @maximlt,
    @ahuang11 and @philippjfr.
  ## Enhancements
  * Add support for authenticating as guest using OAuth and basic
    auth components (#5743)
  ## Bug fixes
  * Ensure ColorMap widget correctly handles shared layout and
    display parameters (#5732)
  * Fix accessing refreshed access_token (#5734)
  * Ensure Markdown code blocks always wrap (#5738)
  * Fix returning state.user_info if no id_token is present in
    cookies (#5747)
  * Fix Widget.from_param type annotation (#5754)
  * Fix auto send for ChatInterface with TextAreaInput (#5762)
  * Add support for iframe srcdoc on Location (#5774)
  * Ensure Tabulator.style applies correctly with changing data
    (#5757)
  * Ensure panel convert can correctly detect transformers_js
    import (#5772)
  * Adjust ReactiveHTML css resources for relative paths (#5779)
  * Ensure invalid query parameters warn instead of erroring
    (#5781)
  * Apply pyscript CSS by default without the splashscreen (#5784)
  * Ensure components which require DOM element to be attached can
    be rendered in Card (#5786)
buildservice-autocommit accepted request 1120540 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 33)
baserev update by copy to link target
Displaying revisions 1 - 20 of 52
openSUSE Build Service is sponsored by