ansys / pymechanical

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

MAINT: Bump the doc group with 3 updates #755

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps the doc group with 3 updates: ansys-sphinx-theme, imageio-ffmpeg and panel.

Updates ansys-sphinx-theme from 0.16.2 to 0.16.5

Commits


Updates imageio-ffmpeg from 0.4.9 to 0.5.1

Release notes

Sourced from imageio-ffmpeg's releases.

v0.5.1

What's Changed

Full Changelog: https://github.com/imageio/imageio-ffmpeg/compare/v0.5.0...v0.5.1

v0.5.0

What's Changed

New Contributors

Full Changelog: https://github.com/imageio/imageio-ffmpeg/compare/v0.4.9...v0.5.0

Commits


Updates panel from 1.4.3 to 1.4.4

Release notes

Sourced from panel's releases.

Version 1.4.4

This release primarily addresses a critical regression in notebook comm channel handling introduced in 1.4.3 and includes a few minor fixes for Tabulator and documentation related issues. Many thanks to @​justinwiley for his first contribution to Panel, @​twobitunicorn as a returning contributor and the core contributors @​maximlt and @​philippjfr for their continued work.

Bug fixes

  • Fix notebook CommManager extraction of buffers (#6880)
  • Fix issue when editing timezone-aware datetime column Tabulator (#6879)
  • Ensure Tabulator does not rebuild children when using embed_content with row_content (#6881)
  • Ensure ParamRef, ParamFunction and ParamMethod resolve synchronous generators asynchronously (#6885)
  • Ensure periodic callback cleanup does not error on session warmup (#6886)

Documentation

  • Update OAuth documentation to correctly reference auth_code provider (#6875)
  • Fix CheckBoxGroup value type annotation in reference docs (#6877)
Changelog

Sourced from panel's changelog.

Version 1.4.4

Date: 2024-05-31

This release primarily addresses a critical regression in notebook comm channel handling introduced in 1.4.3 and includes a few minor fixes for Tabulator and documentation related issues. Many thanks to @​justinwiley for his first contribution to Panel, @​twobitunicorn as a returning contributor and the core contributors @​maximlt and @​philippjfr for their continued work.

Bug fixes

  • Fix notebook CommManager extraction of buffers (#6880)
  • Fix issue when editing timezone-aware datetime column Tabulator (#6879)
  • Ensure Tabulator does not rebuild children when using embed_content with row_content (#6881)
  • Ensure ParamRef, ParamFunction and ParamMethod resolve synchronous generators asynchronously (#6885)
  • Ensure periodic callback cleanup does not error on session warmup (#6886)

Documentation

  • Update OAuth documentation to correctly reference auth_code provider (#6875)
  • Fix CheckBoxGroup value type annotation in reference docs (#6877)
Commits
  • cd8b190 Bump panel.js version to 1.4.4
  • 4ffc86f Ensure ParamRef resolves synchronous generators asynchronously (#6885)
  • 149b361 Update CHANGELOG
  • 77d62c8 Ensure periodic callback cleanup does not error on session warmup (#6886)
  • 4533212 Bump panel.js version to 1.4.4-rc.1
  • d491ed0 Update CHANGELOG
  • 9d4a281 Add CHANGELOG for 1.4.4 release (#6884)
  • 86df175 Tabulator: Fix editing a table that contains a timezone-aware datetime column...
  • bd296da skip building new children when embedding (#6881)
  • 8ee4bae The values parameter had the wrong type annotation. (#6877)
  • Additional commits viewable in compare view


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 3 weeks ago

Codecov Report

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

Project coverage is 80.87%. Comparing base (731e557) to head (b2362d4).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #755 +/- ## ======================================= Coverage 80.87% 80.87% ======================================= Files 32 32 Lines 1982 1982 ======================================= Hits 1603 1603 Misses 379 379 ```