Skip to content

v0.0.38

Choose a tag to compare

@ma-sadeghi ma-sadeghi released this 22 Mar 02:02
· 83 commits to main since this release

What's Changed

  • Updated perform_bayesian_inference to always return a list by @ma-sadeghi in #137
  • Fixed a bug in set_plot_style that caused the workflow to break when run in a native Python REPL
  • Dropped support for Intel Macs in favor of the new Apple M chips
  • Added various objective functions to fit_circuit_parameters, accessible via method
  • Added terminals argument to generate_equivalent_circuits to optionally limit circuit components
  • Set Python 3.12 as the upper bound for supported Python versions