Skip to content

Commit

Permalink
Merge pull request #3 from intersystems-community/prepare-0.0.5
Browse files Browse the repository at this point in the history
Prepare 0.0.5 release
  • Loading branch information
gjsjohnmurray authored Jun 24, 2023
2 parents 564a7dd + dd28224 commit 3c9e95d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
## 0.0.5 (24-Jun-2023)
- Apple silicon support.

## 0.0.4 (04-Jun-2023)
- Initial release.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@ The [Jupyter PowerToys](https://marketplace.visualstudio.com/items?itemName=ms-t

## Known Issues

1. The extension is not yet available for Apple Macs containing the M1 or M2 processors.
2. The InterSystems IRIS Node Native API connectivity we use operates only in synchronous mode. Consequently the output from a long-running cell does not stream, so you have to wait for all the work to complete before you see any results for the cell.
3. THe Jupyter Server proxy launched by the extension always listens on port 50773.
1. The InterSystems IRIS Node Native API connectivity we use operates only in synchronous mode. Consequently the output from a long-running cell does not stream, so you have to wait for all the work to complete before you see any results for the cell.
2. The Jupyter Server proxy launched by the extension always listens on port 50773.

## Feedback

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "iris-jupyter-server",
"displayName": "Jupyter Server Proxy for InterSystems IRIS",
"description": "Run a local Jupyter Server acting as a proxy for InterSystems IRIS servers defined in InterSystems Server Manager",
"version": "0.0.5-SNAPSHOT",
"version": "0.0.5",
"preview": true,
"publisher": "intersystems-community",
"icon": "images/logo.png",
Expand Down

0 comments on commit 3c9e95d

Please sign in to comment.