Skip to content

Releases: qir-alliance/pyqir

v0.10.6

15 Oct 22:51
24cfe69
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.5...v0.10.6

v0.10.5

16 Sep 19:31
caf7234
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.4...v0.10.5

v0.10.4

19 Aug 17:56
e8101f7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.3...v0.10.4

v0.10.3

01 Jul 20:46
f1278c0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.2...v0.10.3

v0.10.2

22 May 17:20
c02430a
Compare
Choose a tag to compare

Notes

This patch release fixes the aarch64 mac support which broke in v0.10.1

What's Changed

  • Set all llvm targets when compiling for mac by @idavis in #276

Full Changelog: v0.10.1...v0.10.2

v0.10.1

22 May 01:30
da82c01
Compare
Choose a tag to compare

Notes

Apple aarch64/universal wheels will fail to load in v0.10.1. Please upgrade to v0.10.2.

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.10.1

v0.10.0

20 Nov 22:05
26885c9
Compare
Choose a tag to compare

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

v0.9.0

17 Oct 15:26
de2c8ed
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.2...v0.9.0

v0.8.2

04 May 22:47
43de824
Compare
Choose a tag to compare

What's Changed

  • Add missing link text for anchor link by @qartik in #235
  • Updating to 0.8.2 by @idavis in #239
  • extract_byte_string will return none when reading i8* null byte strings. by @idavis in #238

New Contributors

Full Changelog: v0.8.1...v0.8.2

v0.8.1

24 Apr 14:53
6d13eea
Compare
Choose a tag to compare

What's Changed

  • Updating version to 0.8.1 by @idavis in #234
  • Adding LLVM value equality and hash implementation. by @idavis in #232

Full Changelog: v0.8.0...v0.8.1