Skip to content

Commit

Permalink
0.25 changelog (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed Jun 13, 2022
1 parent cb04079 commit 2956421
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Changelog
.. +++++++++
0.25.0 / 2022-MM-DD
0.25.0 / 2022-06-13
-------------------

Breaking Changes
Expand All @@ -29,16 +29,17 @@ New Features
Enhancements
++++++++++++
- (:pr:`285`) Standardized default on ``AtomicResult.native_files`` to ``{}``
from ``None``.
from ``None``. May break strict logic.
- (:pr:`289`, :pr:`290`) Transition from some early documentation tools (class
``AutodocBaseSettings`` and ``qcarchive_sphinx_theme``) to externally
maintained ones (project https://github.com/mansenfranzen/autodoc_pydantic
and ``sphinx_rtd_theme``). Expand API docs.

Bug Fixes
+++++++++
- (:pr:`286`) Sphinx autodocumentation with typing of ``qcelemental.testing.compare_recursive`` no longer
warns about circular import.
- (:pr:`286`) Sphinx autodocumentation with typing of
``qcelemental.testing.compare_recursive`` no longer warns about circular
import.


0.24.0 / 2021-11-18
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
'sphinx', # autodoc was broken in 1.3.1
'sphinxcontrib-napoleon',
'sphinx_rtd_theme',
"autodoc-pydantic",
],
'tests': [
'pytest >= 4.0.0',
Expand Down Expand Up @@ -70,6 +71,7 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
],
zip_safe=False,
long_description=long_description,
Expand Down

0 comments on commit 2956421

Please sign in to comment.