Skip to content

v1.1.1

Compare
Choose a tag to compare
@BillHuang2001 BillHuang2001 released this 16 Mar 06:44
· 239 commits to main since this release

What's Changed

This minor release primarily includes bug fixes and improvements:

  • Fixed an issue where torch.compile did not properly capture workflow.step.
  • Fixed an issue where use_state leads to a graph break.
  • Fixed some incorrect model buffer usage.
  • Fixed an issue where monitor.plot was not functioning as intended in certain situation.
  • Introduced a new wrapper, evox.compile, to work around certain limitations with torch.compile and torch.vmap.
  • Resolved various BatchedTensor-related issues:
    • Fixed a bug where vmapping a workflow with EvalMonitor could cause BatchedTensor leaks.
    • Fixed an issue preventing HPOProblem from working with BraxProblem.
  • Enhanced the implementations of RVEA and CSO for better performance and reliability.
  • Enhanced the implementation of BraxProblem.
  • Various small fixes and improvements.

Related Pull requests

Full Changelog: v1.1.0...v1.1.1