Skip to content

Latest commit

 

History

History
98 lines (46 loc) · 4.64 KB

CHANGELOG.md

File metadata and controls

98 lines (46 loc) · 4.64 KB

Changelog

0.5.1 (2024-08-13)

Bug Fixes

0.5.0 (2024-08-06)

Features

  • add aggregation function for resource decomposition (#95) (40e2a5b)
  • add BigO analysis (#90) (7a24848)

Documentation

  • correct the cost representation of uniform state preparation in alias sampling tutorials (7830238)

0.4.0 (2024-07-17)

Features

  • Implement ast-based parser for symbolic expressions (#87) (c7f642e)
  • Improve Value Parsing to Take Mathematical Constants and Functions (#74) (961dc1c)

0.3.3 (2024-07-12)

Bug Fixes

  • Fix port direction handling in Qref export (#85) (b6271a3)

0.3.2 (2024-07-12)

⚠ BREAKING CHANGES

  • Make local_variables a dictionary instead of a list of strings (#79)

Miscellaneous Chores

Code Refactoring

  • Make local_variables a dictionary instead of a list of strings (#79) (2837c2c)

0.3.1 (2024-07-12)

Bug Fixes

  • correctly passing local variables when converting qref_v1 object to bartiq routine (295ce32)

Documentation

  • add example of qref visualization in tutorials (c0ee3ea)

0.3.0 (2024-06-25)

Features

Bug Fixes

0.2.0 (2024-06-04)

Features

Bug Fixes

  • assigning value to evaluated expressions and pruning linked_params (#52) (0c9c872)

Documentation

  • added configuration for GitHub integration (3879071)
  • compilation and precompilation docs (#55) (584e29e)