Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
texodus committed Apr 27, 2021
1 parent ce8292d commit 7754c95
Show file tree
Hide file tree
Showing 31 changed files with 168 additions and 136 deletions.
36 changes: 34 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,40 @@
# Changelog

## [0.7.0](https://github.com/finos/perspective/tree/HEAD)
## [0.8.0](https://github.com/finos/perspective/tree/HEAD)

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

**Breaking changes:**

- Add `get\_min\_max\(\)` to Perspective API [\#1395](https://github.com/finos/perspective/pull/1395) ([texodus](https://github.com/texodus))

**Implemented enhancements:**

- Datagrid Styleable Column [\#1386](https://github.com/finos/perspective/pull/1386) ([texodus](https://github.com/texodus))
- Enable editing to mime renderer in JupyterLab [\#1353](https://github.com/finos/perspective/pull/1353) ([timkpaine](https://github.com/timkpaine))

**Fixed bugs:**

- jupyter widget x-axis [\#1389](https://github.com/finos/perspective/issues/1389)
- Exception in Widget console [\#984](https://github.com/finos/perspective/issues/984)
- Fix `last` aggregate to preserve status [\#1390](https://github.com/finos/perspective/pull/1390) ([texodus](https://github.com/texodus))

**Closed issues:**

- Jupyter labextension install does not work on master [\#1330](https://github.com/finos/perspective/issues/1330)
- API docs are returning 404 [\#1398](https://github.com/finos/perspective/issues/1398)
- PerspectiveWidget gets in unrecoverable state [\#1397](https://github.com/finos/perspective/issues/1397)
- Cant get PerspectiveWidget loaded in jupyter lab [\#1392](https://github.com/finos/perspective/issues/1392)
- Olympics example still referring to hypergrid [\#1304](https://github.com/finos/perspective/issues/1304)
- Custom styles example not showing anything [\#1303](https://github.com/finos/perspective/issues/1303)

**Merged pull requests:**

- Disable column style menu for non-numeric columns [\#1391](https://github.com/finos/perspective/pull/1391) ([texodus](https://github.com/texodus))

## [v0.7.0](https://github.com/finos/perspective/tree/v0.7.0) (2021-04-20)

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

**Breaking changes:**

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": "0.7.0",
"version": "0.8.0",
"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": "0.7.0",
"version": "0.8.0",
"scripts": {
"theme": "lessc static/css/material.dark.less > static/css/material.dark.css",
"examples": "docusaurus-examples",
Expand All @@ -15,11 +15,11 @@
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@finos/perspective": "^0.7.0",
"@finos/perspective-viewer": "^0.7.0",
"@finos/perspective-workspace": "^0.7.0",
"@finos/perspective-viewer-d3fc": "^0.7.0",
"@finos/perspective-viewer-datagrid": "^0.7.0",
"@finos/perspective": "^0.8.0",
"@finos/perspective-viewer": "^0.8.0",
"@finos/perspective-viewer-d3fc": "^0.8.0",
"@finos/perspective-viewer-datagrid": "^0.8.0",
"@finos/perspective-workspace": "^0.8.0",
"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": "0.7.0",
"version": "0.8.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.7.0",
"@finos/perspective-viewer": "^0.7.0",
"@finos/perspective-viewer-d3fc": "^0.7.0",
"@finos/perspective-viewer-datagrid": "^0.7.0",
"@finos/perspective": "^0.8.0",
"@finos/perspective-viewer": "^0.8.0",
"@finos/perspective-viewer-d3fc": "^0.8.0",
"@finos/perspective-viewer-datagrid": "^0.8.0",
"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": "0.7.0",
"version": "0.8.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.7.0",
"@finos/perspective-viewer": "^0.7.0",
"@finos/perspective-viewer-d3fc": "^0.7.0",
"@finos/perspective-viewer-datagrid": "^0.7.0"
"@finos/perspective": "^0.8.0",
"@finos/perspective-viewer": "^0.8.0",
"@finos/perspective-viewer-d3fc": "^0.8.0",
"@finos/perspective-viewer-datagrid": "^0.8.0"
}
}
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": "0.7.0",
"version": "0.8.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.7.0",
"@finos/perspective-viewer": "^0.7.0",
"@finos/perspective-viewer-d3fc": "^0.7.0",
"@finos/perspective-viewer-datagrid": "^0.7.0",
"@finos/perspective-workspace": "^0.7.0"
"@finos/perspective": "^0.8.0",
"@finos/perspective-viewer": "^0.8.0",
"@finos/perspective-viewer-d3fc": "^0.8.0",
"@finos/perspective-viewer-datagrid": "^0.8.0",
"@finos/perspective-workspace": "^0.8.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^0.7.0",
"@finos/perspective-webpack-plugin": "^0.8.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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react",
"private": true,
"version": "0.7.0",
"version": "0.8.0",
"description": "An example app built using `@finos/perspective-viewer`.",
"scripts": {
"start": "webpack-dev-server --open",
Expand All @@ -10,15 +10,15 @@
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^0.7.0",
"@finos/perspective-viewer": "^0.7.0",
"@finos/perspective-viewer-d3fc": "^0.7.0",
"@finos/perspective-viewer-datagrid": "^0.7.0",
"@finos/perspective": "^0.8.0",
"@finos/perspective-viewer": "^0.8.0",
"@finos/perspective-viewer-d3fc": "^0.8.0",
"@finos/perspective-viewer-datagrid": "^0.8.0",
"react": "16.8.6",
"react-dom": "16.8.6"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^0.7.0",
"@finos/perspective-webpack-plugin": "^0.8.0",
"@types/react": "^16.8.6",
"@types/react-dom": "^16.9.4",
"css-loader": "^0.28.7",
Expand Down
10 changes: 5 additions & 5 deletions examples/remote-express-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "remote-express-typescript",
"private": true,
"version": "0.7.0",
"version": "0.8.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.7.0",
"@finos/perspective-viewer": "^0.7.0",
"@finos/perspective-viewer-d3fc": "^0.7.0",
"@finos/perspective-viewer-datagrid": "^0.7.0"
"@finos/perspective": "^0.8.0",
"@finos/perspective-viewer": "^0.8.0",
"@finos/perspective-viewer-d3fc": "^0.8.0",
"@finos/perspective-viewer-datagrid": "^0.8.0"
},
"devDependencies": {
"@types/express": "^4.17.3",
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": "0.7.0",
"version": "0.8.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.7.0",
"@finos/perspective-viewer": "^0.7.0",
"@finos/perspective-viewer-d3fc": "^0.7.0",
"@finos/perspective-viewer-datagrid": "^0.7.0",
"@finos/perspective": "^0.8.0",
"@finos/perspective-viewer": "^0.8.0",
"@finos/perspective-viewer-d3fc": "^0.8.0",
"@finos/perspective-viewer-datagrid": "^0.8.0",
"express": "^4.17.1",
"express-ws": "^4.0.0"
}
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": "0.7.0",
"version": "0.8.0",
"description": "An example app built using `@finos/perspective-workspace`.",
"scripts": {
"start:server": "webpack-dev-server --open",
Expand All @@ -11,14 +11,14 @@
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^0.7.0",
"@finos/perspective-viewer": "^0.7.0",
"@finos/perspective-viewer-d3fc": "^0.7.0",
"@finos/perspective-viewer-datagrid": "^0.7.0",
"@finos/perspective-workspace": "^0.7.0"
"@finos/perspective": "^0.8.0",
"@finos/perspective-viewer": "^0.8.0",
"@finos/perspective-viewer-d3fc": "^0.8.0",
"@finos/perspective-viewer-datagrid": "^0.8.0",
"@finos/perspective-workspace": "^0.8.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^0.7.0",
"@finos/perspective-webpack-plugin": "^0.8.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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tornado-python",
"private": true,
"version": "0.7.0",
"version": "0.8.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.7.0",
"@finos/perspective-viewer": "^0.7.0",
"@finos/perspective-viewer-d3fc": "^0.7.0",
"@finos/perspective-viewer-datagrid": "^0.7.0",
"@finos/perspective-workspace": "^0.7.0",
"@finos/perspective": "^0.8.0",
"@finos/perspective-viewer": "^0.8.0",
"@finos/perspective-viewer-d3fc": "^0.8.0",
"@finos/perspective-viewer-datagrid": "^0.8.0",
"@finos/perspective-workspace": "^0.8.0",
"superstore-arrow": "^1.0.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^0.7.0",
"@finos/perspective-webpack-plugin": "^0.8.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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tornado-streaming-python",
"private": true,
"version": "0.7.0",
"version": "0.8.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.7.0",
"@finos/perspective-viewer": "^0.7.0",
"@finos/perspective-viewer-d3fc": "^0.7.0",
"@finos/perspective-viewer-datagrid": "^0.7.0",
"@finos/perspective-workspace": "^0.7.0",
"@finos/perspective": "^0.8.0",
"@finos/perspective-viewer": "^0.8.0",
"@finos/perspective-viewer-d3fc": "^0.8.0",
"@finos/perspective-viewer-datagrid": "^0.8.0",
"@finos/perspective-workspace": "^0.8.0",
"superstore-arrow": "^1.0.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^0.7.0",
"@finos/perspective-webpack-plugin": "^0.8.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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webpack-cross-origin",
"private": true,
"version": "0.7.0",
"version": "0.8.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.7.0",
"@finos/perspective-viewer": "^0.7.0",
"@finos/perspective-viewer-d3fc": "^0.7.0",
"@finos/perspective-viewer-datagrid": "^0.7.0"
"@finos/perspective": "^0.8.0",
"@finos/perspective-viewer": "^0.8.0",
"@finos/perspective-viewer-d3fc": "^0.8.0",
"@finos/perspective-viewer-datagrid": "^0.8.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^0.7.0",
"@finos/perspective-webpack-plugin": "^0.8.0",
"http-server": "^0.11.1"
}
}
12 changes: 6 additions & 6 deletions examples/webpack/package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"name": "webpack",
"private": true,
"version": "0.7.0",
"version": "0.8.0",
"description": "An example app built using `@finos/perspective-viewer`.",
"scripts": {
"start": "webpack serve"
},
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^0.7.0",
"@finos/perspective-viewer": "^0.7.0",
"@finos/perspective-viewer-d3fc": "^0.7.0",
"@finos/perspective-viewer-datagrid": "^0.7.0"
"@finos/perspective": "^0.8.0",
"@finos/perspective-viewer": "^0.8.0",
"@finos/perspective-viewer-d3fc": "^0.8.0",
"@finos/perspective-viewer-datagrid": "^0.8.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^0.7.0",
"@finos/perspective-webpack-plugin": "^0.8.0",
"css-loader": "^0.28.7",
"file-loader": "^4.2.0",
"html-webpack-plugin": "^3.2.0",
Expand Down
Loading

0 comments on commit 7754c95

Please sign in to comment.