Skip to content

Releases: openkim/kim-convergence

Version 0.0.3

28 Jul 11:38
23649fa

Choose a tag to compare

Key Changes

  • Compatibility updates for NumPy > 2
  • Code Quality Improvements
  • Replaced deprecated np.NINF with -np.inf
  • Refactored string formatting to use f-strings instead of .format()
  • Inlined CRError exception messages, removing temporary variables for cleaner code
  • Fixed Flake8 warnings
  • Improve levene_test stability and reduce test flakiness
  • All tests pass with NumPy > 2 and maintain compatibility with NumPy 1.x
  • Upgraded versioneer to version 0.29

Official release of the kim-convergence package

19 Jul 01:43
1cbd8fc

Choose a tag to compare

This is the official release of the kim-convergence package.

Initial release of the convergence module

18 Jul 18:04
69edab6

Choose a tag to compare

This is an initial release of the convergence module.
This release is for the purpose of archiving the initial version.