LibRapid / librapid

A highly optimised C++ library for mathematical applications and neural networks.
http://librapid.rtfd.io
MIT License
164 stars 10 forks source link

Bump exhale from 0.2.4 to 0.3.0 #39

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps exhale from 0.2.4 to 0.3.0.

Release notes

Sourced from exhale's releases.

v0.3.0

See changelog for v0.3.0.

Changelog

Sourced from exhale's changelog.

v0.3.0

  • Do not write source files for empty hierarchies (:pr:134, :pr:147).
  • Support specialized template functions (:pr:117).
  • Prevent sphinx from processing files that are incorporated via a .. include:: directive by renaming them to .rst.include suffix (:pr:136).
  • Add :project: {app.config.breathe_default_project} to every breathe directive to make the monkeypatch (:issue:27) work (:pr:139, :pr:148).
  • Do not require :data:~exhale.configs.containmentFolder to be a "direct" subdirectory of app.srcdir, allow any arbitrary subdirectory (:pr:144).
  • Update how css and js are added using a dubious check into the sphinx internals before adding css / js to avoid duplicates (:pr:144).
Commits
  • 929d800 version 0.3.0 bump
  • 603c073 install graphviz on RTD, make RTD fail on warnings (#152)
  • 4efe0c9 Prevent multiple project specification (#148)
  • 36665ce Check if the hierarchy files exist before generating includes. (#147)
  • 329c443 additional multiproj monkeypatch improvements (#144)
  • 19be28e require breathe>=4.32.0 (#150)
  • 2326272 fix warnings about invalid escape codes (#149)
  • d6fa84f update license year (#143)
  • 293451d include_package_data different for pip vs setuptools/build (#142)
  • bd5fcd7 revive support for the multiproject monkeypatch (#139)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #43.