Skip to content

kim-property update

Compare
Choose a tag to compare
@yafshar yafshar released this 25 Mar 13:47
· 2 commits to master since this release
4cd5b20

This release contains:

  • Improved Packaging
    • Upgrade the package build & publish with the latest GitHub actions
    • Add pyproject.toml, hinting build tools like pip & build which backend to use
    • Remove the tests from the final package. Address issue #16
    • Update the Python version for coverage action
    • Upgrade the versioneer's version to 0.29
  • Python version >= 3.8. We officially support and test Python version >= 3.8, although there should be no issue using the lower Python version 3.7.
  • kim-edn version >= 1.4.0.
  • Added a safer EDN serialization format & removed the pickling module. For serializing and de-serializing kim properties, we use a safer EDN format and use the OpenKIM kim-edn package
  • Coverage updated
    • Remove appveyor support. Now, GitHub action will cover Linux, Macs, and Windows
  • Update the README with mamba installation instruction