Skip to content

0.8.5

Compare
Choose a tag to compare
@randomir randomir released this 28 Jun 17:22
· 571 commits to master since this release

New Features

  • Annotated Future.sampleset with .wait_id method (#377)
  • Added dispatches_events decorator that can be used to simplify event dispatch on method entry and exit (#443/#455)
  • CLI: added --client option to override the client type used (#458)

Fixes

  • Dispatch sampling events also from unstructured solvers (#454)
  • CLI: fixed solver by client filtering (#457)
  • Docs: added link checks (#464), updated sphinx/conf (#470)

Changes

  • CLI: deprecated -c flag (short for --config-file) in favor of -f (#458)
  • Dropped Python 3.5 support (#467)
  • Deprecated Future.{eta_min,eta_max} (#468)