mochipon / pysesame3

Unofficial Python Library to communicate with SESAME 3 series products from CANDY HOUSE, Inc.
https://pysesame3.readthedocs.io/en/stable/
Other
22 stars 2 forks source link

Update dependency mkdocstrings-python to v1 #97

Open renovate[bot] opened 1 year ago

renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mkdocstrings-python (changelog) ^0.7.0 -> ^1.0.0 age adoption passing confidence

Release Notes

mkdocstrings/python (mkdocstrings-python) ### [`v1.10.8`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#1108---2024-08-14) [Compare Source](https://togithub.com/mkdocstrings/python/compare/1.10.7...1.10.8) [Compare with 1.10.7](https://togithub.com/mkdocstrings/python/compare/1.10.7...1.10.8) ##### Build - Depend on Griffe 0.49 ([a87dcad](https://togithub.com/mkdocstrings/python/commit/a87dcad36065dc3171512e166ec632ee3e5b0a64) by Timothée Mazzucotelli). ### [`v1.10.7`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#1107---2024-07-25) [Compare Source](https://togithub.com/mkdocstrings/python/compare/1.10.6...1.10.7) [Compare with 1.10.6](https://togithub.com/mkdocstrings/python/compare/1.10.6...1.10.7) ##### Packaging - Include tests and all relevant files for downstream packaging in source distribution ### [`v1.10.6`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#1106---2024-07-25) [Compare Source](https://togithub.com/mkdocstrings/python/compare/1.10.5...1.10.6) [Compare with 1.10.5](https://togithub.com/mkdocstrings/python/compare/1.10.5...1.10.6) ##### Bug Fixes - Fix condition to display members (check all members, not just non-inherited ones) ([3d838a9](https://togithub.com/mkdocstrings/python/commit/3d838a96f77fa128cd6f2afa5ed0cb151ab225fd) by Timothée Mazzucotelli). ##### Code Refactoring - Update code for Griffe 0.48 (removing deprecation warnings) ([eff10cc](https://togithub.com/mkdocstrings/python/commit/eff10ccf0fa1b2e73df912048a15c2d6406a2c8b) by Timothée Mazzucotelli). [Issue-173](https://togithub.com/mkdocstrings/python/issues/173) ### [`v1.10.5`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#1105---2024-06-19) [Compare Source](https://togithub.com/mkdocstrings/python/compare/1.10.4...1.10.5) [Compare with 1.10.4](https://togithub.com/mkdocstrings/python/compare/1.10.4...1.10.5) ##### Bug Fixes - Mix both previous checks for displaying objects: not imported or public ([587963b](https://togithub.com/mkdocstrings/python/commit/587963ba53f765c9d7eefbc2fb80bdbb11164850) by Timothée Mazzucotelli). [Issue-294](https://togithub.com/mkdocstrings/griffe/issues/294) ### [`v1.10.4`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#1104---2024-06-18) [Compare Source](https://togithub.com/mkdocstrings/python/compare/1.10.3...1.10.4) [Compare with 1.10.3](https://togithub.com/mkdocstrings/python/compare/1.10.3...1.10.4) ##### Code Refactoring - Only filter out imported objects instead of non-public ones after applying filters ([e2f4b35](https://togithub.com/mkdocstrings/python/commit/e2f4b35d29eca6f68afbd2e728ef7542a2abc992) by Timothée Mazzucotelli). [Issue-mkdocstrings/griffe-294](https://togithub.com/mkdocstrings/griffe/issues/294) - Update code for Griffe 0.46 to avoid deprecation warnings ([321b407](https://togithub.com/mkdocstrings/python/commit/321b407eb95195c44f3cf34d780784e0d6751998) by Timothée Mazzucotelli). - Change `load_external_modules` default value to `None` to support new default mode in Griffe ([ae5896c](https://togithub.com/mkdocstrings/python/commit/ae5896c1604e9089162d0d63ec97a510a6bcef89) by Timothée Mazzucotelli). ### [`v1.10.3`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#1103---2024-05-22) [Compare Source](https://togithub.com/mkdocstrings/python/compare/1.10.2...1.10.3) [Compare with 1.10.2](https://togithub.com/mkdocstrings/python/compare/1.10.2...1.10.3) ##### Bug Fixes - Don't crash when rendering the source of an object whose lineno is none ([64df00b](https://togithub.com/mkdocstrings/python/commit/64df00b9b757e9642d65cf425d32f5a2e0d75f38) by Timothée Mazzucotelli). [Issue-163](https://togithub.com/mkdocstrings/python/issues/163) ### [`v1.10.2`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#1102---2024-05-16) [Compare Source](https://togithub.com/mkdocstrings/python/compare/1.10.1...1.10.2) [Compare with 1.10.1](https://togithub.com/mkdocstrings/python/compare/1.10.1...1.10.2) ##### Bug Fixes - Actually make use of custom .html.jinja templates ([5668abb](https://togithub.com/mkdocstrings/python/commit/5668abba15b13b86fe67f70f6b4004b7b1feeb4f) by Timothée Mazzucotelli). ### [`v1.10.1`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#1101---2024-05-14) [Compare Source](https://togithub.com/mkdocstrings/python/compare/1.10.0...1.10.1) [Compare with 1.10.0](https://togithub.com/mkdocstrings/python/compare/1.10.0...1.10.1) ##### Build - Depend on mkdocstrings 0.25 which adds support for parameter `once` when logging messages ([2bc156b](https://togithub.com/mkdocstrings/python/commit/2bc156bd6f231ae13066651f4490d1e9c2ce3ca2) by Timothée Mazzucotelli). ##### Code Refactoring - Set handler's name ([a71ab12](https://togithub.com/mkdocstrings/python/commit/a71ab12c8e52efe76e5c0a5e54065926a47cc0d2) by Timothée Mazzucotelli). - Update `*.html` top-level templates to extend the `*.html.jinja` base templates ([a8c540e](https://togithub.com/mkdocstrings/python/commit/a8c540e95693e8500da884c32ad159b3bbaaa7ba) by Timothée Mazzucotelli). [Issue-151](https://togithub.com/mkdocstrings/python/issues/151) - Update `*.html` base templates to extend their `*.html.jinja` counterpart, while overriding the `logs` block to issue a logging message (info) stating that extending `*.html` templates is deprecated ([e6f1b9c](https://togithub.com/mkdocstrings/python/commit/e6f1b9caf13754eca9dbb2f112727bef50876ed7) by Timothée Mazzucotelli). [Issue-151](https://togithub.com/mkdocstrings/python/issues/151) - Add `*.html.jinja` top-level (overridable) templates, extending their base counterpart ([7c14924](https://togithub.com/mkdocstrings/python/commit/7c14924c406d7b5f4f1c22d03019d4c566018d2d) by Timothée Mazzucotelli). [Issue-151](https://togithub.com/mkdocstrings/python/issues/151) - Add `*.html.jinja` base templates, which are copies of `*.html` templates, with an additional `logs` block, and using the updated `get_template` filter ([eced9a5](https://togithub.com/mkdocstrings/python/commit/eced9a54fc8a559b686cb1b1180a0d2e04ba452d) by Timothée Mazzucotelli). [Issue-151](https://togithub.com/mkdocstrings/python/issues/151) - Update `get_template` filter to support both `*.html` and `*.html.jinja` templates, logging a message (info) when `*.html` templates are overridden by users ([3546fd7](https://togithub.com/mkdocstrings/python/commit/3546fd70b2d4e45f77b166b2e67c333acc8af0d2) by Timothée Mazzucotelli). [Issue-151](https://togithub.com/mkdocstrings/python/issues/151) - Log a warning when base templates are overridden ([26e3d66](https://togithub.com/mkdocstrings/python/commit/26e3d66f5334a5aaff75bda030afe6dfa1cc94d7) by Timothée Mazzucotelli). [Issue-151](https://togithub.com/mkdocstrings/python/issues/151) ### [`v1.10.0`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#1100---2024-04-19) [Compare Source](https://togithub.com/mkdocstrings/python/compare/1.9.2...1.10.0) [Compare with 1.9.2](https://togithub.com/mkdocstrings/python/compare/1.9.2...1.10.0) ##### Features - Add CSS classes `doc-section-title` and `doc-section-item` in docstring sections ([d6e1d68](https://togithub.com/mkdocstrings/python/commit/d6e1d68c099e61c3bd6d93e583708335d84158f5) by Timothée Mazzucotelli). [Issue-17](https://togithub.com/mkdocstrings/python/issues/17) ##### Bug Fixes - Render enumeration instance name instead of just "value", allowing proper cross-reference ([11d81d8](https://togithub.com/mkdocstrings/python/commit/11d81d8e056b7c074eb3a1c47606867156a338fa) by Timothée Mazzucotelli). [Issue-124](https://togithub.com/mkdocstrings/python/issues/124) ### [`v1.9.2`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#192---2024-04-02) [Compare Source](https://togithub.com/mkdocstrings/python/compare/1.9.1...1.9.2) [Compare with 1.9.1](https://togithub.com/mkdocstrings/python/compare/1.9.1...1.9.2) ##### Dependencies - Remove cap on Python-Markdown 3.6 now that ToC labels are fixed by mkdocstrings ([0c1e2c1](https://togithub.com/mkdocstrings/python/commit/0c1e2c15b2497d99974cbb9bd68f25056bb8451b) by Timothée Mazzucotelli). ### [`v1.9.1`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#191---2024-04-02) [Compare Source](https://togithub.com/mkdocstrings/python/compare/1.9.0...1.9.1) [Compare with 1.9.0](https://togithub.com/mkdocstrings/python/compare/1.9.0...1.9.1) ##### Bug Fixes - Don't try loading packages from relative paths ([bd73497](https://togithub.com/mkdocstrings/python/commit/bd7349714059afb1295e743dbc82380fa797a032) by Timothée Mazzucotelli). [Issue-145](https://togithub.com/mkdocstrings/python/issues/145) ##### Code Refactoring - Allow first name in a separate signature to be highlighted as a function name ([f798a1e](https://togithub.com/mkdocstrings/python/commit/f798a1e19dbac548420dcbe1172e9a49232b615b) by Timothée Mazzucotelli). - Maintain original Pygments color for cross-refs in signatures ([7c8b885](https://togithub.com/mkdocstrings/python/commit/7c8b885fa2b704e719016acb35791723ea3a496a) by Timothée Mazzucotelli). ### [`v1.9.0`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#190---2024-03-13) [Compare Source](https://togithub.com/mkdocstrings/python/compare/1.8.0...1.9.0) [Compare with 1.8.0](https://togithub.com/mkdocstrings/python/compare/1.8.0...1.9.0) ##### Dependencies - Add upper bound on Python-Markdown 3.6 to temporarily prevent breaking changes ([cd93ee3](https://togithub.com/mkdocstrings/python/commit/cd93ee31418a2752667d43bb5a05d22284522c24) by Timothée Mazzucotelli). ##### Features - Add `show_labels` option to show/hide labels ([eaf9b82](https://togithub.com/mkdocstrings/python/commit/eaf9b8240069f7369f401fe048892043c8b173d3) by Viicos). [Issue #​120](https://togithub.com/mkdocstrings/python/issues/120), [PR #​130](https://togithub.com/mkdocstrings/python/pull/130) - Add option to search for stubs packages ([0c6aa32](https://togithub.com/mkdocstrings/python/commit/0c6aa323c9e57b8348765a5daa11c79d0c5edb07) by Romain). [PR #​128](https://togithub.com/mkdocstrings/python/pull/128), PR [griffe#221](https://togithub.com/griffe/python/issues/221): : [https://github.com/mkdocstrings/griffe/pull/221](https://togithub.com/mkdocstrings/griffe/pull/221) ##### Code Refactoring - Mark all Jinja blocks as scoped ([548bdad](https://togithub.com/mkdocstrings/python/commit/548bdaddd66ffc99b3b9a5a62228a2ff4ff0dd00) by Timothée Mazzucotelli). ### [`v1.8.0`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#180---2024-01-08) [Compare Source](https://togithub.com/mkdocstrings/python/compare/1.7.5...1.8.0) [Compare with 1.7.5](https://togithub.com/mkdocstrings/python/compare/1.7.5...1.8.0) ##### Features - Release Insiders features of the $500/month funding goal ([bd30106](https://togithub.com/mkdocstrings/python/commit/bd301061fe9c647f9b91c2c9b4baa784c304eca7) by Timothée Mazzucotelli). The features and projects related to *mkdocstrings-python* are: - [Cross-references for type annotations in signatures](https://mkdocstrings.github.io/python/usage/configuration/signatures/#signature_crossrefs) - [Symbol types in headings and table of contents](https://mkdocstrings.github.io/python/usage/configuration/headings/#show_symbol_type_toc) - [`griffe-inherited-docstrings`](https://mkdocstrings.github.io/griffe-inherited-docstrings/), a Griffe extension for inheriting docstrings - [`griffe2md`](https://mkdocstrings.github.io/griffe2md/), a tool to output API docs to Markdown using Griffe See the complete list of features and projects here: https://pawamoy.github.io/insiders/[#​500](https://togithub.com/mkdocstrings/python/issues/500)-plasmavac-user-guide. ### [`v1.7.5`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#175---2023-11-21) [Compare Source](https://togithub.com/mkdocstrings/python/compare/1.7.4...1.7.5) [Compare with 1.7.4](https://togithub.com/mkdocstrings/python/compare/1.7.4...1.7.5) ##### Bug Fixes - Add missing translations (fallback theme) for ReadTheDocs ([2fb6513](https://togithub.com/mkdocstrings/python/commit/2fb651304d0a80fa9d6a8c77c16b3004bda22972) by Timothée Mazzucotelli). [Issue #​115](https://togithub.com/mkdocstrings/python/issues/115) ### [`v1.7.4`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#174---2023-11-12) [Compare Source](https://togithub.com/mkdocstrings/python/compare/1.7.3...1.7.4) [Compare with 1.7.3](https://togithub.com/mkdocstrings/python/compare/1.7.3...1.7.4) ##### Bug Fixes - Make extension paths relative to config file ([5035e92](https://togithub.com/mkdocstrings/python/commit/5035e9269fe11664fd25e438ac8f746721b3de0a) by Waylan Limberg). [PR #​112](https://togithub.com/mkdocstrings/python/pull/112), Co-authored-by: Timothée Mazzucotelli ##### Code Refactoring - Prepare for Griffe 0.37 ([b5bb8a9](https://togithub.com/mkdocstrings/python/commit/b5bb8a982e7a2ec97c73335e453d0033bf4987b6) by Timothée Mazzucotelli). ### [`v1.7.3`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#173---2023-10-09) [Compare Source](https://togithub.com/mkdocstrings/python/compare/1.7.2...1.7.3) [Compare with 1.7.2](https://togithub.com/mkdocstrings/python/compare/1.7.2...1.7.3) ##### Bug Fixes - Don't deepcopy the local config ([1300d2c](https://togithub.com/mkdocstrings/python/commit/1300d2c77dd49f5dea459ad844d72edcc856c4cd) by Timothée Mazzucotelli). ### [`v1.7.2`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#172---2023-10-05) [Compare Source](https://togithub.com/mkdocstrings/python/compare/1.7.1...1.7.2) [Compare with 1.7.1](https://togithub.com/mkdocstrings/python/compare/1.7.1...1.7.2) ##### Bug Fixes - Prevent alias resolution error when source-ordering members ([67df10c](https://togithub.com/mkdocstrings/python/commit/67df10cbb86225e1e3efc251325cbff883a1ef3c) by Timothée Mazzucotelli). [Issue griffe#213](https://togithub.com/mkdocstrings/griffe/issues/213) ##### Code Refactoring - Use package relative filepath if filepath is not relative ([aa5a3f7](https://togithub.com/mkdocstrings/python/commit/aa5a3f7b0928498ba9da10ed1211d1e55b7f6c4b) by Timothée Mazzucotelli). [Discussion mkdocstrings#622](https://togithub.com/mkdocstrings/mkdocstrings/discussions/622) ### [`v1.7.1`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#171---2023-09-28) [Compare Source](https://togithub.com/mkdocstrings/python/compare/1.7.0...1.7.1) [Compare with 1.7.0](https://togithub.com/mkdocstrings/python/compare/1.7.0...1.7.1) ##### Bug Fixes - Stop propagation of annotation to next parameter in signature template ([3a760ac](https://togithub.com/mkdocstrings/python/commit/3a760acacfabaef5abc658ee579e1c205e674994) by Timothée Mazzucotelli). [Issue #​110](https://togithub.com/mkdocstrings/python/issues/110) ##### Code Refactoring - Look into inherited members for `__init__` methods when merging docstrings ([b97d51f](https://togithub.com/mkdocstrings/python/commit/b97d51f67c2ee3d1edfe6975274ead50fcb3fa8f) by Timothée Mazzucotelli). [Issue #​106](https://togithub.com/mkdocstrings/python/issues/106) ### [`v1.7.0`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#170---2023-09-14) [Compare Source](https://togithub.com/mkdocstrings/python/compare/1.6.3...1.7.0) [Compare with 1.6.3](https://togithub.com/mkdocstrings/python/compare/1.6.3...1.7.0) ##### Features - Add option to unwrap `Annotated` types ([53db04b](https://togithub.com/mkdocstrings/python/commit/53db04b6256db960aebc2a9f91129b82ca222e41) by Timothée Mazzucotelli). ### [`v1.6.3`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#163---2023-09-11) [Compare Source](https://togithub.com/mkdocstrings/python/compare/1.6.2...1.6.3) [Compare with 1.6.2](https://togithub.com/mkdocstrings/python/compare/1.6.2...1.6.3) ##### Bug Fixes - Make `load_external_modules` a global-only option ([266f41f](https://togithub.com/mkdocstrings/python/commit/266f41f2033e034060001bc2bed376b4f3a8d7b8) by Timothée Mazzucotelli). [Issue #​87](https://togithub.com/mkdocstrings/python/issues/87) - Never fail when trying to format code with Black ([df24bbc](https://togithub.com/mkdocstrings/python/commit/df24bbc640886e1da2d00a3b58c1aa7736cb1eeb) by Timothée Mazzucotelli). ##### Code Refactoring - Wrap docstring section elements (list style) in code tags to prevent spell checker errors ([1ae8dd8](https://togithub.com/mkdocstrings/python/commit/1ae8dd89cddd67c09d7d30c59b9013516cea2924) by Timothée Mazzucotelli). ### [`v1.6.2`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#162---2023-09-05) [Compare Source](https://togithub.com/mkdocstrings/python/compare/1.6.1...1.6.2) [Compare with 1.6.1](https://togithub.com/mkdocstrings/python/compare/1.6.1...1.6.2) ##### Bug Fixes - Don't render cross-ref spans when they're not enabled ([eed51ee](https://togithub.com/mkdocstrings/python/commit/eed51ee14bd973a08395f95377f9bd4cd38febfc) by Timothée Mazzucotelli). ### [`v1.6.1`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#161---2023-09-04) [Compare Source](https://togithub.com/mkdocstrings/python/compare/1.6.0...1.6.1) [Compare with 1.6.0](https://togithub.com/mkdocstrings/python/compare/1.6.0...1.6.1) ##### Bug Fixes - Fix spacing for rendered named items in Yields, Receives and Returns sections (list style) ([e12688e](https://togithub.com/mkdocstrings/python/commit/e12688ecb7d868047f794300eb2638d052563e68) by Timothée Mazzucotelli). - Fix rendering Receives sections as lists ([9ff7e68](https://togithub.com/mkdocstrings/python/commit/9ff7e68b58e2ab0829c73e4e62254325a4f766ac) by Timothée Mazzucotelli). ### [`v1.6.0`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#160---2023-08-27) [Compare Source](https://togithub.com/mkdocstrings/python/compare/1.5.2...1.6.0) [Compare with 1.5.2](https://togithub.com/mkdocstrings/python/compare/1.5.2...1.6.0) ##### Features - Add `doc-signature` CSS class to separate signature code blocks ([b6c648f](https://togithub.com/mkdocstrings/python/commit/b6c648f554f2e0dce609afc2a2c1a3b27a4fbeba) by Timothée Mazzucotelli). ##### Code Refactoring - Add a `format_attribute` filter, preparing for cross-refs in attribute signatures ([8f0ade2](https://togithub.com/mkdocstrings/python/commit/8f0ade249638ee2f2d446f083c70b6c30799875a) by Timothée Mazzucotelli). ### [`v1.5.2`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#152---2023-08-25) [Compare Source](https://togithub.com/mkdocstrings/python/compare/1.5.1...1.5.2) [Compare with 1.5.1](https://togithub.com/mkdocstrings/python/compare/1.5.1...1.5.2) ##### Bug Fixes - Regression in children template: fix condition for when members are specified ([beeebff](https://togithub.com/mkdocstrings/python/commit/beeebffa36288d1f71d122f78ecd9064b41a75d0) by Timothée Mazzucotelli). [Issue #​100](https://togithub.com/mkdocstrings/python/issues/100) - Prevent whitespace removal before highlight filter ([c6f36c0](https://togithub.com/mkdocstrings/python/commit/c6f36c0c9e5141800f8c5c988c9b67720fccccb8) by Timothée Mazzucotelli). ##### Code Refactoring - Never show full object path in ToC entry ([9aa758b](https://togithub.com/mkdocstrings/python/commit/9aa758bcc42dfcf7c416d87b8f7cd407b7fdf148) by Timothée Mazzucotelli). - Sync templates with insiders, remove useless lines ([38b317f](https://togithub.com/mkdocstrings/python/commit/38b317f4fc74b583a4788721a5559c51a5a47d86) by Timothée Mazzucotelli). ### [`v1.5.1`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#151---2023-08-24) [Compare Source](https://togithub.com/mkdocstrings/python/compare/1.5.0...1.5.1) [Compare with 1.5.0](https://togithub.com/mkdocstrings/python/compare/1.5.0...1.5.1) ##### Code Refactoring - Never show full path in separate signature since it would appear in the heading already ([9e02049](https://togithub.com/mkdocstrings/python/commit/9e0204930cf4dc973ba8eb41c471fc0132e1631f) by Timothée Mazzucotelli). - Improve guessing whether an object is public ([35eb811](https://togithub.com/mkdocstrings/python/commit/35eb81162582d794f170cd7e8c68f10ecfd8ff9d) by Timothée Mazzucotelli). - Always sort modules alphabetically as source order wouldn't make sense ([70c81ce](https://togithub.com/mkdocstrings/python/commit/70c81cebb62366cbfc6124bc84d1563db176afb6) by Timothée Mazzucotelli). - Return anchors as a tuple, not a set, to preserve order ([736a2b5](https://togithub.com/mkdocstrings/python/commit/736a2b5e729d25bb184db8d42f2ad01025a5bc58) by Timothée Mazzucotelli). [Related-to #mkdocstrings/crystal#6](https://togithub.com/mkdocstrings/crystal/pull/6) ### [`v1.5.0`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#150---2023-08-20) [Compare Source](https://togithub.com/mkdocstrings/python/compare/1.4.0...1.5.0) [Compare with 1.4.0](https://togithub.com/mkdocstrings/python/compare/1.4.0...1.5.0) ##### Features - Add support for new Griffe docstring sections: modules, classes, and functions (methods) ([d5337af](https://togithub.com/mkdocstrings/python/commit/d5337afdf68fc492b34f749aa69d1da33b49f9c2) by Timothée Mazzucotelli). ### [`v1.4.0`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#140---2023-08-18) [Compare Source](https://togithub.com/mkdocstrings/python/compare/1.3.0...1.4.0) [Compare with 1.3.0](https://togithub.com/mkdocstrings/python/compare/1.3.0...1.4.0) ##### Features - Support new Griffe expressions (in v0.33) ([9b8e1b1](https://togithub.com/mkdocstrings/python/commit/9b8e1b1604b978cf2d89b7abf826cf4407f92394) by Timothée Mazzucotelli). ##### Code Refactoring - Deprecate `crossref` and `multi_crossref` filters ([4fe3d20](https://togithub.com/mkdocstrings/python/commit/4fe3d2051047061780e20683da6513a7c8d91829) by Timothée Mazzucotelli). ### [`v1.3.0`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#130---2023-08-06) [Compare Source](https://togithub.com/mkdocstrings/python/compare/1.2.1...1.3.0) [Compare with 1.2.1](https://togithub.com/mkdocstrings/python/compare/1.2.1...1.3.0) ##### Dependencies - Set upper bound on Griffe (0.33) ([ad8c2a3](https://togithub.com/mkdocstrings/python/commit/ad8c2a3ac8daf0b0c06579b6ba667e05feffa247) by Timothée Mazzucotelli). See [https://github.com/mkdocstrings/griffe/discussions/195](https://togithub.com/mkdocstrings/griffe/discussions/195). ##### Features - Show parameter default values within the "list" section style too ([55f08f3](https://togithub.com/mkdocstrings/python/commit/55f08f3e2cece815dd79d35c82515ba8003ec64c) by Antoine Dechaume). [PR #​92](https://togithub.com/mkdocstrings/python/pull/92), Co-authored-by: Timothée Mazzucotelli ### [`v1.2.1`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#121---2023-07-20) [Compare Source](https://togithub.com/mkdocstrings/python/compare/1.2.0...1.2.1) [Compare with 1.2.0](https://togithub.com/mkdocstrings/python/compare/1.2.0...1.2.1) ##### Bug Fixes - Fix members ordering when members are specified with a boolean ([c69f9c3](https://togithub.com/mkdocstrings/python/commit/c69f9c3b3ddde915619eded6620f7ddada977b00) by Timothée Mazzucotelli). [Issue #​89](https://togithub.com/mkdocstrings/python/issues/89) ### [`v1.2.0`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#120---2023-07-14) [Compare Source](https://togithub.com/mkdocstrings/python/compare/1.1.2...1.2.0) [Compare with 1.1.2](https://togithub.com/mkdocstrings/python/compare/1.1.2...1.2.0) ##### Features - Add Jinja blocks to module, class, function and attribute templates ([299fe48](https://togithub.com/mkdocstrings/python/commit/299fe483cc03ba76df29b843f88467f89db6dc72) by Timothée Mazzucotelli). - Setup infrastructure for I18N, add translations for simplified chinese and japanese ([b053b29](https://togithub.com/mkdocstrings/python/commit/b053b2900ef5c0069b68ad19bda9aaa98141a525) by Nyuan Zhang). [PR #​77](https://togithub.com/mkdocstrings/python/pull/77) - Support inheritance ([ae42356](https://togithub.com/mkdocstrings/python/commit/ae4235689155a4b4f0c1e74b0014a466c6b1181f) by Timothée Mazzucotelli). [Issue mkdocstrings#157](https://togithub.com/mkdocstrings/mkdocstrings/issues/157), [Discussion mkdocstrings#536](https://togithub.com/mkdocstrings/mkdocstrings/discussions/536) ##### Bug Fixes - Don't show `None` as return annotation of class signatures ([3d8724e](https://togithub.com/mkdocstrings/python/commit/3d8724ed1f4d040d7a3d9d02784cf0d1f80445b2) by Timothée Mazzucotelli). [Issue #​85](https://togithub.com/mkdocstrings/python/issues/85) - Show labels in deterministic order ([02619a8](https://togithub.com/mkdocstrings/python/commit/02619a85ee4aab25f3241d983bdfff0534dd3f81) by Oleh Prypin). ### [`v1.1.2`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#112---2023-06-04) [Compare Source](https://togithub.com/mkdocstrings/python/compare/1.1.1...1.1.2) [Compare with 1.1.1](https://togithub.com/mkdocstrings/python/compare/1.1.1...1.1.2) ##### Code Refactoring - Keep headings style consistent (CSS) ([92032e5](https://togithub.com/mkdocstrings/python/commit/92032e561861c3fc4e3fb0c6882bb076d0e6614d) by Timothée Mazzucotelli). ### [`v1.1.1`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#111---2023-06-04) [Compare Source](https://togithub.com/mkdocstrings/python/compare/1.1.0...1.1.1) [Compare with 1.1.0](https://togithub.com/mkdocstrings/python/compare/1.1.0...1.1.1) ##### Bug Fixes - Fix mkdocs and readthedocs themes support ([14f18b2](https://togithub.com/mkdocstrings/python/commit/14f18b219f67f9b6d154d4a52051d8d7d7c49348) by Timothée Mazzucotelli). ##### Code Refactoring - Improve display of paragraphs in docstring sections ([439f5e6](https://togithub.com/mkdocstrings/python/commit/439f5e6984fe94c28324ca57fbd1a52ef8f55b62) by Timothée Mazzucotelli). ### [`v1.1.0`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#110---2023-05-25) [Compare Source](https://togithub.com/mkdocstrings/python/compare/1.0.0...1.1.0) [Compare with 1.0.0](https://togithub.com/mkdocstrings/python/compare/1.0.0...1.1.0) ##### Features - Support custom templates through objects' extra data ([8ff2b06](https://togithub.com/mkdocstrings/python/commit/8ff2b06295e848b9c84867802eb845adf061dc10) by Timothée Mazzucotelli). [PR #​70](https://togithub.com/mkdocstrings/python/pull/70) ### [`v1.0.0`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#100---2023-05-11) [Compare Source](https://togithub.com/mkdocstrings/python/compare/0.10.1...1.0.0) [Compare with 0.10.1](https://togithub.com/mkdocstrings/python/compare/0.10.1...1.0.0) ##### Breaking changes - The signature of the [`format_signature` filter](https://mkdocstrings.github.io/python/reference/mkdocstrings_handlers/python/rendering/#mkdocstrings_handlers.python.rendering.do_format_signature) has changed. If you override templates in your project to customize the output, make sure to update the following templates so that they use the new filter signature: - `class.html` - `expression.html` - `function.html` - `signature.html` You can see how to use the filter in this commit's changes: [f686f4e4](https://togithub.com/mkdocstrings/python/commit/f686f4e4599cea64686d4ef4863b507dd096a513). **We take this as an opportunity to go out of beta and bump the version to 1.0.0. This will allow users to rely on semantic versioning.** ##### Bug Fixes - Bring compatibility with insiders signature crossrefs feature ([f686f4e](https://togithub.com/mkdocstrings/python/commit/f686f4e4599cea64686d4ef4863b507dd096a513) by Timothée Mazzucotelli). ### [`v0.10.1`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#0101---2023-05-07) [Compare Source](https://togithub.com/mkdocstrings/python/compare/0.10.0...0.10.1) [Compare with 0.10.0](https://togithub.com/mkdocstrings/python/compare/0.10.0...0.10.1) ##### Bug Fixes - Format signatures with full-path names ([685512d](https://togithub.com/mkdocstrings/python/commit/685512decf1a14c53fa6ca82048e65619aa6a463) by Timothée Mazzucotelli). ### [`v0.10.0`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#0100---2023-05-07) [Compare Source](https://togithub.com/mkdocstrings/python/compare/0.9.0...0.10.0) [Compare with 0.9.0](https://togithub.com/mkdocstrings/python/compare/0.9.0...0.10.0) ##### Features - Add option to disallow inspection ([40f2f26](https://togithub.com/mkdocstrings/python/commit/40f2f268876358941cf8221d01d219a0deb9de38) by Nyuan Zhang). [Issue #​68](https://togithub.com/mkdocstrings/python/issues/68), [PR #​69](https://togithub.com/mkdocstrings/python/pull/69) ##### Bug Fixes - Make admonitions open by default ([79cd153](https://togithub.com/mkdocstrings/python/commit/79cd153cfceec860f6ce08d30817c21031983238) by Timothée Mazzucotelli). [Issue #​22](https://togithub.com/mkdocstrings/python/issues/22) ##### Code Refactoring - Match documented behavior for filtering (all members, list, none) ([c7f70c3](https://togithub.com/mkdocstrings/python/commit/c7f70c353c3dd2b82e1f34c70cd433e0bab4f6e6) by Timothée Mazzucotelli). - Switch to an info level log for when black's not installed ([f593bb0](https://togithub.com/mkdocstrings/python/commit/f593bb06c63860be14d2025c4bd795e0c8976ce0) by Faster Speeding). - Return anchors as a set ([e2b820c](https://togithub.com/mkdocstrings/python/commit/e2b820c5af3787518656d5f7f799ecb6b55aa033) by Timothée Mazzucotelli). ### [`v0.9.0`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#090---2023-04-03) [Compare Source](https://togithub.com/mkdocstrings/python/compare/0.8.3...0.9.0) [Compare with 0.8.3](https://togithub.com/mkdocstrings/python/compare/0.8.3...0.9.0) ##### Features - Allow resolving alias to external modules ([02052e2](https://togithub.com/mkdocstrings/python/commit/02052e248b125a113ab788faa9a075adbdc92ca6) by Gilad). [PR #​61](https://togithub.com/mkdocstrings/python/pull/61), [Follow-up of PR #​60](https://togithub.com/mkdocstrings/python/pull/60) - Allow pre-loading modules ([36002cb](https://togithub.com/mkdocstrings/python/commit/36002cb9c89fba35d23afb07a866dd8c6877f742) by Gilad). [Issue mkdocstrings/mkdocstrings#503](https://togithub.com/mkdocstrings/mkdocstrings/issues/503), [PR #​60](https://togithub.com/mkdocstrings/python/pull/60) - Add show options for docstrings ([a6c55fb](https://togithub.com/mkdocstrings/python/commit/a6c55fb52f362dd49b1a7e334a631f6ea3b1b963) by Jeremy Goh). [Issue mkdocstrings/mkdocstrings#466](https://togithub.com/mkdocstrings/mkdocstrings/issues/466), [PR #​56](https://togithub.com/mkdocstrings/python/pull/56) - Allow custom list of domains for inventories ([f5ea6fd](https://togithub.com/mkdocstrings/python/commit/f5ea6fd81f7a531e8a97bb0e48267188d72936c1) by Sorin Sbarnea). [Issue mkdocstrings/mkdocstrings#510](https://togithub.com/mkdocstrings/mkdocstrings/issues/510), [PR #​49](https://togithub.com/mkdocstrings/python/pull/49) ##### Bug Fixes - Prevent alias resolution error when searching for anchors ([a190e2c](https://togithub.com/mkdocstrings/python/commit/a190e2c4a752e74a05ad03702837a0914c198742) by Timothée Mazzucotelli). [Issue #​64](https://togithub.com/mkdocstrings/python/issues/64) ##### Code Refactoring - Support Griffe 0.26 ([075735c](https://togithub.com/mkdocstrings/python/commit/075735ce8d86921fbf092d7ad1d009bbb3a2e0bb) by Timothée Mazzucotelli). - Log (debug) unresolved aliases ([9164742](https://togithub.com/mkdocstrings/python/commit/9164742f87362e8241dea11bec0fd96f6b9d9dda) by Timothée Mazzucotelli). ### [`v0.8.3`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#083---2023-01-04) [Compare Source](https://togithub.com/mkdocstrings/python/compare/0.8.2...0.8.3) [Compare with 0.8.2](https://togithub.com/mkdocstrings/python/compare/0.8.2...0.8.3) ##### Code Refactoring - Change "unresolved aliases" log level to DEBUG ([dccb818](https://togithub.com/mkdocstrings/python/commit/dccb818f51278cc8799e2187a615d999a3ab86fb) by Timothée Mazzucotelli). ### [`v0.8.2`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#082---2022-11-19) [Compare Source](https://togithub.com/mkdocstrings/python/compare/0.8.1...0.8.2) [Compare with 0.8.1](https://togithub.com/mkdocstrings/python/compare/0.8.1...0.8.2) ##### Bug Fixes - Fix base directory used to expand globs ([34cfa4b](https://togithub.com/mkdocstrings/python/commit/34cfa4b41f264437a338e66f6060ceeee134ba15) by Florian Hofer). [PR #​45](https://togithub.com/mkdocstrings/python/pull/45) ### [`v0.8.1`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#081---2022-11-19) [Compare Source](https://togithub.com/mkdocstrings/python/compare/0.8.0...0.8.1) [Compare with 0.8.0](https://togithub.com/mkdocstrings/python/compare/0.8.0...0.8.1) ##### Bug Fixes - Expand globs relative to configuration file path ([0dc45ae](https://togithub.com/mkdocstrings/python/commit/0dc45aeb7c7f9b2f15118ebf1584baa06d365c9b) by David Vegh). [Issue #​42](https://togithub.com/mkdocstrings/python/issues/42), [PR #​43](https://togithub.com/mkdocstrings/python/pull/43) ### [`v0.8.0`](https://togithub.com/mkdocstrings/python/blob/HEAD/CHANGELOG.md#080---2022-11-13) [Compare Source](https://togithub.com/mkdocstrings/python/compare/0.7.1...0.8.0) [Compare with 0.7.1](https://togithub.com/mkdocstrings/python/compare/0.7.1...0.8.0) ##### Features - Add support for globs in paths configuration ([29edd02](https://togithub.com/mkdocstrings/python/commit/29edd02e7a4d83f6b7e8555d4d5b03a79882eb07) by Andrew Guenther). [Issue #​33](https://togithub.com/mkdocstrings/python/issues/33), [PR #​34](https://togithub.com/mkdocstrings/python/pull/34) ##### Code Refactoring - Support Griffe 0.24 ([3b9f701](https://togithub.com/mkdocstrings/python/commit/3b9f7013a7367f18e4354c37f029f9caf3ad0a4e) by Timothée Mazzucotelli).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.