ansys / pymechanical

Pythonic interface to Ansys Mechanical
https://mechanical.docs.pyansys.com/
MIT License
30 stars 13 forks source link

MAINT: Bump the doc group with 3 updates #725

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

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: https://github.com/pyvista/pyvista/compare/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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

:exclamation: 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 ```diff @@ Coverage Diff @@ ## main #725 +/- ## ======================================= Coverage 77.03% 77.03% ======================================= Files 31 31 Lines 1968 1968 ======================================= Hits 1516 1516 Misses 452 452 ```