kim-property module v2.5.0
This release contains,
-
License update
Now kim-property is using LGPL-2.1-or-later -
Bugfix
Fix typo in the name of check instance optional key map function (#4)
(Thanks to Daniel S. Karls @dskarls for the fix) -
Enhancements
- Travis CI is no longer in the integration path. The functionality completely is covered by GitHub Actions and AppVeyor. Code Coverage is also covered by GitHub Actions.
- Update the instance check. Add extra checks to make sure of the correct behavior for the
check_property_instances
function following the OpenKIM web app instance validator. Now if the property definition has a[:]
(1darray) extent, it is only used for array and can not be used for scalar value. Also, if the property definition has a[]
(scalar) extent, the scalar property instance value can not be enclosed by brackets. - Extra test cases are added to make sure of the correct behavior.
- Cleaning the code and removing unused imports