hatch, conv_info, and misc fixes#112
Merged
Merged
Conversation
…d. Adds hatch as build system in place of setuptools
Trying to fix readme
Try fix again
Fixes readme headers
…nor formatting changes. Adds (and removes) NEB keywords. Adds get_conv_info to provide convergence summary.
…ex. Fixes hatch-conda environment file
Collaborator
Author
|
@psi-rking Not completely finished, but if you had any feedback/questions on docs that'd be helpful. Main change is the new build system. This PR should only add shortcuts to things, any existing workflows should be unaffected (outside building / publishing to pypi and conda) |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #112 +/- ##
==========================================
+ Coverage 82.12% 85.35% +3.22%
==========================================
Files 36 90 +54
Lines 8068 10172 +2104
==========================================
+ Hits 6626 8682 +2056
- Misses 1442 1490 +48 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
psi-rking
approved these changes
Jun 1, 2026
psi-rking
left a comment
Owner
There was a problem hiding this comment.
This is a great simplification.
AlexHeide
added a commit
to AlexHeide/optking
that referenced
this pull request
Jun 5, 2026
* Switches from setup.py to pyproject.toml. setup.py no longer supported. Adds hatch as build system in place of setuptools * Update README.rst Trying to fix readme * Update README.rst Try fix again * Update README.rst * Update README.rst Fixes readme headers * Update README.rst * Small changes made during string work. Moves make_internal_coords. Minor formatting changes. Adds (and removes) NEB keywords. Adds get_conv_info to provide convergence summary. * Fixes ptyest test_2_hessians.py --check_iter=1. Fixes frozen_cart regex. Fixes hatch-conda environment file * Add publish workflow and use hatch in CI * Remove old versioning file. Replacing with hatch build hook * Removes redundant makefile. Expands wheel ignore * Remove manifest. Add devtools and scripts to sdist * Update git ignore * Updates documentation with pipx instructions * Updates to workflows. * Adds _version.py to vcs. Will be updated with release.yml or hatch build * Removes check_iter from test_ranged_internal for moment. Steps_taken varies by 1 (9 or 10 steps) with python version * Fixes mistake in removing check_iter from test_ranged_internals.py
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.
test_2_hessians.py.check _iter=1 failing. CI didn't catch since unique to psi4 1.10.
get_conv_info().Not used yet in any published code. I grabbed from a dev branch for strings. First step to addressing convergence info in qcsk.
Why hatch? From pypa (pypi) so it seemed like the most stable choice, always pip compatible, and unlikely to cause issues 😄