v0.8.0
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 replaceevaluation/evaluate.py
that replacesevaluation/evaluate.cpython-39.pyc
andevaluation/evaluate.cpython-312.pyc
by automatically detecting which python version is in use and importing the appropriateprivate_src/python3_XX/kspdg_envs/dist_evaluate.py
for use
Removed
evaluation/evaluate.cpython-39.pyc
andevaluation/evaluate.cpython-312.pyc
, replaced with singleevaluation/evaluate.py
that in turn imports version-specific code fromprivate_src
Full Changelog: v0.7.0...v0.8.0