Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pandas and sphinx-autodoc-typehints #1797

Merged

Conversation

pyansys-ci-bot
Copy link
Collaborator

Bumps pandas and sphinx-autodoc-typehints. These dependencies needed to be updated together.
Updates pandas from 1.5.2 to 1.5.3

Release notes

Sourced from pandas's releases.

Pandas 1.5.3

This is a patch release in the 1.5.x series and includes some regression and bug fixes. We recommend that all users upgrade to this version.

See the full whatsnew for a list of all the changes.

The release will be available on the defaults and conda-forge channels:

conda install pandas

Or via PyPI:

python3 -m pip install --upgrade pandas

Please report any issues with the release on the pandas issue tracker.

Thanks to all the contributors who made this release possible.

Commits
  • 2e218d1 RLS: 1.5.3
  • 659de5f DOC: Fix whatsnew (#50821)
  • 5aff5c9 Manual backport fix github quota (#50827)
  • c2ab902 Manually Backport PR #50809 (#50813)
  • 24316d0 Backport PR #50800 on branch 1.5.x (DOC: Clean up 1.5.x whatsnews) (#50807)
  • 4ea0840 BUG: Change FutureWarning to DeprecationWarning for inplace setitem with Data...
  • d9dec94 Backport PR #50682 on branch 1.5.x (BUG: pivot_table with nested elements and...
  • ce123cd REGR: NumPy func warning when dropping nuisance in agg, apply, transform (#50...
  • 54b4037 Backport PR on Branch 1.5.x (REV: revert deprecation of Series.getitem sl...
  • 71db310 Backport PR #50396 on branch 1.5.x (BUG/COMPAT: fix assert_* functions for ne...
  • Additional commits viewable in compare view

Updates sphinx-autodoc-typehints from 1.20.2 to 1.21.7

Release notes

Sourced from sphinx-autodoc-typehints's releases.

1.21.7

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.21.6...1.21.7

1.21.6

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.21.5...1.21.6

1.21.5

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.21.4...1.21.5

1.21.4

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.21.3...1.23.4

1.21.3

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.21.2...1.21.3

1.21.2

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@1.21.1...1.21.2

1.21.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from sphinx-autodoc-typehints's changelog.

1.21.7

  • Fixed a bug where if a class has an attribute and a constructor argument with the same name, the constructor argument type would be rendered incorrectly (issue 308)

  • Fixed napoleon handling of numpy docstrings with no specified return type.

1.21.6

  • Fix a Field list ends without a blank line warning (issue 305).

1.21.5

  • More robust determination of rtype location / fix issue 302

1.21.4

  • Improvements to the location of the return type

1.21.3

  • Use format_annotation to render class attribute type annotations

1.21.2

  • Fix overloads support

1.21.1

  • Fix spacing between :rtype: and directives

1.21

  • Handle types from types module
  • If module is _io, use io instead
  • Put rtype before examples or usage section
  • Remove redundant return type for attributes
  • Handle collections.abc.Callable as well as typing.Callable
  • Put Literal args in code blocks
Commits
  • 3aca67b Fix napoleon handling of numpy docstrings with no explicitly provided return ...
  • 53f7f00 Disable GoogleDocstring._lookup_annotation (#309)
  • 15c6456 Update CHANGELOG.md
  • d823f99 Resolve issue 305 (#307)
  • fb30e40 Refactor tests to make it easier to add new example functions (#306)
  • 90ec5a7 Update CHANGELOG.md
  • 8c931fe More robust determination of rtype location / fix issue 302 (#304)
  • 7b2f213 Improvements to the location of the return type (#300)
  • 4b6897e Update CHANGELOG.md
  • a261a08 Use format_annotation to render class attribute type annotations (#299)
  • Additional commits viewable in compare view

@github-actions github-actions bot added the Maintenance General maintenance of the repo (libraries, cicd, etc) label Jan 22, 2023
@github-actions
Copy link
Contributor

Please add one of the following labels to add this contribution to the Release Notes 👇

@germa89 germa89 enabled auto-merge (squash) January 26, 2023 17:49
@codecov
Copy link

codecov bot commented Jan 26, 2023

Codecov Report

Merging #1797 (db81af2) into main (0dd219b) will increase coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1797      +/-   ##
==========================================
+ Coverage   85.68%   85.69%   +0.01%     
==========================================
  Files          44       44              
  Lines        7809     7809              
==========================================
+ Hits         6691     6692       +1     
+ Misses       1118     1117       -1     

@germa89 germa89 merged commit c31f30c into main Jan 26, 2023
@germa89 germa89 deleted the dependabot/pip/main/pandas-and-sphinx-autodoc-typehints-1.5.3 branch January 26, 2023 18:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Maintenance General maintenance of the repo (libraries, cicd, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants