0.9.0 (2025-01-07)
- add escape for _ in local_variables in latex (b8af791)
- Substitution of functions is no longer sensitive to order of functions dictionary (#147) (f5c27e8)
0.8.2 (2024-11-26)
0.8.1 (2024-11-21)
0.8.0 (2024-11-07)
- add repeated structures (#136) (57312a1)
- Enable casting to native types and obtaining backend-native functions (#135) (11628ff)
0.7.0 (2024-10-09)
- Add Single-Parameter Optimization Module to Bartiq (#118) (e407474)
- Use ensure_routine to streamline conversion from Qref to Bartiq (#125) (c03e5f0)
- Fix LaTeX rendering in docs (#124) (1976ae9)
- handling of function names with "lambda" in them (#128) (63ad716)
0.6.0 (2024-09-19)
- New compilation engine (#115)
- Add a parameter to control the removal of decomposed resources in the aggregation function (#109) (37acec8)
- new tutorial for advanced alias sampling examples and aggregation function (4a3d789)
- Update compilation docs (#119) (4492a2c)
- release 0.6.0 (eefe37a)
0.5.1 (2024-08-13)
0.5.0 (2024-08-06)
- add aggregation function for resource decomposition (#95) (40e2a5b)
- add BigO analysis (#90) (7a24848)
- correct the cost representation of uniform state preparation in alias sampling tutorials (7830238)
0.4.0 (2024-07-17)
- 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)
0.3.2 (2024-07-12)
- Make local_variables a dictionary instead of a list of strings (#79)
- release 0.3.2 (eb52443)
0.3.1 (2024-07-12)
- correctly passing local variables when converting qref_v1 object to bartiq routine (295ce32)
- add example of qref visualization in tutorials (c0ee3ea)
0.3.0 (2024-06-25)
- Custom repr for connection and port (#54) (ee5b6e7)
- routine verification (#76) (cd1940d)
- Streamline parameter linkage (#65) (8645d90)