- Add upstream patch to fix test on aarch64: * fix-aarch64.patch OBS-URL: https://build.opensuse.org/request/show/900528 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-quantum-blackbird?expand=0&rev=11
51 lines
2.1 KiB
Plaintext
51 lines
2.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Thu Jun 17 08:05:46 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
- Add upstream patch to fix test on aarch64:
|
|
* fix-aarch64.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 12 13:52:14 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Add skip_32bit_divide_scalar_array_test.patch to skip the
|
|
failing test on 32bit arch (gh#XanaduAI/blackbird#42).
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 26 05:52:52 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Do not build for Python 3.6, due to no NumPy.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 26 07:36:38 UTC 2020 - andy great <andythe_great@pm.me>
|
|
|
|
- Update to version 0.3.0.
|
|
* Arrays and variables now support being defined as parameters
|
|
(using braces) in a Blackbird template.
|
|
* Time-domain multiplexing programs are now supported, using the
|
|
syntax type tdm (temporal_modes=3, copies=1).
|
|
* For-loops are supported inside Blackbird scripts.
|
|
* Keyword arguments are supported inside operations; for example,
|
|
MeasureHomodyne(select=[0, 1]) or
|
|
MeasureFock(dark_counts=[1, 0.5, 3]).
|
|
* Indexing is supported inside both modes and arguments; for
|
|
example, MZgate(list[2], list[0]) | [list[3], list[1]])).
|
|
All indices allow expressions such as phases[-3 + 2*2].
|
|
* Templates are no longer changed when calling them and replacing
|
|
the parameters with actual values.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 3 19:48:29 UTC 2020 - andy great <andythe_great@pm.me>
|
|
|
|
- Update to version 0.2.4.
|
|
* Updating antlr4-python3-runtime requirement to version 4.7.2.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 11 19:47:28 UTC 2020 - andy great <andythe_great@pm.me>
|
|
|
|
- Drop to version 0.2.1 from github release as it have test suite.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 4 16:09:37 UTC 2020 - andy great <andythe_great@pm.me>
|
|
|
|
- Initial package release.
|