v0.9.0 - 2024-08-07
This release enables the diagnostic score to be computed in a benchmarking run. It also renames the IndependentSynthesizer
to ColumnSynthesizer
. Finally, it fixes a bug so that the time for all metrics will now be used to compute the Evaluate_Time
column in the results.
Bugs Fixed
- Cap numpy to less than 2.0.0 until SDGym supports - Issue #313 by @gsheni
- The returned
Evaluate_Time
does not include results from all metrics - Issue #310 by @lajohn4747
New Features
- Rename
IndependentSynthesizer
toColumnSynthesizer
- Issue #319 by @lajohn4747 - Allow the ability to compute diagnostic score in a benchmarking run - Issue #311 by @lajohn4747