Skip to content

v0.8.0

Compare
Choose a tag to compare
@rallen10 rallen10 released this 14 Aug 04:58
· 22 commits to main since this release

Restructured and streamlined evaluate.py to use private_src/ and eliminate the need for manual selection of python version

Added

  • private_src/python3_XX/kspdg_envs/dist_evaluate.py which replace
  • evaluation/evaluate.py that replaces evaluation/evaluate.cpython-39.pyc and evaluation/evaluate.cpython-312.pyc by automatically detecting which python version is in use and importing the appropriate private_src/python3_XX/kspdg_envs/dist_evaluate.py for use

Removed

  • evaluation/evaluate.cpython-39.pyc and evaluation/evaluate.cpython-312.pyc, replaced with single evaluation/evaluate.py that in turn imports version-specific code from private_src

Full Changelog: v0.7.0...v0.8.0