Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.10 README and CHANGELOG #484

Merged
merged 7 commits into from
Dec 31, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@

All notable changes to the **kdb VS Code extension** are documented in this file.

# v1.10.0

### Enhancements

- Show stack trace for errors in the Insights scratchpad
vcalescu marked this conversation as resolved.
Show resolved Hide resolved
- Autocomplete for [Query APIs](https://code.kx.com/insights/1.12/enterprise/analysis/queryapi.html)
- Add support for Python for KDB+ connections
- Display GGPlot for binary data output from q queries
vcalescu marked this conversation as resolved.
Show resolved Hide resolved
- Semantic highlighting for function definitions
- Improved table headers in the results tab
- Show query progress for KDB+ connections
- Added notification for data source refresh
- Updated screenshots and documentation
ecmel marked this conversation as resolved.
Show resolved Hide resolved

### Fixes

- Fixed issue with starting local q server when using WSL
- Fixed double error message when unable to connect to Insights
- Fixed query errors being written to the 'kdb' output rather than the 'q console output'
- Fixed issue with editing a connection and moving it into an existing group
- Ensured 'query is running' notification shows until the results are rendered
- Fixed unresponsiveness of the extension when displaying large tables with KDB Results
- Fixed unicode characters not displayed correctly in results table

### Internal Improvements

- Removed jwtDecode types
- Changed the output for local q queries for structured text

# v1.9.1

### Fixes
Expand Down
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This guide provides information on the following:
- [Workbooks](#workbooks)
- [Query History](#query-history)
- [Viewing results](#view-results)
- [AxLibraries](#axlibraries)
- [q REPL](#q-repl)
- [Settings](#settings)
- [Shortcuts](#shortcuts)
Expand Down Expand Up @@ -593,6 +594,21 @@ All query executions happen remotely from the **kdb VS Code extension** either a

![kdb results view](https://github.com/KxSystems/kx-vscode/blob/main/img/kdbview-results.png?raw=true)

## AxLibraries

The following features of [AxLibraries](https://code.kx.com/developer/libraries/) are integrated and can be used within the extension:

- Grammar of Graphics
vcalescu marked this conversation as resolved.
Show resolved Hide resolved
- q static linter
ecmel marked this conversation as resolved.
Show resolved Hide resolved

**Note:** To use those features, you should install AxLibraries following the [installation instructions.](https://code.kx.com/developer/libraries/#installation)

### Grammar of Graphics

Calling `.qp.display` displays the plot locally.
ecmel marked this conversation as resolved.
Show resolved Hide resolved

![gg-plot](https://github.com/KxSystems/kx-vscode/blob/main/img/gg-plot.png?raw=true)

## q REPL

q REPL can be started from the command prompt by searching **q REPL**.
Expand Down
Binary file added img/gg-plot.png
ecmel marked this conversation as resolved.
Show resolved Hide resolved
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading