Skip to content

Commit 28a3101

Browse files
committed
v3.1.0
Signed-off-by: Andrew Stein <steinlink@gmail.com>
1 parent ea5cab9 commit 28a3101

File tree

44 files changed

+86
-56
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+86
-56
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# [v3.1.0](https://github.com/finos/perspective/releases/tag/v3.1.0)
2+
3+
_23 September 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.0...v3.1.0))
4+
5+
6+
# [v3.1.0](https://github.com/finos/perspective/releases/tag/v3.1.0)
7+
8+
_23 September 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.0.3...v3.1.0))
9+
10+
**Breaking**
11+
12+
- Python API changes from community [#2754](https://github.com/finos/perspective/pull/2754)
13+
14+
Features
15+
16+
- Allow `bytes` and `string` for JSON/CSV input data with `format` option [#2763](https://github.com/finos/perspective/pull/2763)
17+
18+
Fixes
19+
20+
- Fix cancellable methods in `perspective-viewer` [#2755](https://github.com/finos/perspective/pull/2755)
21+
22+
Misc
23+
24+
- Update `README.md`, examples and build dependencies [#2762](https://github.com/finos/perspective/pull/2762)
25+
- Add Windows build for `perspective-rs` to CI [#2759](https://github.com/finos/perspective/pull/2759)
26+
- Add Python benchmark suite for `3.x` [#2761](https://github.com/finos/perspective/pull/2761)
27+
- Upgrade Apache Arrow C++ to 17.0.0 [#2749](https://github.com/finos/perspective/pull/2749)
28+
- Emscripten wheel fixes [#2739](https://github.com/finos/perspective/pull/2739)
29+
130
# [v3.0.3](https://github.com/finos/perspective/releases/tag/v3.0.3)
231

332
_3 September 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.0.2...v3.0.3))

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cpp/perspective/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"author": "The Perspective Authors",
55
"license": "Apache-2.0",
6-
"version": "3.0.3",
6+
"version": "3.1.0",
77
"main": "./dist/esm/perspective.cpp.js",
88
"files": [
99
"dist/esm/**/*",

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@finos/perspective-docs",
3-
"version": "3.0.3",
3+
"version": "3.1.0",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

docs/src/components/Demo/layouts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
export const LAYOUTS = {
1414
sparkgrid: {
15-
version: "3.0.3",
15+
version: "3.1.0",
1616
plugin: "Datagrid",
1717
plugin_config: {
1818
columns: {},

examples/blocks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "blocks",
33
"private": true,
4-
"version": "3.0.3",
4+
"version": "3.1.0",
55
"description": "A collection of simple client-side Perspective examples for `http://bl.ocks.org`.",
66
"scripts": {
77
"start": "mkdirp dist && node --experimental-modules server.mjs",

examples/esbuild-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "esbuild-example",
33
"private": true,
4-
"version": "3.0.3",
4+
"version": "3.1.0",
55
"description": "An esbuild example app built using `@finos/perspective-viewer`.",
66
"scripts": {
77
"build": "node build.js",

examples/esbuild-remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "esbuild-remote",
33
"private": true,
4-
"version": "3.0.3",
4+
"version": "3.1.0",
55
"description": "An example of 2 Perspectives, one client and one server, streaming via Apache Arrow.",
66
"scripts": {
77
"start": "node build.js && node server/index.mjs"

examples/python-aiohttp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "python-aiohttp",
33
"private": true,
4-
"version": "3.0.3",
4+
"version": "3.1.0",
55
"description": "An example of editing a `perspective-python` server from the browser.",
66
"scripts": {
77
"start": "PYTHONPATH=../../python/perspective python3 server.py"

examples/python-starlette/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "python-starlette",
33
"private": true,
4-
"version": "3.0.3",
4+
"version": "3.1.0",
55
"description": "An example of editing a `perspective-python` server from the browser.",
66
"scripts": {
77
"start": "PYTHONPATH=../../python/perspective python3 server.py"

0 commit comments

Comments
 (0)