|
| 1 | +### v0.3.0 - 01-09-2021 |
| 2 | +- Added Shor's algorithm node |
| 3 | +- Added Histogram Simulator node |
| 4 | +- Added `python-interactive` dependency |
| 5 | +- Added Python virtual environment setup script for PowerShell environments |
| 6 | +- Updated README to include more indepth documentation |
| 7 | +- Updated documentation for various nodes |
| 8 | +- Updated Script node so that it waits for all qubits to arrive before outputting |
| 9 | +- Removed `string.prototype.replaceall` and `async-mutex` dependencies. |
| 10 | +- Fixed IBM Quantum System node not raising an error if internet is not available |
| 11 | +- Fixed issues with arbitrary errors being raised on Windows |
| 12 | +- Fixed Quantum Register node from freezing execution |
| 13 | +- Fixed issues with Python virtual environment setup script |
| 14 | +- Fixed Quantum Circuit node not raising an error if the Python virtual environment cannot be found. Will then attempt to automatically run the installation script (works on Bash environments only) |
| 15 | +- Fixed various minor bugs |
| 16 | + |
1 | 17 | ### v0.2.0 - 25-08-2021
|
2 |
| -- Improve documentation. |
3 |
| -- Improve front end interface for gate nodes. |
4 |
| -- Add bloch sphere node. |
5 |
| -- Add multi-controlled-U-gate node. |
6 |
| -- Add grovers algorithm node. |
7 |
| -- Add IBM quantum system node. |
| 18 | +- Added Bloch Sphere node |
| 19 | +- Added Multi-Controlled-U-Gate node |
| 20 | +- Added Grover's algorithm node |
| 21 | +- Added IBM Quantum System node |
| 22 | +- Updated documentation |
| 23 | +- Updated front end interface for gate nodes |
8 | 24 |
|
9 | 25 | ### v0.1.1 - 09/08/2021
|
10 |
| -- Fix incorrect path to the Python executable |
11 |
| -- Fix Python error messages sometimes being incomplete |
12 |
| -- Remove `dedent-js` dependency from production release |
13 |
| -- Remove `app-root-path` dependency |
14 |
| -- Remove `python-shell` dependency |
| 26 | +- Fixed incorrect path to the Python executable |
| 27 | +- Fixed Python error messages sometimes being incomplete |
| 28 | +- Removed `dedent-js` dependency from production release |
| 29 | +- Removed `app-root-path` dependency |
| 30 | +- Removed `python-shell` dependency |
15 | 31 |
|
16 | 32 | ### v0.1.0 - 07/08/2021
|
17 | 33 | - Initial development release
|
0 commit comments