c6ac961eef
- Disable numpy 1.24 broken tests, gh#XanaduAI/blackbird#54 - Remove skip_32bit_divide_scalar_array_test.patch - Update to 0.5.0 * Rebuilds the grammar using ANTLR v4.9.2 (#51) * Updates ANTLR v4.9.2 version on the compiling grammar section. (#51) - 0.4.0 * Remove support for Python 3.5. (#38) * Add support for Python 3.8 and 3.9. (#40) * Add public method to retrieve Blackbird program variables via prog.variables. (#47) * Improve match_template to automatically return matched parameters with their array values, rather than their array names (p0, p1, etc.) (#47) * Remove p-type parameters from prog.parameters since they're only needed there internally and are otherwise stored in prog.variables. This also changes TDM programs to not be templates (prog.is_template now returns False). (#47) * Fix bool or string objects in for-loop iterators not working correctly. (#41) * Update the NumPy scalar types in the Blackbird listener due to being deprecated in NumPy 1.20. (#43) * Add access to the symbolic expression used when creating a RegRefTransform, as a class attribute. (#46)
Daniel Garcia2023-03-06 09:31:59 +00:00
f687fa8329
- Add skip_32bit_divide_scalar_array_test.patch to skip the failing test on 32bit arch (gh#XanaduAI/blackbird#42).
Matej Cepl2021-05-12 13:52:45 +00:00