ansys / api-eigen-example

Ansys API example repository for demonstrating the use of REST and gRPC in different SW languages (Python, C++...)
https://apieigen.docs.ansys.com
MIT License
7 stars 0 forks source link

Build(deps): bump the pip-deps group in /requirements with 7 updates #216

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the pip-deps group in /requirements with 7 updates:

Package From To
pybind11[global] 2.13.1 2.13.4
numpydoc 1.7.0 1.8.0
ansys-sphinx-theme 0.16.6 1.0.5
sphinx-gallery 0.17.0 0.17.1
matplotlib 3.9.1 3.9.2
grpcio 1.65.4 1.65.5
grpcio-tools 1.65.4 1.65.5

Updates pybind11[global] from 2.13.1 to 2.13.4

Release notes

Sourced from pybind11[global]'s releases.

Version 2.13.4

Bug fixes:

  • Fix paths with spaces, including on Windows. (Replaces regression from #5302) #4874

Documentation:

  • Remove repetitive words. #5308

Full Changelog: https://github.com/pybind/pybind11/compare/v2.13.3...v2.13.4

Version 2.13.3

Bug fixes:

  • Quote paths from pybind11-config #5302
  • Fix typo in Emscripten support when in config mode (CMake) #5301

Full Changelog: https://github.com/pybind/pybind11/compare/v2.13.2...v2.13.3

Version 2.13.2

New Features:

  • A pybind11::detail::type_caster_std_function_specializations feature was added, to support specializations for std::function's with return types that require custom to-Python conversion behavior (to primary use case is to catch and convert exceptions). #4597

Changes:

  • Use PyMutex instead of std::mutex for internal locking in the free-threaded build. #5219
  • Add a special type annotation for C++ empty tuple. #5214
  • When compiling for WebAssembly, add the required exception flags (CMake 3.13+). #5298

Bug fixes:

  • Make gil_safe_call_once_and_store thread-safe in free-threaded CPython. #5246
  • A missing #include <algorithm> in pybind11/typing.h was added to fix build errors (in case user code does not already depend on that include). #5208
  • Fix regression introduced in #5201 for GCC<10.3 in C++20 mode. #5205
  • Remove extra = when assigning flto value in the case for Clang in CMake. #5207

Tests:

  • Adding WASM testing to our CI (Pyodide / Emscripten via scikit-build-core). #4745
  • clang-tidy (in GitHub Actions) was updated from clang 15 to clang 18. #5272

Full Changelog: https://github.com/pybind/pybind11/compare/v2.13.1...v2.13.2

Changelog

Sourced from pybind11[global]'s changelog.

Version 2.13.4 (August 14, 2024)

Bug fixes:

  • Fix paths with spaces, including on Windows. (Replaces regression from [#5302](https://github.com/pybind/pybind11/issues/5302) <https://github.com/pybind/pybind11/pull/5302>) [#4874](https://github.com/pybind/pybind11/issues/4874) <https://github.com/pybind/pybind11/pull/4874>

Documentation:

  • Remove repetitive words. [#5308](https://github.com/pybind/pybind11/issues/5308) <https://github.com/pybind/pybind11/pull/5308>_

Version 2.13.3 (August 13, 2024)

Bug fixes:

  • Quote paths from pybind11-config [#5302](https://github.com/pybind/pybind11/issues/5302) <https://github.com/pybind/pybind11/pull/5302>_

  • Fix typo in Emscripten support when in config mode (CMake) [#5301](https://github.com/pybind/pybind11/issues/5301) <https://github.com/pybind/pybind11/pull/5301>_

Version 2.13.2 (August 13, 2024)

New Features:

  • A pybind11::detail::type_caster_std_function_specializations feature was added, to support specializations for std::function's with return types that require custom to-Python conversion behavior (to primary use case is to catch and convert exceptions). [#4597](https://github.com/pybind/pybind11/issues/4597) <https://github.com/pybind/pybind11/pull/4597>_

Changes:

  • Use PyMutex instead of std::mutex for internal locking in the free-threaded build. [#5219](https://github.com/pybind/pybind11/issues/5219) <https://github.com/pybind/pybind11/pull/5219>_

  • Add a special type annotation for C++ empty tuple. [#5214](https://github.com/pybind/pybind11/issues/5214) <https://github.com/pybind/pybind11/pull/5214>_

  • When compiling for WebAssembly, add the required exception flags (CMake 3.13+). [#5298](https://github.com/pybind/pybind11/issues/5298) <https://github.com/pybind/pybind11/pull/5298>_

... (truncated)

Commits


Updates numpydoc from 1.7.0 to 1.8.0

Commits


Updates ansys-sphinx-theme from 0.16.6 to 1.0.5

Commits
  • 220b8a0 chore: updating CHANGELOG for v1.0.5
  • 2955ebb release: bump version 1.0.5
  • 3ea16cc build(deps): bump nbsphinx from 0.9.4 to 0.9.5 (#465)
  • e5ea4e8 chore: updating CHANGELOG for v1.0.4
  • 572708a release: bump version 1.0.4
  • 902671e build(deps): bump numpydoc from 1.7.0 to 1.8.0 (#459)
  • b5846cb ci: bump ansys/actions from 6 to 7 (#457)
  • 187f4c7 chore: updating CHANGELOG for v1.0.3
  • 4b59827 release: bump version1.0.3
  • 88bef2f fix: downgrade the autoapi and keep autoapi toctree to True by defaul...
  • Additional commits viewable in compare view


Updates sphinx-gallery from 0.17.0 to 0.17.1

Release notes

Sourced from sphinx-gallery's releases.

Release v0.17.1

Full Changelog

Fixed bugs:

  • FIX: Fix stability of stored compiled regex #1369 (larsoner)
  • ENH: Improve _sanitize_rst #1366 (timhoffm)
  • Obey prefer_full_module setting when finding backreferences #1364 (QuLogic)
  • Fix linking to class attributes with prefer_full_module #1363 (QuLogic)
  • Improve minigallery directive path input resolution #1360 (lucyleeow)
  • FIX Allow str path minigallery entries when backreferences off #1355 (lucyleeow)
  • FIX generate zipfiles when index passed by user #1353 (lucyleeow)

Documentation

Project maintenance

Commits


Updates matplotlib from 3.9.1 to 3.9.2

Release notes

Sourced from matplotlib's releases.

REL: 3.9.2

This is the second bugfix release of the 3.9.x series.

This release contains several bug-fixes and adjustments:

  • Be more resilient to I/O failures when writing font cache
  • Fix nondeterministic behavior with subplot spacing and constrained layout
  • Fix sticky edge tolerance relative to data range
  • Improve formatting of image values in cases of singular norms

Windows wheels now bundle the MSVC runtime DLL statically to avoid inconsistencies with other wheels and random crashes depending on import order.

Commits
  • a254b68 REL: 3.9.2
  • 056f307 DOC: Create release notes for 3.9.2
  • 8d867ce Merge branch 'v3.9.1-doc' into v3.9.x
  • 7be8675 Merge pull request #28687 from QuLogic/static-msvc
  • 3ed3d7b Merge pull request #28695 from meeseeksmachine/auto-backport-of-pr-27797-on-v...
  • 8a62afa BLD: Include MSVCP140 runtime statically
  • 81be26f Merge pull request #28688 from QuLogic/auto-backport-of-pr-28668-on-v3.9.x
  • d88a582 Backport PR #27797: DOC: Use video files for saving animations
  • e3159ba Merge pull request #28692 from meeseeksmachine/auto-backport-of-pr-28632-on-v...
  • 465401e Backport PR #28632: DOC: Tell sphinx-gallery to link mpl_toolkits from our build
  • Additional commits viewable in compare view


Updates grpcio from 1.65.4 to 1.65.5

Release notes

Sourced from grpcio's releases.

Release v1.65.5

This is release gRPC Core 1.65.5 (gnarly).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

Commits


Updates grpcio-tools from 1.65.4 to 1.65.5

Release notes

Sourced from grpcio-tools's releases.

Release v1.65.5

This is release gRPC Core 1.65.5 (gnarly).

For gRPC documentation, see grpc.io. For previous releases, see Releases.

This release contains refinements, improvements, and bug fixes.

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
dependabot[bot] commented 1 month ago

The following labels could not be found: maintenance, dependencies.