Skip to content

Commit

Permalink
v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
texodus committed May 10, 2021
1 parent 6716aad commit 068d543
Show file tree
Hide file tree
Showing 30 changed files with 173 additions and 144 deletions.
45 changes: 37 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,36 @@
# Changelog

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

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

**Implemented enhancements:**

- More Material style updates [\#1416](https://github.com/finos/perspective/pull/1416) ([texodus](https://github.com/texodus))
- Color-by-string for Treemap/Sunburst [\#1415](https://github.com/finos/perspective/pull/1415) ([texodus](https://github.com/texodus))

**Fixed bugs:**

- Memory leak on reads from view, both on\_update and to\_json [\#1037](https://github.com/finos/perspective/issues/1037)
- Responsive column style menu [\#1414](https://github.com/finos/perspective/pull/1414) ([texodus](https://github.com/texodus))
- Fix memory leak\(s\), leak tests, `memory\_usage\(\)` wasm heap API [\#1412](https://github.com/finos/perspective/pull/1412) ([texodus](https://github.com/texodus))

**Closed issues:**

- Cannot find perspective\_vieux\_bg.wasm [\#1409](https://github.com/finos/perspective/issues/1409)
- React and webpack examples don't work [\#1403](https://github.com/finos/perspective/issues/1403)
- Unable to build the project in ubuntu environment. Getting 'Module not found: Error: Can't resolve '@finos/perspective' error [\#1401](https://github.com/finos/perspective/issues/1401)

**Merged pull requests:**

- Getting pybind version number always fails [\#1413](https://github.com/finos/perspective/pull/1413) ([nickpholden](https://github.com/nickpholden))
- Fix `react` and `remote-workspace` examples [\#1411](https://github.com/finos/perspective/pull/1411) ([texodus](https://github.com/texodus))
- Install Boost from JFrog, fix outdated docs from \#1409 [\#1410](https://github.com/finos/perspective/pull/1410) ([sc1f](https://github.com/sc1f))
- Upgrade `puppeteer` to `9.0.0` [\#1408](https://github.com/finos/perspective/pull/1408) ([texodus](https://github.com/texodus))

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

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

**Breaking changes:**

Expand All @@ -21,15 +49,16 @@

**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)
- Jupyter labextension install does not work on master [\#1330](https://github.com/finos/perspective/issues/1330)
- 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:**

- Updated `gh-pages` site and `README.md` [\#1399](https://github.com/finos/perspective/pull/1399) ([texodus](https://github.com/texodus))
- 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)
Expand Down Expand Up @@ -1672,7 +1701,7 @@

## [v0.2.0](https://github.com/finos/perspective/tree/v0.2.0) (2018-10-01)

[Full Changelog](https://github.com/finos/perspective/compare/v0.2.0-beta.3...v0.2.0)
[Full Changelog](https://github.com/finos/perspective/compare/0.2.0-beta.3...v0.2.0)

**Closed issues:**

Expand All @@ -1686,13 +1715,13 @@
- Refactor examples [\#249](https://github.com/finos/perspective/pull/249) ([texodus](https://github.com/texodus))
- 1D charts generated from columnar data [\#231](https://github.com/finos/perspective/pull/231) ([sc1f](https://github.com/sc1f))

## [v0.2.0-beta.3](https://github.com/finos/perspective/tree/v0.2.0-beta.3) (2018-09-25)
## [0.2.0-beta.3](https://github.com/finos/perspective/tree/0.2.0-beta.3) (2018-09-25)

[Full Changelog](https://github.com/finos/perspective/compare/0.2.0-beta.3...v0.2.0-beta.3)
[Full Changelog](https://github.com/finos/perspective/compare/v0.2.0-beta.3...0.2.0-beta.3)

## [0.2.0-beta.3](https://github.com/finos/perspective/tree/0.2.0-beta.3) (2018-09-25)
## [v0.2.0-beta.3](https://github.com/finos/perspective/tree/v0.2.0-beta.3) (2018-09-25)

[Full Changelog](https://github.com/finos/perspective/compare/v0.2.0-beta.2...0.2.0-beta.3)
[Full Changelog](https://github.com/finos/perspective/compare/v0.2.0-beta.2...v0.2.0-beta.3)

**Implemented enhancements:**

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.8.0",
"version": "0.8.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": "0.8.0",
"version": "0.8.1",
"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.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",
"@finos/perspective": "^0.8.1",
"@finos/perspective-viewer": "^0.8.1",
"@finos/perspective-viewer-d3fc": "^0.8.1",
"@finos/perspective-viewer-datagrid": "^0.8.1",
"@finos/perspective-workspace": "^0.8.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": "0.8.0",
"version": "0.8.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": "^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": "^0.8.1",
"@finos/perspective-viewer": "^0.8.1",
"@finos/perspective-viewer-d3fc": "^0.8.1",
"@finos/perspective-viewer-datagrid": "^0.8.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": "0.8.0",
"version": "0.8.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": "^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": "^0.8.1",
"@finos/perspective-viewer": "^0.8.1",
"@finos/perspective-viewer-d3fc": "^0.8.1",
"@finos/perspective-viewer-datagrid": "^0.8.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": "0.8.0",
"version": "0.8.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": "^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"
"@finos/perspective": "^0.8.1",
"@finos/perspective-viewer": "^0.8.1",
"@finos/perspective-viewer-d3fc": "^0.8.1",
"@finos/perspective-viewer-datagrid": "^0.8.1",
"@finos/perspective-workspace": "^0.8.1"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^0.8.0",
"@finos/perspective-webpack-plugin": "^0.8.1",
"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.8.0",
"version": "0.8.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": "^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": "^0.8.1",
"@finos/perspective-viewer": "^0.8.1",
"@finos/perspective-viewer-d3fc": "^0.8.1",
"@finos/perspective-viewer-datagrid": "^0.8.1",
"react": "16.8.6",
"react-dom": "16.8.6"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^0.8.0",
"@finos/perspective-webpack-plugin": "^0.8.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-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.8.0",
"version": "0.8.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": "^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": "^0.8.1",
"@finos/perspective-viewer": "^0.8.1",
"@finos/perspective-viewer-d3fc": "^0.8.1",
"@finos/perspective-viewer-datagrid": "^0.8.1"
},
"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.8.0",
"version": "0.8.1",
"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.8.0",
"@finos/perspective-viewer": "^0.8.0",
"@finos/perspective-viewer-d3fc": "^0.8.0",
"@finos/perspective-viewer-datagrid": "^0.8.0",
"@finos/perspective": "^0.8.1",
"@finos/perspective-viewer": "^0.8.1",
"@finos/perspective-viewer-d3fc": "^0.8.1",
"@finos/perspective-viewer-datagrid": "^0.8.1",
"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.8.0",
"version": "0.8.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": "^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"
"@finos/perspective": "^0.8.1",
"@finos/perspective-viewer": "^0.8.1",
"@finos/perspective-viewer-d3fc": "^0.8.1",
"@finos/perspective-viewer-datagrid": "^0.8.1",
"@finos/perspective-workspace": "^0.8.1"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^0.8.0",
"@finos/perspective-webpack-plugin": "^0.8.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/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.8.0",
"version": "0.8.1",
"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.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",
"@finos/perspective": "^0.8.1",
"@finos/perspective-viewer": "^0.8.1",
"@finos/perspective-viewer-d3fc": "^0.8.1",
"@finos/perspective-viewer-datagrid": "^0.8.1",
"@finos/perspective-workspace": "^0.8.1",
"superstore-arrow": "^1.0.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^0.8.0",
"@finos/perspective-webpack-plugin": "^0.8.1",
"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.8.0",
"version": "0.8.1",
"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.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",
"@finos/perspective": "^0.8.1",
"@finos/perspective-viewer": "^0.8.1",
"@finos/perspective-viewer-d3fc": "^0.8.1",
"@finos/perspective-viewer-datagrid": "^0.8.1",
"@finos/perspective-workspace": "^0.8.1",
"superstore-arrow": "^1.0.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^0.8.0",
"@finos/perspective-webpack-plugin": "^0.8.1",
"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.8.0",
"version": "0.8.1",
"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.8.0",
"@finos/perspective-viewer": "^0.8.0",
"@finos/perspective-viewer-d3fc": "^0.8.0",
"@finos/perspective-viewer-datagrid": "^0.8.0"
"@finos/perspective": "^0.8.1",
"@finos/perspective-viewer": "^0.8.1",
"@finos/perspective-viewer-d3fc": "^0.8.1",
"@finos/perspective-viewer-datagrid": "^0.8.1"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^0.8.0",
"@finos/perspective-webpack-plugin": "^0.8.1",
"http-server": "^0.11.1"
}
}
Loading

0 comments on commit 068d543

Please sign in to comment.