materialsproject / jobflow

jobflow is a library for writing computational workflows.
https://materialsproject.github.io/jobflow
Other
90 stars 25 forks source link

Bump autodoc-pydantic from 2.0.1 to 2.1.0 #567

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps autodoc-pydantic from 2.0.1 to 2.1.0.

Changelog

Sourced from autodoc-pydantic's changelog.

v2.1.0 - 2024-03-18

This is a maintenance and bugfix release extending support to pydantic v2.6, sphinx v7.2 and python 3.12 while dropping support for python 3.7 which has reached EOL.

Features

  • Hide model_computed_fields for pydantic models.
  • Hide settings_customise_sources for pydantic settings.

Testing

  • Add pydantic 2.2/2.3/2.4/2.5/2.6 and sphinx 7.1/7.2 and python 3.12 to test matrix.
  • Remove python 3.7 from test matrix.
  • Remove obsolete skip ci condition from github actions.
  • Update conftest to use pathlib instead of older Sphinx sphinx.testing.path module that is being deprecated for forward-compatibility with newer Sphinx versions.
  • Fix duplicated teset name test_non_field_attributes.
  • Add tests to cover inheritance behavior given inherited-members for field and validator members and summaries.

Bugfix

  • Fix incompatibity with sphinx 7.2 due to changed usage of path objects. For more, see #11606.
  • #176 Remove sphinxcontrib/__init__.py causing ModuleNotFoundError exception in some environments. This should be a namespace package per PEP 420 without __init_.py to match with other extensions.
  • Removing deprecation warning sphinx.util.typing.stringify.
  • Fix bug a bug while sorting members #137.

Internal

  • Fix deprecation warning for tuple interface of ObjectMember in directives/autodocumenters.py.
  • Remove obsolete configuration options which have been removed in v2.
  • Introduce pydantic.options.exists to check for existence of sphinx options.

Documentation

  • Add pydantic to PyPI classifiers to improve discoverability.
  • Correct erdantic installation command in users coniguration section.

... (truncated)

Commits
  • b9b4e2d Merge pull request #213 from mansenfranzen/finalize_2.1.0
  • 6bc9001 Update readme and changelog.
  • 77c1bf5 Merge pull request #212 from mansenfranzen/all-contributors/add-alejandro-yousef
  • 7230e13 docs: update .all-contributorsrc [skip ci]
  • 5791e9d docs: update README.md [skip ci]
  • bbfc59f Merge pull request #211 from mansenfranzen/all-contributors/add-morcef
  • 5b718d7 docs: update .all-contributorsrc [skip ci]
  • 786a125 docs: update README.md [skip ci]
  • 2acdd8e Merge pull request #210 from mansenfranzen/all-contributors/add-Cielquan
  • 4cf7258 docs: update .all-contributorsrc [skip ci]
  • 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 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)
codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.42%. Comparing base (eda2a65) to head (0b650aa). Report is 15 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #567 +/- ## ======================================= Coverage 99.42% 99.42% ======================================= Files 21 21 Lines 1564 1564 Branches 425 425 ======================================= Hits 1555 1555 Misses 9 9 ```