Skip to content

v0.9.0 - 2024-08-07

Compare
Choose a tag to compare
@amontanez24 amontanez24 released this 07 Aug 16:47
· 22 commits to main since this release

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 to ColumnSynthesizer - Issue #319 by @lajohn4747
  • Allow the ability to compute diagnostic score in a benchmarking run - Issue #311 by @lajohn4747