Skip to content

v0.10.0

Compare
Choose a tag to compare
@idavis idavis released this 20 Nov 22:05
· 26 commits to main since this release
26885c9

Notes

  • Breaking change: correct attributes are now emitted for number of qubits and results.
  • Attribute iteration has been added to enable easier base profile compliance.
  • Manylinux compliance has been relaxed due to maintenance burden. The new target is manylinux_2_31
  • Minimum Python version is now 3.8 as the older versions are EOL.

What's Changed

  • Spec compliance: change num_required_* to required_num_* by @bmhowe23 in #251
  • Update version to 0.10.0 by @idavis in #254
  • Removing serial_test by @idavis in #255
  • Update attr fallback order to support legacy processing. by @idavis in #257
  • Set python 3.8 as min. Remove manylinux container build. by @idavis in #256
  • Cache CL args for inner build by @idavis in #253
  • Adding ability to access and iterate over function attributes. by @idavis in #259

New Contributors

Full Changelog: v0.9.0...v0.10.0