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 breathe from 4.31.0 to 4.32.0 #32

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps breathe from 4.31.0 to 4.32.0.

Release notes

Sourced from breathe's releases.

2022-01-30 - Breathe v4.32.0

  • Added breathe_doxygen_aliases config variable. #729
  • Render \remark/\remarks and \see/\sa using Sphinx/Docutils admonition style nodes. #756
  • Render C++ scoped enums differently than unscoped enums, and with their underlying type. #753
  • Render \retval lists using dedicated field list when Sphinx >= 4.3 is used. #749
  • Make .. doxygenfunction handle function template specializations. #750
  • Properly handle field-lists and admonitions in the detailed description of classes and functions. #764
  • Add :confval:`breathe_show_include` to control whether #include lines are shown. Defaults to True. #725
  • Fix sys.path adjustment in doc config. #734
  • Fix sphinx renderer variable and function visitors for C#. #737
  • Fix sphinx renderer class visitor for C#. #738
  • Auto-format python code with black. #743
  • Extend flake8 and address some style issues. #745
  • Fix black formatting warning. #747
  • Update Sphinx and Python versions tested against. #765
  • Fix friend functions for older Doxygen versions. #769
  • Doxygen >= 1.9.2 supports C++20 concepts, add support for them. #779
  • Change the way directives are added to adhere to the interface, e.g., avoiding myst-parser to crash. #780
  • Improved list of included files (with cross-references for local includes). #763
  • Update flake8 and mypy related stuff. #781
  • Update readme with logo and sponsorship info. #784
  • Store version number in both setup.py and init.py. #789
  • CICD: lint: continue with other jobs if black fails. #791
Changelog

Sourced from breathe's changelog.

Change Log

Inspired by Keepachangelog.com <http://keepachangelog.com/>__.

  • 2022-01-30 - Breathe v4.32.0

    • Added breathe_doxygen_aliases config variable. [#729](https://github.com/michaeljones/breathe/issues/729) <https://github.com/michaeljones/breathe/pull/729>__
    • Render \remark/\remarks and \see/\sa using Sphinx/Docutils admonition style nodes. [#756](https://github.com/michaeljones/breathe/issues/756) <https://github.com/michaeljones/breathe/pull/756>__
    • Render C++ scoped enums differently than unscoped enums, and with their underlying type. [#753](https://github.com/michaeljones/breathe/issues/753) <https://github.com/michaeljones/breathe/pull/753>__
    • Render \retval lists using dedicated field list when Sphinx >= 4.3 is used. [#749](https://github.com/michaeljones/breathe/issues/749) <https://github.com/michaeljones/breathe/pull/749>__
    • Make .. doxygenfunction handle function template specializations. [#750](https://github.com/michaeljones/breathe/issues/750) <https://github.com/michaeljones/breathe/pull/750>__
    • Properly handle field-lists and admonitions in the detailed description of classes and functions. [#764](https://github.com/michaeljones/breathe/issues/764) <https://github.com/michaeljones/breathe/pull/764>__
    • Add :confval:`breathe_show_include``` to control whether #includelines are shown. Defaults toTrue``. [#725](https://github.com/michaeljones/breathe/issues/725) <https://github.com/michaeljones/breathe/pull/725>__
    • Fix sys.path adjustment in doc config. [#734](https://github.com/michaeljones/breathe/issues/734) <https://github.com/michaeljones/breathe/pull/734>__
    • Fix sphinx renderer variable and function visitors for C#. [#737](https://github.com/michaeljones/breathe/issues/737) <https://github.com/michaeljones/breathe/pull/737>__
    • Fix sphinx renderer class visitor for C#. [#738](https://github.com/michaeljones/breathe/issues/738) <https://github.com/michaeljones/breathe/pull/738>__
    • Auto-format python code with black. [#743](https://github.com/michaeljones/breathe/issues/743) <https://github.com/michaeljones/breathe/pull/743>__
    • Extend flake8 and address some style issues. [#745](https://github.com/michaeljones/breathe/issues/745) <https://github.com/michaeljones/breathe/pull/745>__
    • Fix black formatting warning. [#747](https://github.com/michaeljones/breathe/issues/747) <https://github.com/michaeljones/breathe/pull/747>__
    • Update Sphinx and Python versions tested against. [#765](https://github.com/michaeljones/breathe/issues/765) <https://github.com/michaeljones/breathe/pull/765>__
    • Fix friend functions for older Doxygen versions. [#769](https://github.com/michaeljones/breathe/issues/769) <https://github.com/michaeljones/breathe/pull/769>__
    • Doxygen >= 1.9.2 supports C++20 concepts, add support for them. [#779](https://github.com/michaeljones/breathe/issues/779) <https://github.com/michaeljones/breathe/pull/779>__
    • Change the way directives are added to adhere to the interface, e.g., avoiding myst-parser to crash. [#780](https://github.com/michaeljones/breathe/issues/780) <https://github.com/michaeljones/breathe/pull/780>__
    • Improved list of included files (with cross-references for local includes). [#763](https://github.com/michaeljones/breathe/issues/763) <https://github.com/michaeljones/breathe/pull/763>__
    • Update flake8 and mypy related stuff.

... (truncated)

Commits
  • 55b34d5 version: release v4.32.0
  • c5ffe4f Merge pull request #791 from michaeljones/cicd-continue-on-black-failure
  • 591577f cicd: lint: continue with other jobs if black fails
  • 6a69ab9 changelog: finalise prior to new release
  • c12c779 Merge pull request #763 from 2bndy5/improve-includes-list
  • c9a87f0 Merge branch 'master' into improve-includes-list
  • 1695d9d Update apt before installing
  • 6aede12 Merge pull request #789 from michaeljones/version
  • 5383ebb Set PYTHONPATH for version check
  • f8e2e8d Format files
  • 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)