Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
texodus committed Aug 7, 2023
1 parent 2096ed8 commit 0af4c15
Show file tree
Hide file tree
Showing 44 changed files with 374 additions and 340 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1712,7 +1712,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
python-version: [3.9]
python-version: [3.11]
node-version: [18.x]
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ${{ matrix.os }}
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [v2.4.0](https://github.com/finos/perspective/releases/tag/v2.4.0)

_7 August 2023_ ([Full changelog](https://github.com/finos/perspective/compare/v2.3.2...v2.4.0))

**Breaking**

- Add `to_columns_string()` C++ JSON API [#2315](https://github.com/finos/perspective/pull/2315)

Fixes

- Fix TypeScript 5 `moduleResolution: "bundler"` support [#2289](https://github.com/finos/perspective/pull/2289)
- Fix `update()` with `expressions` overcalc [#2328](https://github.com/finos/perspective/pull/2328)
- Fix over-calculation in when loading data in `perspective-viewer` [#2323](https://github.com/finos/perspective/pull/2323)

Misc

- Pin Python dependency versions [#2327](https://github.com/finos/perspective/pull/2327)
- Fix build.rs escaping OUT_DIR [#2313](https://github.com/finos/perspective/pull/2313)

# [v2.3.2](https://github.com/finos/perspective/releases/tag/v2.3.2)

_20 July 2023_ ([Full changelog](https://github.com/finos/perspective/compare/v2.3.1...v2.3.2))
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": "2.3.2",
"version": "2.4.0",
"main": "./dist/esm/perspective.cpp.js",
"files": [
"dist/esm/**/*",
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/js.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ When bundling via `esbuild`, you must also
- Use the `type="module"` attribute in your app's `<script>` tag, as this
build mode is only supported via ES modules.
- Use the direct imports for the `esm` versions Perspective, specifically
`@finos/perspective/dsti/esm/perspective.js` and
`@finos/perspective/dist/esm/perspective.js` and
`@finos/perspective-viewer/dist/esm/perspective-viewer.js`

### From CDN
Expand Down
14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/perspective-docs",
"version": "2.3.2",
"version": "2.4.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -16,13 +16,13 @@
"dependencies": {
"@docusaurus/core": "2.2.0",
"@docusaurus/preset-classic": "2.2.0",
"@finos/perspective": "^2.3.2",
"@finos/perspective-viewer": "^2.3.2",
"@finos/perspective-viewer-d3fc": "^2.3.2",
"@finos/perspective-viewer-datagrid": "^2.3.2",
"@finos/perspective-webpack-plugin": "^2.3.2",
"@finos/perspective": "^2.4.0",
"@finos/perspective-viewer": "^2.4.0",
"@finos/perspective-viewer-d3fc": "^2.4.0",
"@finos/perspective-viewer-datagrid": "^2.4.0",
"@finos/perspective-webpack-plugin": "^2.4.0",
"@mdx-js/react": "^1.6.22",
"blocks": "^2.3.2",
"blocks": "^2.4.0",
"clsx": "^1.1.1",
"prism-react-renderer": "^1.3.3",
"react": "^17.0.2",
Expand Down
14 changes: 7 additions & 7 deletions examples/blocks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "blocks",
"private": true,
"version": "2.3.2",
"version": "2.4.0",
"description": "A collection of simple client-side Perspective examples for `http://bl.ocks.org`.",
"scripts": {
"start": "mkdirp dist && node server.mjs"
Expand All @@ -10,12 +10,12 @@
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^2.3.2",
"@finos/perspective-viewer": "^2.3.2",
"@finos/perspective-viewer-d3fc": "^2.3.2",
"@finos/perspective-viewer-datagrid": "^2.3.2",
"@finos/perspective-viewer-openlayers": "^2.3.2",
"@finos/perspective-workspace": "^2.3.2",
"@finos/perspective": "^2.4.0",
"@finos/perspective-viewer": "^2.4.0",
"@finos/perspective-viewer-d3fc": "^2.4.0",
"@finos/perspective-viewer-datagrid": "^2.4.0",
"@finos/perspective-viewer-openlayers": "^2.4.0",
"@finos/perspective-workspace": "^2.4.0",
"superstore-arrow": "1.0.0"
}
}
14 changes: 7 additions & 7 deletions examples/esbuild-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "esbuild-example",
"private": true,
"version": "2.3.2",
"version": "2.4.0",
"description": "An esbuild example app built using `@finos/perspective-viewer`.",
"scripts": {
"build": "node build.js",
Expand All @@ -10,15 +10,15 @@
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^2.3.2",
"@finos/perspective-viewer": "^2.3.2",
"@finos/perspective-viewer-d3fc": "^2.3.2",
"@finos/perspective-viewer-datagrid": "^2.3.2",
"@finos/perspective-viewer-openlayers": "^2.3.2",
"@finos/perspective": "^2.4.0",
"@finos/perspective-viewer": "^2.4.0",
"@finos/perspective-viewer-d3fc": "^2.4.0",
"@finos/perspective-viewer-datagrid": "^2.4.0",
"@finos/perspective-viewer-openlayers": "^2.4.0",
"superstore-arrow": "^1.0.0"
},
"devDependencies": {
"@finos/perspective-esbuild-plugin": "^2.3.2",
"@finos/perspective-esbuild-plugin": "^2.4.0",
"esbuild": "^0.14.54",
"http-server": "^0.11.1"
}
Expand Down
12 changes: 6 additions & 6 deletions examples/esbuild-remote/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "esbuild-remote",
"private": true,
"version": "2.3.2",
"version": "2.4.0",
"description": "An example of 2 Perspectives, one client and one server, streaming via Apache Arrow.",
"scripts": {
"start": "node build.js && node server/index.mjs"
},
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@finos/perspective": "^2.3.2",
"@finos/perspective-viewer": "^2.3.2",
"@finos/perspective-viewer-d3fc": "^2.3.2",
"@finos/perspective-viewer-datagrid": "^2.3.2",
"@finos/perspective": "^2.4.0",
"@finos/perspective-viewer": "^2.4.0",
"@finos/perspective-viewer-d3fc": "^2.4.0",
"@finos/perspective-viewer-datagrid": "^2.4.0",
"express": "^4.17.1",
"express-ws": "^5.0.2"
},
"devDependencies": {
"@finos/perspective-esbuild-plugin": "^2.3.2",
"@finos/perspective-esbuild-plugin": "^2.4.0",
"esbuild": "^0.14.54"
}
}
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": "2.3.2",
"version": "2.4.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": "^2.3.2",
"@finos/perspective-viewer": "^2.3.2",
"@finos/perspective-viewer-d3fc": "^2.3.2",
"@finos/perspective-viewer-datagrid": "^2.3.2"
"@finos/perspective": "^2.4.0",
"@finos/perspective-viewer": "^2.4.0",
"@finos/perspective-viewer-d3fc": "^2.4.0",
"@finos/perspective-viewer-datagrid": "^2.4.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": "2.3.2",
"version": "2.4.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": "^2.3.2",
"@finos/perspective-viewer": "^2.3.2",
"@finos/perspective-viewer-d3fc": "^2.3.2",
"@finos/perspective-viewer-datagrid": "^2.3.2",
"@finos/perspective-workspace": "^2.3.2"
"@finos/perspective": "^2.4.0",
"@finos/perspective-viewer": "^2.4.0",
"@finos/perspective-viewer-d3fc": "^2.4.0",
"@finos/perspective-viewer-datagrid": "^2.4.0",
"@finos/perspective-workspace": "^2.4.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^2.3.2",
"@finos/perspective-webpack-plugin": "^2.4.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/python-aiohttp/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "python-aiohttp",
"private": true,
"version": "2.3.2",
"version": "2.4.0",
"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": "^2.3.2",
"@finos/perspective-viewer": "^2.3.2",
"@finos/perspective-viewer-d3fc": "^2.3.2",
"@finos/perspective-viewer-datagrid": "^2.3.2",
"@finos/perspective-workspace": "^2.3.2",
"@finos/perspective": "^2.4.0",
"@finos/perspective-viewer": "^2.4.0",
"@finos/perspective-viewer-d3fc": "^2.4.0",
"@finos/perspective-viewer-datagrid": "^2.4.0",
"@finos/perspective-workspace": "^2.4.0",
"superstore-arrow": "^1.0.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^2.3.2",
"@finos/perspective-webpack-plugin": "^2.4.0",
"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": "2.3.2",
"version": "2.4.0",
"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": "^2.3.2",
"@finos/perspective-viewer": "^2.3.2",
"@finos/perspective-viewer-d3fc": "^2.3.2",
"@finos/perspective-viewer-datagrid": "^2.3.2",
"@finos/perspective-workspace": "^2.3.2",
"@finos/perspective": "^2.4.0",
"@finos/perspective-viewer": "^2.4.0",
"@finos/perspective-viewer-d3fc": "^2.4.0",
"@finos/perspective-viewer-datagrid": "^2.4.0",
"@finos/perspective-workspace": "^2.4.0",
"superstore-arrow": "^1.0.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^2.3.2",
"@finos/perspective-webpack-plugin": "^2.4.0",
"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": "2.3.2",
"version": "2.4.0",
"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": "^2.3.2",
"@finos/perspective-viewer": "^2.3.2",
"@finos/perspective-viewer-d3fc": "^2.3.2",
"@finos/perspective-viewer-datagrid": "^2.3.2",
"@finos/perspective-workspace": "^2.3.2",
"@finos/perspective": "^2.4.0",
"@finos/perspective-viewer": "^2.4.0",
"@finos/perspective-viewer-d3fc": "^2.4.0",
"@finos/perspective-viewer-datagrid": "^2.4.0",
"@finos/perspective-workspace": "^2.4.0",
"superstore-arrow": "^1.0.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^2.3.2",
"@finos/perspective-webpack-plugin": "^2.4.0",
"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": "2.3.2",
"version": "2.4.0",
"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": "^2.3.2",
"@finos/perspective-viewer": "^2.3.2",
"@finos/perspective-viewer-d3fc": "^2.3.2",
"@finos/perspective-viewer-datagrid": "^2.3.2",
"@finos/perspective-workspace": "^2.3.2",
"@finos/perspective": "^2.4.0",
"@finos/perspective-viewer": "^2.4.0",
"@finos/perspective-viewer-d3fc": "^2.4.0",
"@finos/perspective-viewer-datagrid": "^2.4.0",
"@finos/perspective-workspace": "^2.4.0",
"superstore-arrow": "^1.0.0"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^2.3.2",
"@finos/perspective-webpack-plugin": "^2.4.0",
"npm-run-all": "^4.1.3",
"rimraf": "^2.5.2"
}
Expand Down
12 changes: 6 additions & 6 deletions examples/react-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-example",
"private": true,
"version": "2.3.2",
"version": "2.4.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": "^2.3.2",
"@finos/perspective-viewer": "^2.3.2",
"@finos/perspective-viewer-d3fc": "^2.3.2",
"@finos/perspective-viewer-datagrid": "^2.3.2",
"@finos/perspective": "^2.4.0",
"@finos/perspective-viewer": "^2.4.0",
"@finos/perspective-viewer-d3fc": "^2.4.0",
"@finos/perspective-viewer-datagrid": "^2.4.0",
"react": "^16.14.0",
"react-dom": "^16.9.17"
},
"devDependencies": {
"@finos/perspective-webpack-plugin": "^2.3.2",
"@finos/perspective-webpack-plugin": "^2.4.0",
"@types/react": "^16.14.0",
"@types/react-dom": "^16.9.17",
"source-map-loader": "^0.2.4",
Expand Down
Loading

0 comments on commit 0af4c15

Please sign in to comment.