Skip to content

Releases: openkim/kim-edn

Update kim-edn version

22 Mar 12:26
22a5966
Compare
Choose a tag to compare

This release contains:

  • A minor fix for a kim-edn version, which affects installation from source or cloning over git.

Update kim-edn

22 Mar 03:34
09120bd
Compare
Choose a tag to compare

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 #1
    • 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.
  • Upgrade the interface
    • Update the load & loads interfaces and remove unused argument parse_constant
    • Update the loads interface to accept a Decoder object. The object can be built with strict as False kim_edn.KIMEDNDecoder(strict=False)
    • Update the kim_edn.tool interface
  • Coverage updated
    • Remove appveyor support. Now, GitHub action will cover Linux, Macs, and Windows
    • Add extra tests to cover the corner cases. The coverage increased from 96% -> 98.1%
    • Add test_tool to cover kim_edn.tool
  • Update the README with mamba installation instruction

kim-edn license update

07 Sep 14:48
1a238c3
Compare
Choose a tag to compare

Update the LGPLv2.1+ which is a deprecated identifier to LGPL-2.1-or-later which is the current official identifier

https://spdx.org/licenses/

kim-edn license update

06 Sep 16:55
c6579a0
Compare
Choose a tag to compare

This release contains license updates:

  • Now kim-edn is using LGPL-2.1-or-later
  • Travis CI is removed
  • GitHub actions updated to include macOS, windows, and code coverage

kim-edn

02 Mar 16:16
Compare
Choose a tag to compare

This release contains:

  • Clean up the code
  • Fixed the package naming to be comliant with OpenKIM packages

OpenKIM/kim-edn official release

28 Feb 13:52
Compare
Choose a tag to compare

This release contains:

  • Clean up the interface and getting rid of unnecessary keywords.
  • Clean up the code
  • Updating the GitHub actions
  • Officially updating the repository within OpenKIM