Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Python3 & Python2 #51

Open
wants to merge 10 commits into
base: dev
Choose a base branch
from
Open

Support Python3 & Python2 #51

wants to merge 10 commits into from

Conversation

FarnazH
Copy link
Member

@FarnazH FarnazH commented Aug 31, 2021

Description

Support Python3 (i.e., using iodata, grid, and gbasis) in addition to Python2 (i.e., using horton). So, chemtools can be imported/used with both Python 2 & 3 (some features would not be available with Python 3 yet, which results in an informative error). The tests can also be run with Python 2 & Python 3 (environments with proper dependencies installed) as well; some tests will be skipped depending on the Python version.

Checks

  • Each commit addresses one thing.
  • Each commit message is informative and is less than 50 characters.
  • Commits that can be grouped together are squashed.
  • Each unit of code added is tested.
  • Each unit of code added is documented.
  • Commits are rebased onto master.

Type of Changes

Please remove the lines that don't represent the type of your PR.

✨ New Feature
🎨 Improve Format & Structure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant