Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2023

Bumps griffe from 0.34.0 to 0.35.2.

Release notes

Sourced from griffe's releases.

0.35.2

0.35.2 - 2023-08-27

Compare with 0.35.1

Code Refactoring

0.35.1

0.35.1 - 2023-08-26

Compare with 0.35.0

Bug Fixes

0.35.0

0.35.0 - 2023-08-24

Compare with 0.34.0

Features

  • Add an is_public helper method to guess if an object is public (b823639 by Timothée Mazzucotelli).
  • Add option to Google parser allowing to parse Returns sections with or without multiple items (65fee70 by Antoine Dechaume). [PR #196](mkdocstrings/griffe#196)

Bug Fixes

  • Allow passing warn_unknown_params option to Google and Numpy parsers (5bf0746 by Timothée Mazzucotelli).

Code Refactoring

  • Preserve alias members path by re-aliasing members instead of returning target's members (d400cb1 by Timothée Mazzucotelli).
Changelog

Sourced from griffe's changelog.

0.35.2 - 2023-08-27

Compare with 0.35.1

Code Refactoring

0.35.1 - 2023-08-26

Compare with 0.35.0

Bug Fixes

0.35.0 - 2023-08-24

Compare with 0.34.0

Features

  • Add an is_public helper method to guess if an object is public (b823639 by Timothée Mazzucotelli).
  • Add option to Google parser allowing to parse Returns sections with or without multiple items (65fee70 by Antoine Dechaume). [PR #196](mkdocstrings/griffe#196)

Bug Fixes

  • Allow passing warn_unknown_params option to Google and Numpy parsers (5bf0746 by Timothée Mazzucotelli).

Code Refactoring

  • Preserve alias members path by re-aliasing members instead of returning target's members (d400cb1 by Timothée Mazzucotelli).
Commits
  • 1bac3d6 chore: Prepare release 0.35.2
  • 6a8a228 refactor: Be more strict when parsing sections in Google docstrings
  • 773a624 chore: Prepare release 0.35.1
  • 1e19e7b fix: Preserve inherited attribute on alias inherited members
  • 9ebff10 docs: Fix external link indicator on Chrome
  • bdbbf71 chore: Prepare release 0.35.0
  • b823639 feat: Add an is_public helper method to guess if an object is public
  • d400cb1 refactor: Preserve alias members path by re-aliasing members instead of retur...
  • 5bf0746 fix: Allow passing warn_unknown_params option to Google and Numpy parsers
  • 65fee70 feat: Add option to Google parser allowing to parse Returns sections with or ...
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [griffe](https://github.com/mkdocstrings/griffe) from 0.34.0 to 0.35.2.
- [Release notes](https://github.com/mkdocstrings/griffe/releases)
- [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/griffe@0.34.0...0.35.2)

---
updated-dependencies:
- dependency-name: griffe
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 28, 2023
@codecov
Copy link

codecov bot commented Aug 28, 2023

Codecov Report

Merging #927 (8fdfc06) into main (34fbd84) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #927   +/-   ##
=======================================
  Coverage   93.82%   93.82%           
=======================================
  Files         105      105           
  Lines       15436    15436           
  Branches       25       25           
=======================================
  Hits        14483    14483           
  Misses        947      947           
  Partials        6        6           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 34fbd84...8fdfc06. Read the comment docs.

@codspeed-hq
Copy link

codspeed-hq bot commented Aug 28, 2023

CodSpeed Performance Report

Merging #927 will degrade performances by 28.13%

Comparing dependabot/pip/griffe-0.35.2 (8fdfc06) with main (34fbd84)

Summary

🔥 1 improvements
❌ 2 regressions
✅ 135 untouched benchmarks

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark main dependabot/pip/griffe-0.35.2 Change
🔥 test_core_string_strict_wrong 50.1 µs 44.5 µs +12.61%
test_dont_raise_error 29.3 µs 40.7 µs -28.13%
test_decimal_from_string_core 54 µs 70.3 µs -23.21%

@davidhewitt davidhewitt merged commit cf90503 into main Aug 29, 2023
@davidhewitt davidhewitt deleted the dependabot/pip/griffe-0.35.2 branch August 29, 2023 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant