Open
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #170 +/- ##
==========================================
+ Coverage 65.78% 65.87% +0.08%
==========================================
Files 34 34
Lines 4782 4800 +18
Branches 1668 1668
==========================================
+ Hits 3146 3162 +16
- Misses 683 685 +2
Partials 953 953 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This was referenced Mar 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Here's an adaptation for QCSchema v2 and Python 3.14. This and dftd4/dftd4#341 are counterparts. Please let me know of any changes you'd like.
-c conda-forge/label/qcelemental_dev, dftd3-python can run QCSchema v1 or v2 for all Pythons, except 3.14, where Pydantic retired the v1 API. Pydantic >=2.11 will be required (2.12 for Py 3.14). This can be seen in the test_qcschema patterns where 312 runs QCSchema v1 and skips 2, 313 runs both, and 314 runs 2 and skips v1, as illustrated in the dftd4 PR..convert_v(2)on them to submit torun_qcschema. The diff is a little easier to read with whitespace tracking off.