Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed Sep 23, 2024
1 parent 10a264d commit 3e1de18
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,41 @@ Changelog
.. - UNSOLVED (:issue:`397`) extras failed
vX.Y.0 / 2024-MM-DD (Unreleased)
--------------------

Breaking Changes
++++++++++++++++
- (:pr:`453`) Deps - Require pydantic v2 dependency (don't worry, this isn't
changing QCEngine's role as QCSchema I/O runner. Also require pydantic-settings
for CLI. @loriab

New Features
++++++++++++

Enhancements
++++++++++++
- (:pr:`453`) Maint - Convert internal (non-QCSchema) pydantic classes to
pydantic v2 API, namely `NodeDescriptor`, `TaskConfig`, `ProgramHarness`,
`ProcedureHarness`. @loriab

Bug Fixes
+++++++++
- (:pr:`453`) Maint - Fix a warning thrown by `execute` about unclosed files. @loriab

Misc.
+++++
- (:pr:`452`) Maint - Set up pre-commit and run over repository. @loriab
- (:pr:`453`) CI - Dropped Entos/QCore and Psi4 v1.5 as too hard to solve with
pydantic v2 and modern python versions. @loriab

MUST (Unmerged)
+++++++++++++++

WIP (Unmerged)
++++++++++++++


v0.30.0 / 2024-06-25
--------------------

Expand Down

0 comments on commit 3e1de18

Please sign in to comment.