Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
texodus committed Jul 8, 2021
1 parent 2a31bc3 commit 2f77af2
Show file tree
Hide file tree
Showing 32 changed files with 167 additions and 131 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,38 @@
# Changelog

## [v0.10.0](https://github.com/finos/perspective/tree/HEAD)

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

**Implemented enhancements:**

- Inlined build for perspective-jupyterlab, improve PerspectiveWidget [\#1466](https://github.com/finos/perspective/pull/1466) ([sc1f](https://github.com/sc1f))
- Spark bar [\#1459](https://github.com/finos/perspective/pull/1459) ([texodus](https://github.com/texodus))
- New plugin api [\#1457](https://github.com/finos/perspective/pull/1457) ([texodus](https://github.com/texodus))
- Read CSV strings in perspective-python [\#1447](https://github.com/finos/perspective/pull/1447) ([sc1f](https://github.com/sc1f))

**Fixed bugs:**

- Perspective 0.7.0 and above does not work in Voila [\#1454](https://github.com/finos/perspective/issues/1454)
- PerspectiveWidget fails to init on ipywidgets \>=8.0.0 due to removed API [\#1340](https://github.com/finos/perspective/issues/1340)
- Fix Binder by updating Jupyterlab to 3.0.14 from 3.0.9 [\#1469](https://github.com/finos/perspective/pull/1469) ([sc1f](https://github.com/sc1f))
- Misc. plugin bug fixes [\#1465](https://github.com/finos/perspective/pull/1465) ([texodus](https://github.com/texodus))
- Fix memory errors when streaming updates with expression columns [\#1464](https://github.com/finos/perspective/pull/1464) ([sc1f](https://github.com/sc1f))
- Fixes \#1340 - removes dependency on removed ipywidgets API [\#1455](https://github.com/finos/perspective/pull/1455) ([sc1f](https://github.com/sc1f))

**Closed issues:**

- react example not working with version 0.9.0 [\#1467](https://github.com/finos/perspective/issues/1467)
- Delta Updates [\#1300](https://github.com/finos/perspective/issues/1300)

**Merged pull requests:**

- New website [\#1470](https://github.com/finos/perspective/pull/1470) ([texodus](https://github.com/texodus))
- Add Jupyterlab tests to CI [\#1460](https://github.com/finos/perspective/pull/1460) ([texodus](https://github.com/texodus))
- Build Windows wheel, limit wheel builds to scheduled and tagged builds [\#1453](https://github.com/finos/perspective/pull/1453) ([sc1f](https://github.com/sc1f))

# Changelog

## [v0.9.0](https://github.com/finos/perspective/tree/HEAD)

[Full Changelog](https://github.com/finos/perspective/compare/v0.8.3...HEAD)
Expand Down Expand Up @@ -2223,6 +2256,9 @@



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*


\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*


Expand Down
2 changes: 1 addition & 1 deletion cpp/perspective/package.json
Expand Up @@ -3,7 +3,7 @@
"private": true,
"author": "The Perspective Authors",
"license": "Apache-2.0",
"version": "0.9.0",
"version": "0.10.0",
"main": "./dist/esm/perspective.cpp.js",
"files": [
"dist/esm/**/*",
Expand Down
12 changes: 6 additions & 6 deletions docs/package.json
@@ -1,7 +1,7 @@
{
"name": "@finos/docs",
"private": true,
"version": "0.9.0",
"version": "0.10.0",
"scripts": {
"theme": "lessc static/css/material.dark.less > static/css/material.dark.css",
"examples": "docusaurus-examples",
Expand All @@ -16,11 +16,11 @@
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@finos/perspective": "^0.9.0",
"@finos/perspective-viewer": "^0.9.0",
"@finos/perspective-viewer-d3fc": "^0.9.0",
"@finos/perspective-viewer-datagrid": "^0.9.0",
"@finos/perspective-workspace": "^0.9.0",
"@finos/perspective": "^0.10.0",
"@finos/perspective-viewer": "^0.10.0",
"@finos/perspective-viewer-d3fc": "^0.10.0",
"@finos/perspective-viewer-datagrid": "^0.10.0",
"@finos/perspective-workspace": "^0.10.0",
"docusaurus": "^1.8.0",
"less": "^3.9.0"
},
Expand Down
10 changes: 5 additions & 5 deletions examples/blocks/package.json
@@ -1,7 +1,7 @@
{
"name": "blocks",
"private": true,
"version": "0.9.0",
"version": "0.10.0",
"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": "^0.9.0",
"@finos/perspective-viewer": "^0.9.0",
"@finos/perspective-viewer-d3fc": "^0.9.0",
"@finos/perspective-viewer-datagrid": "^0.9.0",
"@finos/perspective": "^0.10.0",
"@finos/perspective-viewer": "^0.10.0",
"@finos/perspective-viewer-d3fc": "^0.10.0",
"@finos/perspective-viewer-datagrid": "^0.10.0",
"superstore-arrow": "1.0.0"
}
}
10 changes: 5 additions & 5 deletions examples/git-history/package.json
@@ -1,17 +1,17 @@
{
"name": "git-history",
"private": true,
"version": "0.9.0",
"version": "0.10.0",
"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": "^0.9.0",
"@finos/perspective-viewer": "^0.9.0",
"@finos/perspective-viewer-d3fc": "^0.9.0",
"@finos/perspective-viewer-datagrid": "^0.9.0"
"@finos/perspective": "^0.10.0",
"@finos/perspective-viewer": "^0.10.0",
"@finos/perspective-viewer-d3fc": "^0.10.0",
"@finos/perspective-viewer-datagrid": "^0.10.0"
}
}
14 changes: 7 additions & 7 deletions examples/promo/package.json
@@ -1,7 +1,7 @@
{
"name": "promo",
"private": true,
"version": "0.9.0",
"version": "0.10.0",
"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": "^0.9.0",
"@finos/perspective-viewer": "^0.9.0",
"@finos/perspective-viewer-d3fc": "^0.9.0",
"@finos/perspective-viewer-datagrid": "^0.9.0",
"@finos/perspective-workspace": "^0.9.0"
"@finos/perspective": "^0.10.0",
"@finos/perspective-viewer": "^0.10.0",
"@finos/perspective-viewer-d3fc": "^0.10.0",
"@finos/perspective-viewer-datagrid": "^0.10.0",
"@finos/perspective-workspace": "^0.10.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^0.9.0",
"@finos/perspective-webpack-plugin": "^0.10.0",
"http-server": "^0.11.1",
"npm-run-all": "^4.1.3",
"rimraf": "^2.5.2"
Expand Down
12 changes: 6 additions & 6 deletions examples/react/package.json
@@ -1,7 +1,7 @@
{
"name": "react",
"private": true,
"version": "0.9.0",
"version": "0.10.0",
"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": "^0.9.0",
"@finos/perspective-viewer": "^0.9.0",
"@finos/perspective-viewer-d3fc": "^0.9.0",
"@finos/perspective-viewer-datagrid": "^0.9.0",
"@finos/perspective": "^0.10.0",
"@finos/perspective-viewer": "^0.10.0",
"@finos/perspective-viewer-d3fc": "^0.10.0",
"@finos/perspective-viewer-datagrid": "^0.10.0",
"react": "16.8.6",
"react-dom": "16.8.6"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^0.9.0",
"@finos/perspective-webpack-plugin": "^0.10.0",
"@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-typescript/package.json
@@ -1,18 +1,18 @@
{
"name": "remote-express-typescript",
"private": true,
"version": "0.9.0",
"version": "0.10.0",
"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": "^0.9.0",
"@finos/perspective-viewer": "^0.9.0",
"@finos/perspective-viewer-d3fc": "^0.9.0",
"@finos/perspective-viewer-datagrid": "^0.9.0"
"@finos/perspective": "^0.10.0",
"@finos/perspective-viewer": "^0.10.0",
"@finos/perspective-viewer-d3fc": "^0.10.0",
"@finos/perspective-viewer-datagrid": "^0.10.0"
},
"devDependencies": {
"@types/express": "^4.17.3",
Expand Down
10 changes: 5 additions & 5 deletions examples/remote-express/package.json
@@ -1,18 +1,18 @@
{
"name": "remote-express",
"private": true,
"version": "0.9.0",
"version": "0.10.0",
"description": "An example of 2 Perspectives, one client and one server, streaming via Apache Arrow.",
"scripts": {
"start": "node server.js"
},
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^0.9.0",
"@finos/perspective-viewer": "^0.9.0",
"@finos/perspective-viewer-d3fc": "^0.9.0",
"@finos/perspective-viewer-datagrid": "^0.9.0",
"@finos/perspective": "^0.10.0",
"@finos/perspective-viewer": "^0.10.0",
"@finos/perspective-viewer-d3fc": "^0.10.0",
"@finos/perspective-viewer-datagrid": "^0.10.0",
"express": "^4.17.1",
"express-ws": "^4.0.0"
}
Expand Down
14 changes: 7 additions & 7 deletions examples/remote-workspace/package.json
@@ -1,7 +1,7 @@
{
"name": "remote-workspace",
"private": true,
"version": "0.9.0",
"version": "0.10.0",
"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": "^0.9.0",
"@finos/perspective-viewer": "^0.9.0",
"@finos/perspective-viewer-d3fc": "^0.9.0",
"@finos/perspective-viewer-datagrid": "^0.9.0",
"@finos/perspective-workspace": "^0.9.0"
"@finos/perspective": "^0.10.0",
"@finos/perspective-viewer": "^0.10.0",
"@finos/perspective-viewer-d3fc": "^0.10.0",
"@finos/perspective-viewer-datagrid": "^0.10.0",
"@finos/perspective-workspace": "^0.10.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^0.9.0",
"@finos/perspective-webpack-plugin": "^0.10.0",
"http-server": "^0.11.1",
"npm-run-all": "^4.1.3",
"rimraf": "^2.5.2"
Expand Down
14 changes: 7 additions & 7 deletions examples/tornado-python/package.json
@@ -1,7 +1,7 @@
{
"name": "tornado-python",
"private": true,
"version": "0.9.0",
"version": "0.10.0",
"description": "An example of editing a `perspective-python` server from the browser.",
"scripts": {
"start": "PYTHONPATH=../../python/perspective python3 server.py",
Expand All @@ -10,15 +10,15 @@
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^0.9.0",
"@finos/perspective-viewer": "^0.9.0",
"@finos/perspective-viewer-d3fc": "^0.9.0",
"@finos/perspective-viewer-datagrid": "^0.9.0",
"@finos/perspective-workspace": "^0.9.0",
"@finos/perspective": "^0.10.0",
"@finos/perspective-viewer": "^0.10.0",
"@finos/perspective-viewer-d3fc": "^0.10.0",
"@finos/perspective-viewer-datagrid": "^0.10.0",
"@finos/perspective-workspace": "^0.10.0",
"superstore-arrow": "^1.0.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^0.9.0",
"@finos/perspective-webpack-plugin": "^0.10.0",
"npm-run-all": "^4.1.3",
"rimraf": "^2.5.2"
}
Expand Down
14 changes: 7 additions & 7 deletions examples/tornado-streaming-python/package.json
@@ -1,7 +1,7 @@
{
"name": "tornado-streaming-python",
"private": true,
"version": "0.9.0",
"version": "0.10.0",
"description": "An example of streaming a `perspective-python` server to the browser.",
"scripts": {
"start": "PYTHONPATH=../../python/perspective python3 server.py",
Expand All @@ -10,15 +10,15 @@
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^0.9.0",
"@finos/perspective-viewer": "^0.9.0",
"@finos/perspective-viewer-d3fc": "^0.9.0",
"@finos/perspective-viewer-datagrid": "^0.9.0",
"@finos/perspective-workspace": "^0.9.0",
"@finos/perspective": "^0.10.0",
"@finos/perspective-viewer": "^0.10.0",
"@finos/perspective-viewer-d3fc": "^0.10.0",
"@finos/perspective-viewer-datagrid": "^0.10.0",
"@finos/perspective-workspace": "^0.10.0",
"superstore-arrow": "^1.0.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^0.9.0",
"@finos/perspective-webpack-plugin": "^0.10.0",
"npm-run-all": "^4.1.3",
"rimraf": "^2.5.2"
}
Expand Down
12 changes: 6 additions & 6 deletions examples/webpack-cross-origin/package.json
@@ -1,7 +1,7 @@
{
"name": "webpack-cross-origin",
"private": true,
"version": "0.9.0",
"version": "0.10.0",
"description": "An example of using the Perspective Webpack plugin to build a JS file with Webpack.",
"scripts": {
"start": "npm-run-all -l -p webpack-watch host:app host:bundles",
Expand All @@ -12,13 +12,13 @@
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^0.9.0",
"@finos/perspective-viewer": "^0.9.0",
"@finos/perspective-viewer-d3fc": "^0.9.0",
"@finos/perspective-viewer-datagrid": "^0.9.0"
"@finos/perspective": "^0.10.0",
"@finos/perspective-viewer": "^0.10.0",
"@finos/perspective-viewer-d3fc": "^0.10.0",
"@finos/perspective-viewer-datagrid": "^0.10.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^0.9.0",
"@finos/perspective-webpack-plugin": "^0.10.0",
"http-server": "^0.11.1"
}
}
12 changes: 6 additions & 6 deletions examples/webpack/package.json
@@ -1,21 +1,21 @@
{
"name": "webpack",
"private": true,
"version": "0.9.0",
"version": "0.10.0",
"description": "An example app built using `@finos/perspective-viewer`.",
"scripts": {
"start": "webpack serve"
},
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^0.9.0",
"@finos/perspective-viewer": "^0.9.0",
"@finos/perspective-viewer-d3fc": "^0.9.0",
"@finos/perspective-viewer-datagrid": "^0.9.0"
"@finos/perspective": "^0.10.0",
"@finos/perspective-viewer": "^0.10.0",
"@finos/perspective-viewer-d3fc": "^0.10.0",
"@finos/perspective-viewer-datagrid": "^0.10.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^0.9.0",
"@finos/perspective-webpack-plugin": "^0.10.0",
"css-loader": "^0.28.7",
"file-loader": "^4.2.0",
"html-webpack-plugin": "^3.2.0",
Expand Down

0 comments on commit 2f77af2

Please sign in to comment.