Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2024

Bumps the doc group with 3 updates: panel, pyvista and sphinx-gallery.

Updates panel from 1.4.1 to 1.4.2

Release notes

Sourced from panel's releases.

Version 1.4.2

This micro-release fixes a number of smaller regressions and bugs including parsing of notebooks. Many thanks to our new contributor @​bkreider, our returning contributors, @​jrycw and @​ea42gh, and our dedicated team of maintainers including @​ahuang11, @​MarcSkovMadsen and @​philippjfr.

Enhancements

  • Allow toggling CTRL+Enter vs Enter to send ChatAreaInput (#6592)
  • Allow adding JS callbacks in ChatInterface.button_properties (#6706)

Bug fixes

  • Fix regression in parsing notebooks served as apps (#6736)
  • Do not include placeholder in ChatInterface.serialize and properly replace placeholder for streams (#6734)
  • Remove Perspective.toggle_config which was erroneously reintroduced in 1.4.1 (#6721)
  • Fix dynamically setting ChatMessage footer_objects/header_objects (#6705)
  • Allow Location.sync of DataFrame parameters (#6745)
  • Fix and improve Plotly event handling (#6753)
  • Fix issue when converting templated apps to Pyodide/PyScript (#6756)
  • Fix styling of loading indicator in Fast design (#6761)
  • Ensure VTK nan, above and below colors are serialized (#6763)
  • Fix issues with Perspective theme and persist config when switching plugins (#6764)
  • Do not restore unmodified parameters in config.set triggering undesirable side-effects (#6772)
  • Make autoreload module cleanup more robust (#6771)
  • Ensure that cache .clear() clears the correct function (#6781)

Documentation

  • Various fixes and cleanup of documentation (#6704, #6707, #6710, #6755,)
  • Document how display full html document in iframe (#6740)
  • Improve Plotly reference documentation (#6751, #6760)
Changelog

Sourced from panel's changelog.

Version 1.4.2

Date: 2024-04-23

This micro-release fixes a number of smaller regressions and bugs including parsing of notebooks. Many thanks to our new contributor @​bkreider, our returning contributors, @​jrycw and @​ea42gh, and our dedicated team of maintainers including @​ahuang11, @​MarcSkovMadsen and @​philippjfr.

Enhancements

  • Allow toggling CTRL+Enter vs Enter to send ChatAreaInput (#6592)
  • Allow adding JS callbacks in ChatInterface.button_properties (#6706)

Bug fixes

  • Fix regression in parsing notebooks served as apps (#6736)
  • Do not include placeholder in ChatInterface.serialize and properly replace placeholder for streams (#6734)
  • Remove Perspective.toggle_config which was erroneously reintroduced in 1.4.1 (#6721)
  • Fix dynamically setting ChatMessage footer_objects/header_objects (#6705)
  • Allow Location.sync of DataFrame parameters (#6745)
  • Fix and improve Plotly event handling (#6753)
  • Fix issue when converting templated apps to Pyodide/PyScript (#6756)
  • Fix styling of loading indicator in Fast design (#6761)
  • Ensure VTK nan, above and below colors are serialized (#6763)
  • Fix issues with Perspective theme and persist config when switching plugins (#6764)
  • Do not restore unmodified parameters in config.set triggering undesirable side-effects ([#6772 (#6771)
  • Make autoreload module cleanup more robust (#6771)
  • Ensure that cache .clear() clears the correct function (#6771)

Documentation

  • Various fixes and cleanup of documentation (#6704, #6707, #6710, #6755,)
  • Document how display full html document in iframe (#6740)
  • Improve Plotly reference documentation (#6751, #6760)
Commits

Updates pyvista from 0.43.5 to 0.43.6

Release notes

Sourced from pyvista's releases.

v0.43.6

Patch release with the following fixes/quality of life changes. This being a patch fix, there are no API changes.

What's Changed

Full Changelog: pyvista/pyvista@v0.43.5...v0.43.6

Commits
  • 3accbf0 🚀 Patch Release 0.43.6
  • 69a078a PyQt6!=6.7.0 to fix PyVistaQt and MNE-Python integration tests (#5978)
  • ddb6bbc Update trame-vtk to 2.8.6 (#5959)
  • e39534f Fix missed ray traces in multi_ray_trace when origin points are outside bou...
  • a038e74 PyQt6!=6.6.3 to fix PyVistaQt and MNE-Python integration tests (#5860)
  • f3dabf9 Pin PyQt6-Qt6 version to fix tests failing (#5641)
  • See full diff in compare view

Updates sphinx-gallery from 0.15.0 to 0.16.0

Release notes

Sourced from sphinx-gallery's releases.

Release v0.16.0

Sphinx 7.3.0 and above changed caching and serialization checks. Now instead of passing instantiated classes like ResetArgv(), classes like FileNameSortKey, or callables like notebook_modification_function in sphinx_gallery_conf, you should pass fully qualified name strings to classes or callables. If you change to using name strings, you can simply use a function as the use of classes to ensure a stable __repr__ would be redundant.

See importing_callables for details.

Implemented enhancements:

  • ENH: Allow plain list as subsection_order and support a wildcard #1295 (timhoffm)
  • [ENH] Minigallery can take arbitrary files/glob patterns as input #1226 (story645)

Fixed bugs:

Documentation

Project maintenance

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the doc group with 3 updates: [panel](https://github.com/holoviz/panel), [pyvista](https://github.com/pyvista/pyvista) and [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery).


Updates `panel` from 1.4.1 to 1.4.2
- [Release notes](https://github.com/holoviz/panel/releases)
- [Changelog](https://github.com/holoviz/panel/blob/main/CHANGELOG.md)
- [Commits](holoviz/panel@v1.4.1...v1.4.2)

Updates `pyvista` from 0.43.5 to 0.43.6
- [Release notes](https://github.com/pyvista/pyvista/releases)
- [Commits](pyvista/pyvista@v0.43.5...v0.43.6)

Updates `sphinx-gallery` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/sphinx-gallery/sphinx-gallery/releases)
- [Changelog](https://github.com/sphinx-gallery/sphinx-gallery/blob/master/.github_changelog_generator)
- [Commits](sphinx-gallery/sphinx-gallery@v0.15.0...v0.16.0)

---
updated-dependencies:
- dependency-name: panel
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: doc
- dependency-name: pyvista
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: doc
- dependency-name: sphinx-gallery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: doc
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner April 29, 2024 19:31
@dependabot dependabot bot added dependabot Related to dependabot dependencies Related with project dependencies maintenance Package and maintenance related labels Apr 29, 2024
@pyansys-ci-bot pyansys-ci-bot enabled auto-merge (squash) April 29, 2024 19:31
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Apr 29, 2024
@codecov
Copy link

codecov bot commented Apr 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.03%. Comparing base (57bfa5d) to head (b6ed570).
Report is 1 commits behind head on main.

❗ Current head b6ed570 differs from pull request most recent head 554014d. Consider uploading reports for the commit 554014d to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #725   +/-   ##
=======================================
  Coverage   77.03%   77.03%           
=======================================
  Files          31       31           
  Lines        1968     1968           
=======================================
  Hits         1516     1516           
  Misses        452      452           

@pyansys-ci-bot pyansys-ci-bot merged commit 42d601e into main Apr 30, 2024
@pyansys-ci-bot pyansys-ci-bot deleted the dependabot/pip/doc-feb493c494 branch April 30, 2024 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot Related to dependabot dependencies Related with project dependencies documentation Improvements or additions to documentation maintenance Package and maintenance related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants