Skip to content

Commit 9459920

Browse files
committed
Release v0.3.0
1 parent 8cfbee1 commit 9459920

File tree

3 files changed

+30
-14
lines changed

3 files changed

+30
-14
lines changed

CHANGELOG.md

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,33 @@
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+
117
### 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
824

925
### 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
1531

1632
### v0.1.0 - 07/08/2021
1733
- Initial development release

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-contrib-quantum",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Quantum computing functionality for Node-RED",
55
"author": "Louis Lefevre",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)