Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
texodus committed Jun 22, 2022
1 parent eae7dce commit 2961c52
Show file tree
Hide file tree
Showing 32 changed files with 172 additions and 142 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## [v1.4.1](https://github.com/finos/perspective/tree/HEAD)

[Full Changelog](https://github.com/finos/perspective/compare/v1.4.0...HEAD)

**Implemented enhancements:**

- Add python webserver handlers and clients for starlette \(fastapi\) and aiohttp [\#1828](https://github.com/finos/perspective/pull/1828) ([timkpaine](https://github.com/timkpaine))

**Fixed bugs:**

- `boolean` columns are always editable in `perspective-viewer-datagrid` [\#1833](https://github.com/finos/perspective/issues/1833)
- `editable` doesn't propagate from `PerspectiveWidget` to `perspective-viewer` in JupyterLab [\#1832](https://github.com/finos/perspective/issues/1832)
- Computed Column / aggregation inconsistency between operating systems \(race condition?\) [\#1831](https://github.com/finos/perspective/issues/1831)
- Fix `set_threadpool_size(n)` for `n == 1` [\#1852](https://github.com/finos/perspective/pull/1852) ([texodus](https://github.com/texodus))
- Reimplement `editable` for PerspectiveWidget in JupyterLab to take into account the latest changes [\#1850](https://github.com/finos/perspective/pull/1850) ([timkpaine](https://github.com/timkpaine))
- Fix `@finos/perspective-viewer-d3fc` chart-specific exports [\#1847](https://github.com/finos/perspective/pull/1847) ([texodus](https://github.com/texodus))

**Closed issues:**

- Calling view.to\_columns\(\[options\]\) causes table to not be scrollable/stuck [\#1856](https://github.com/finos/perspective/issues/1856)

**Merged pull requests:**

- Remove unused watch commands from viewer-d3fc and viewer-datagrid, remove dependabot, dont trigger full build on merge to master [\#1859](https://github.com/finos/perspective/pull/1859) ([timkpaine](https://github.com/timkpaine))
- Simplify and uplift binder to latest supported python, perspective wheel, and dependency set [\#1855](https://github.com/finos/perspective/pull/1855) ([timkpaine](https://github.com/timkpaine))
- Make `PerspectiveViewerElement` rust type usable from non-wasm-abi [\#1846](https://github.com/finos/perspective/pull/1846) ([texodus](https://github.com/texodus))
- ExprTK/Perspective Documentation [\#1845](https://github.com/finos/perspective/pull/1845) ([texodus](https://github.com/texodus))
- Include column name in error log for arrow filling [\#1841](https://github.com/finos/perspective/pull/1841) ([timkpaine](https://github.com/timkpaine))
- Move CI/CD from Azure Pipelines to GitHub Actions [\#1808](https://github.com/finos/perspective/pull/1808) ([timkpaine](https://github.com/timkpaine))

## [v1.4.0](https://github.com/finos/perspective/tree/HEAD)

[Full Changelog](https://github.com/finos/perspective/compare/v1.3.13...HEAD)
Expand Down
2 changes: 1 addition & 1 deletion cpp/perspective/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"author": "The Perspective Authors",
"license": "Apache-2.0",
"version": "1.4.0",
"version": "1.4.1",
"main": "./dist/esm/perspective.cpp.js",
"files": [
"dist/esm/**/*",
Expand Down
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@finos/docs",
"private": true,
"version": "1.4.0",
"version": "1.4.1",
"scripts": {
"theme": "lessc static/css/material-dark.less > static/css/material-dark.css",
"examples": "docusaurus-examples",
Expand All @@ -15,11 +15,11 @@
"write-translations": "docusaurus-write-translations"
},
"devDependencies": {
"@finos/perspective": "^1.4.0",
"@finos/perspective-viewer": "^1.4.0",
"@finos/perspective-viewer-d3fc": "^1.4.0",
"@finos/perspective-viewer-datagrid": "^1.4.0",
"@finos/perspective-workspace": "^1.4.0",
"@finos/perspective": "^1.4.1",
"@finos/perspective-viewer": "^1.4.1",
"@finos/perspective-viewer-d3fc": "^1.4.1",
"@finos/perspective-viewer-datagrid": "^1.4.1",
"@finos/perspective-workspace": "^1.4.1",
"docusaurus": "^1.8.0",
"less": "^3.9.0"
},
Expand Down
10 changes: 5 additions & 5 deletions examples/blocks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "blocks",
"private": true,
"version": "1.4.0",
"version": "1.4.1",
"description": "A collection of simple client-side Perspective examples for `http://bl.ocks.org`.",
"scripts": {
"start": "mkdirp dist && node server.js",
Expand All @@ -11,10 +11,10 @@
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^1.4.0",
"@finos/perspective-viewer": "^1.4.0",
"@finos/perspective-viewer-d3fc": "^1.4.0",
"@finos/perspective-viewer-datagrid": "^1.4.0",
"@finos/perspective": "^1.4.1",
"@finos/perspective-viewer": "^1.4.1",
"@finos/perspective-viewer-d3fc": "^1.4.1",
"@finos/perspective-viewer-datagrid": "^1.4.1",
"superstore-arrow": "1.0.0"
}
}
10 changes: 5 additions & 5 deletions examples/git-history/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "git-history",
"private": true,
"version": "1.4.0",
"version": "1.4.1",
"description": "An example of Perspective's own GIT history rendered in Perspective.",
"scripts": {
"start": "node server.js"
},
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^1.4.0",
"@finos/perspective-viewer": "^1.4.0",
"@finos/perspective-viewer-d3fc": "^1.4.0",
"@finos/perspective-viewer-datagrid": "^1.4.0"
"@finos/perspective": "^1.4.1",
"@finos/perspective-viewer": "^1.4.1",
"@finos/perspective-viewer-d3fc": "^1.4.1",
"@finos/perspective-viewer-datagrid": "^1.4.1"
}
}
14 changes: 7 additions & 7 deletions examples/promo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "promo",
"private": true,
"version": "1.4.0",
"version": "1.4.1",
"description": "An puppeteer-guided demo of Perspective's functionality, as seen on Github.",
"scripts": {
"dev": "webpack-dev-server --open",
Expand All @@ -13,14 +13,14 @@
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^1.4.0",
"@finos/perspective-viewer": "^1.4.0",
"@finos/perspective-viewer-d3fc": "^1.4.0",
"@finos/perspective-viewer-datagrid": "^1.4.0",
"@finos/perspective-workspace": "^1.4.0"
"@finos/perspective": "^1.4.1",
"@finos/perspective-viewer": "^1.4.1",
"@finos/perspective-viewer-d3fc": "^1.4.1",
"@finos/perspective-viewer-datagrid": "^1.4.1",
"@finos/perspective-workspace": "^1.4.1"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^1.4.0",
"@finos/perspective-webpack-plugin": "^1.4.1",
"http-server": "^0.11.1",
"npm-run-all": "^4.1.3",
"rimraf": "^2.5.2"
Expand Down
14 changes: 7 additions & 7 deletions examples/python-aiohttp/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "python-aiohttp",
"private": true,
"version": "1.4.0",
"version": "1.4.1",
"description": "An example of editing a `perspective-python` server from the browser.",
"scripts": {
"start": "PYTHONPATH=../../python/perspective python3 server.py"
},
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^1.4.0",
"@finos/perspective-viewer": "^1.4.0",
"@finos/perspective-viewer-d3fc": "^1.4.0",
"@finos/perspective-viewer-datagrid": "^1.4.0",
"@finos/perspective-workspace": "^1.4.0",
"@finos/perspective": "^1.4.1",
"@finos/perspective-viewer": "^1.4.1",
"@finos/perspective-viewer-d3fc": "^1.4.1",
"@finos/perspective-viewer-datagrid": "^1.4.1",
"@finos/perspective-workspace": "^1.4.1",
"superstore-arrow": "^1.0.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^1.4.0",
"@finos/perspective-webpack-plugin": "^1.4.1",
"npm-run-all": "^4.1.3",
"rimraf": "^2.5.2"
}
Expand Down
14 changes: 7 additions & 7 deletions examples/python-starlette/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "python-starlette",
"private": true,
"version": "1.4.0",
"version": "1.4.1",
"description": "An example of editing a `perspective-python` server from the browser.",
"scripts": {
"start": "PYTHONPATH=../../python/perspective python3 server.py"
},
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^1.4.0",
"@finos/perspective-viewer": "^1.4.0",
"@finos/perspective-viewer-d3fc": "^1.4.0",
"@finos/perspective-viewer-datagrid": "^1.4.0",
"@finos/perspective-workspace": "^1.4.0",
"@finos/perspective": "^1.4.1",
"@finos/perspective-viewer": "^1.4.1",
"@finos/perspective-viewer-d3fc": "^1.4.1",
"@finos/perspective-viewer-datagrid": "^1.4.1",
"@finos/perspective-workspace": "^1.4.1",
"superstore-arrow": "^1.0.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^1.4.0",
"@finos/perspective-webpack-plugin": "^1.4.1",
"npm-run-all": "^4.1.3",
"rimraf": "^2.5.2"
}
Expand Down
14 changes: 7 additions & 7 deletions examples/python-tornado-streaming/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "python-tornado-streaming",
"private": true,
"version": "1.4.0",
"version": "1.4.1",
"description": "An example of streaming a `perspective-python` server to the browser.",
"scripts": {
"start": "PYTHONPATH=../../python/perspective python3 server.py"
},
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^1.4.0",
"@finos/perspective-viewer": "^1.4.0",
"@finos/perspective-viewer-d3fc": "^1.4.0",
"@finos/perspective-viewer-datagrid": "^1.4.0",
"@finos/perspective-workspace": "^1.4.0",
"@finos/perspective": "^1.4.1",
"@finos/perspective-viewer": "^1.4.1",
"@finos/perspective-viewer-d3fc": "^1.4.1",
"@finos/perspective-viewer-datagrid": "^1.4.1",
"@finos/perspective-workspace": "^1.4.1",
"superstore-arrow": "^1.0.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^1.4.0",
"@finos/perspective-webpack-plugin": "^1.4.1",
"npm-run-all": "^4.1.3",
"rimraf": "^2.5.2"
}
Expand Down
14 changes: 7 additions & 7 deletions examples/python-tornado/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "python-tornado",
"private": true,
"version": "1.4.0",
"version": "1.4.1",
"description": "An example of editing a `perspective-python` server from the browser.",
"scripts": {
"start": "PYTHONPATH=../../python/perspective python3 server.py"
},
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^1.4.0",
"@finos/perspective-viewer": "^1.4.0",
"@finos/perspective-viewer-d3fc": "^1.4.0",
"@finos/perspective-viewer-datagrid": "^1.4.0",
"@finos/perspective-workspace": "^1.4.0",
"@finos/perspective": "^1.4.1",
"@finos/perspective-viewer": "^1.4.1",
"@finos/perspective-viewer-d3fc": "^1.4.1",
"@finos/perspective-viewer-datagrid": "^1.4.1",
"@finos/perspective-workspace": "^1.4.1",
"superstore-arrow": "^1.0.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^1.4.0",
"@finos/perspective-webpack-plugin": "^1.4.1",
"npm-run-all": "^4.1.3",
"rimraf": "^2.5.2"
}
Expand Down
12 changes: 6 additions & 6 deletions examples/react-monaco/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-monaco",
"private": true,
"version": "1.4.0",
"version": "1.4.1",
"description": "An example app built using `@finos/perspective-viewer`.",
"scripts": {
"start": "webpack serve --open",
Expand All @@ -10,16 +10,16 @@
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^1.4.0",
"@finos/perspective-viewer": "^1.4.0",
"@finos/perspective-viewer-d3fc": "^1.4.0",
"@finos/perspective-viewer-datagrid": "^1.4.0",
"@finos/perspective": "^1.4.1",
"@finos/perspective-viewer": "^1.4.1",
"@finos/perspective-viewer-d3fc": "^1.4.1",
"@finos/perspective-viewer-datagrid": "^1.4.1",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-monaco-editor": "^0.46.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^1.4.0",
"@finos/perspective-webpack-plugin": "^1.4.1",
"@types/react": "^16.8.6",
"@types/react-dom": "^16.9.4",
"source-map-loader": "^0.2.4",
Expand Down
12 changes: 6 additions & 6 deletions examples/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react",
"private": true,
"version": "1.4.0",
"version": "1.4.1",
"description": "An example app built using `@finos/perspective-viewer`.",
"scripts": {
"start": "webpack serve --open",
Expand All @@ -10,15 +10,15 @@
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^1.4.0",
"@finos/perspective-viewer": "^1.4.0",
"@finos/perspective-viewer-d3fc": "^1.4.0",
"@finos/perspective-viewer-datagrid": "^1.4.0",
"@finos/perspective": "^1.4.1",
"@finos/perspective-viewer": "^1.4.1",
"@finos/perspective-viewer-d3fc": "^1.4.1",
"@finos/perspective-viewer-datagrid": "^1.4.1",
"react": "16.8.6",
"react-dom": "16.8.6"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^1.4.0",
"@finos/perspective-webpack-plugin": "^1.4.1",
"@types/react": "^16.8.6",
"@types/react-dom": "^16.9.4",
"source-map-loader": "^0.2.4",
Expand Down
10 changes: 5 additions & 5 deletions examples/remote-express/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "remote-express",
"private": true,
"version": "1.4.0",
"version": "1.4.1",
"description": "An example of 2 Perspectives, one client and one server, streaming via Apache Arrow.",
"scripts": {
"start": "tsc && node dist/server.js"
},
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^1.4.0",
"@finos/perspective-viewer": "^1.4.0",
"@finos/perspective-viewer-d3fc": "^1.4.0",
"@finos/perspective-viewer-datagrid": "^1.4.0",
"@finos/perspective": "^1.4.1",
"@finos/perspective-viewer": "^1.4.1",
"@finos/perspective-viewer-d3fc": "^1.4.1",
"@finos/perspective-viewer-datagrid": "^1.4.1",
"express": "^4.17.1",
"express-ws": "^5.0.2"
},
Expand Down
14 changes: 7 additions & 7 deletions examples/remote-workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "remote-workspace",
"private": true,
"version": "1.4.0",
"version": "1.4.1",
"description": "An example app built using `@finos/perspective-workspace`.",
"scripts": {
"start:server": "webpack serve --open",
Expand All @@ -11,14 +11,14 @@
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^1.4.0",
"@finos/perspective-viewer": "^1.4.0",
"@finos/perspective-viewer-d3fc": "^1.4.0",
"@finos/perspective-viewer-datagrid": "^1.4.0",
"@finos/perspective-workspace": "^1.4.0"
"@finos/perspective": "^1.4.1",
"@finos/perspective-viewer": "^1.4.1",
"@finos/perspective-viewer-d3fc": "^1.4.1",
"@finos/perspective-viewer-datagrid": "^1.4.1",
"@finos/perspective-workspace": "^1.4.1"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^1.4.0",
"@finos/perspective-webpack-plugin": "^1.4.1",
"http-server": "^0.11.1",
"npm-run-all": "^4.1.3",
"rimraf": "^2.5.2"
Expand Down
Loading

0 comments on commit 2961c52

Please sign in to comment.