Skip to content

Commit b2b6a67

Browse files
committed
v3.3.3
Signed-off-by: Andrew Stein <[email protected]>
1 parent 1b88ca8 commit b2b6a67

File tree

44 files changed

+86
-133
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
-133
lines changed

CHANGELOG.md

+12-57
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [v3.3.3](https://github.com/finos/perspective/releases/tag/v3.3.3)
2+
3+
_4 February 2025_ ([Full changelog](https://github.com/finos/perspective/compare/v3.3.2...v3.3.3))
4+
5+
Misc
6+
7+
- Heap Profiling Tooling [#2913](https://github.com/finos/perspective/pull/2913)
8+
- Fix API docs [#2910](https://github.com/finos/perspective/pull/2910)
9+
- Support for pyodide 0.27.1, including pyarrow + pandas [#2901](https://github.com/finos/perspective/pull/2901)
10+
111
# [v3.3.2](https://github.com/finos/perspective/releases/tag/v3.3.2)
212

313
_1 February 2025_ ([Full changelog](https://github.com/finos/perspective/compare/v3.3.1...v3.3.2))
@@ -96,7 +106,7 @@ Misc
96106

97107
# [v3.1.5](https://github.com/finos/perspective/releases/tag/v3.1.5)
98108

99-
_15 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.5-test1...v3.1.5))
109+
_15 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.4...v3.1.5))
100110

101111
Features
102112

@@ -113,14 +123,9 @@ Misc
113123
- Update ExprTk [#2825](https://github.com/finos/perspective/pull/2825)
114124
- sdist licensing follow ups [#2843](https://github.com/finos/perspective/pull/2843)
115125

116-
# [v3.1.5-test1](https://github.com/finos/perspective/releases/tag/v3.1.5-test1)
117-
118-
_11 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.4...v3.1.5-test1))
119-
120-
121126
# [v3.1.4](https://github.com/finos/perspective/releases/tag/v3.1.4)
122127

123-
_7 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.4-test8...v3.1.4))
128+
_7 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.3...v3.1.4))
124129

125130
Features
126131

@@ -137,56 +142,6 @@ Misc
137142
- Fix failed color range update [#2823](https://github.com/finos/perspective/pull/2823)
138143
- CI sdist fixes, port conda patch, fix ODR violation [#2826](https://github.com/finos/perspective/pull/2826)
139144

140-
# [v3.1.4-test8](https://github.com/finos/perspective/releases/tag/v3.1.4-test8)
141-
142-
_4 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.4-test7...v3.1.4-test8))
143-
144-
145-
# [v3.1.4-test7](https://github.com/finos/perspective/releases/tag/v3.1.4-test7)
146-
147-
_1 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.4-test6...v3.1.4-test7))
148-
149-
150-
# [v3.1.4-test6](https://github.com/finos/perspective/releases/tag/v3.1.4-test6)
151-
152-
_1 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.4-test5...v3.1.4-test6))
153-
154-
155-
# [v3.1.4-test5](https://github.com/finos/perspective/releases/tag/v3.1.4-test5)
156-
157-
_1 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.4-test4...v3.1.4-test5))
158-
159-
160-
# [v3.1.4-test4](https://github.com/finos/perspective/releases/tag/v3.1.4-test4)
161-
162-
_1 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.4-test3...v3.1.4-test4))
163-
164-
165-
# [v3.1.4-test3](https://github.com/finos/perspective/releases/tag/v3.1.4-test3)
166-
167-
_1 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.4-test2...v3.1.4-test3))
168-
169-
170-
# [v3.1.4-test2](https://github.com/finos/perspective/releases/tag/v3.1.4-test2)
171-
172-
_31 October 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.4-test12...v3.1.4-test2))
173-
174-
175-
# [v3.1.4-test12](https://github.com/finos/perspective/releases/tag/v3.1.4-test12)
176-
177-
_4 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.4-test11...v3.1.4-test12))
178-
179-
180-
# [v3.1.4-test11](https://github.com/finos/perspective/releases/tag/v3.1.4-test11)
181-
182-
_4 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.4-test1...v3.1.4-test11))
183-
184-
185-
# [v3.1.4-test1](https://github.com/finos/perspective/releases/tag/v3.1.4-test1)
186-
187-
_31 October 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.3...v3.1.4-test1))
188-
189-
190145
# [v3.1.3](https://github.com/finos/perspective/releases/tag/v3.1.3)
191146

192147
_31 October 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.2...v3.1.3))

Cargo.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cpp/perspective/package.json

+1-1
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.3.2",
6+
"version": "3.3.3",
77
"main": "./dist/esm/perspective.cpp.js",
88
"files": [
99
"dist/esm/**/*",

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@finos/perspective-docs",
3-
"version": "3.3.2",
3+
"version": "3.3.3",
44
"private": true,
55
"scripts": {
66
"build": "node build.js && docusaurus build",

examples/blocks/package.json

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

examples/blocks/src/editable/index.html

+10-12
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,24 @@
22
<html>
33
<head>
44
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no" />
5-
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@finos/perspective/dist/cdn/perspective-server.wasm" as="fetch" type="application/wasm" crossorigin="anonymous" />
6-
<link rel="preload" href="https://cdn.jsdelivr.net/npm/@finos/perspective-viewer/dist/cdn/perspective-viewer.wasm" as="fetch" type="application/wasm" crossorigin="anonymous" />
7-
<link rel="preload" href="https://cdn.jsdelivr.net/npm/superstore-arrow/superstore.lz4.arrow" as="fetch" type="arraybuffer" crossorigin="anonymous" />
8-
<!-- <link rel="stylesheet" crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/@finos/perspective-viewer/dist/css/themes.css" /> -->
9-
<link rel="stylesheet" href="customStyle.css" />
5+
<link rel="preload" href="/node_modules/@finos/perspective/dist/wasm/perspective-server.wasm" as="fetch" type="application/wasm" crossorigin="anonymous" />
6+
<link rel="preload" href="/node_modules/@finos/perspective-viewer/dist/wasm/perspective-viewer.wasm" as="fetch" type="application/wasm" crossorigin="anonymous" />
7+
<link rel="preload" href="/node_modules/superstore-arrow/superstore.lz4.arrow" as="fetch" type="arraybuffer" crossorigin="anonymous" />
8+
<link rel="stylesheet" crossorigin="anonymous" href="/node_modules/@finos/perspective-viewer/dist/css/themes.css" />
109
<script type="module">
11-
import "https://cdn.jsdelivr.net/npm/@finos/perspective-viewer@3.3.2/dist/cdn/perspective-viewer.js";
12-
import "https://cdn.jsdelivr.net/npm/@finos/perspective-viewer-datagrid@3.3.2/dist/cdn/perspective-viewer-datagrid.js";
13-
import "https://cdn.jsdelivr.net/npm/@finos/perspective-viewer-d3fc@3.3.2/dist/cdn/perspective-viewer-d3fc.js";
10+
import "/node_modules/@finos/perspective-viewer/dist/cdn/perspective-viewer.js";
11+
import "/node_modules/@finos/perspective-viewer-datagrid/dist/cdn/perspective-viewer-datagrid.js";
12+
import "/node_modules/@finos/perspective-viewer-d3fc/dist/cdn/perspective-viewer-d3fc.js";
1413

15-
import perspective from "https://cdn.jsdelivr.net/npm/@finos/perspective@3.3.2/dist/cdn/perspective.js";
14+
import perspective from "/node_modules/@finos/perspective/dist/cdn/perspective.js";
1615

1716
const worker = await perspective.worker();
18-
const resp = await fetch("https://cdn.jsdelivr.net/npm/superstore-arrow/superstore.lz4.arrow");
17+
const resp = await fetch("/node_modules/superstore-arrow/superstore.lz4.arrow");
1918
const arrow = await resp.arrayBuffer();
2019
const viewer = document.getElementsByTagName("perspective-viewer")[0];
2120
const table = worker.table(arrow);
2221
viewer.load(table);
23-
viewer.restore({ settings: true });
24-
viewer.resetThemes(["Style1", "Pro Dark", "Pro Light"]);
22+
viewer.restore({ settings: true, plugin_config: { edit_mode: "EDIT" } });
2523
</script>
2624
<style>
2725
perspective-viewer {

examples/blocks/src/superstore/index.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ index.html: 48 {
3939
},
4040
"viewers": {
4141
"PERSPECTIVE_GENERATED_ID_0": {
42-
"version": "3.3.2",
42+
"version": "3.3.3",
4343
"plugin": "Datagrid",
4444
"plugin_config": {
4545
"columns": {},
@@ -68,7 +68,7 @@ index.html: 48 {
6868
"settings": false
6969
},
7070
"PERSPECTIVE_GENERATED_ID_1": {
71-
"version": "3.3.2",
71+
"version": "3.3.3",
7272
"plugin": "Datagrid",
7373
"plugin_config": {
7474
"columns": {},
@@ -110,7 +110,7 @@ index.html: 48 {
110110
"settings": false
111111
},
112112
"PERSPECTIVE_GENERATED_ID_3": {
113-
"version": "3.3.2",
113+
"version": "3.3.3",
114114
"plugin": "Datagrid",
115115
"plugin_config": {
116116
"columns": {},
@@ -139,7 +139,7 @@ index.html: 48 {
139139
"settings": false
140140
},
141141
"PERSPECTIVE_GENERATED_ID_2": {
142-
"version": "3.3.2",
142+
"version": "3.3.3",
143143
"plugin": "Treemap",
144144
"plugin_config": {},
145145
"columns_config": {},

examples/esbuild-example/package.json

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

examples/esbuild-remote/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "esbuild-remote",
33
"private": true,
4-
"version": "3.3.2",
4+
"version": "3.3.3",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "python-aiohttp",
33
"private": true,
4-
"version": "3.3.2",
4+
"version": "3.3.3",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "python-starlette",
33
"private": true,
4-
"version": "3.3.2",
4+
"version": "3.3.3",
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-tornado-streaming/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "python-tornado-streaming",
33
"private": true,
4-
"version": "3.3.2",
4+
"version": "3.3.3",
55
"description": "An example of streaming a `perspective-python` server to the browser.",
66
"scripts": {
77
"start": "PYTHONPATH=../../python/perspective python3 server.py"

examples/python-tornado/package.json

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

examples/react-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-example",
33
"private": true,
4-
"version": "3.3.2",
4+
"version": "3.3.3",
55
"description": "An example app built using `@finos/perspective-viewer`.",
66
"scripts": {
77
"build": "node build.js",

examples/rust-axum/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ edition = "2021"
1717
publish = false
1818

1919
[dependencies]
20-
perspective = { version = "3.3.2" }
20+
perspective = { version = "3.3.3" }
2121
axum = { version = ">=0.7,<2", features = ["ws"] }
2222
futures = "0.3"
2323
tokio = { version = "1.0", features = ["full"] }

examples/rust-axum/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rust-axum",
33
"private": true,
4-
"version": "3.3.2",
4+
"version": "3.3.3",
55
"description": "An example of a Rust/Axum virtual Perspective server",
66
"scripts": {
77
"start": "cargo run"

examples/vite-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vite-example",
33
"private": true,
4-
"version": "3.3.2",
4+
"version": "3.3.3",
55
"type": "module",
66
"scripts": {
77
"start": "vite",

examples/webpack-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "webpack-example",
33
"private": true,
4-
"version": "3.3.2",
4+
"version": "3.3.3",
55
"description": "An example app built using `@finos/perspective-viewer`.",
66
"scripts": {
77
"webpack_build": "webpack",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "git",
55
"url": "https://github.com/finos/perspective"
66
},
7-
"version": "3.3.2",
7+
"version": "3.3.3",
88
"changelog": {
99
"labels": {
1010
"enhancement": "Added",

packages/perspective-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@finos/perspective-cli",
3-
"version": "3.3.2",
3+
"version": "3.3.3",
44
"description": "Perspective.js CLI",
55
"main": "src/js/index.js",
66
"publishConfig": {

packages/perspective-jupyterlab/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@finos/perspective-jupyterlab",
3-
"version": "3.3.2",
3+
"version": "3.3.3",
44
"description": "A Jupyterlab extension for the Perspective library, designed to be used with perspective-python.",
55
"files": [
66
"dist/**/*",

packages/perspective-viewer-d3fc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@finos/perspective-viewer-d3fc",
3-
"version": "3.3.2",
3+
"version": "3.3.3",
44
"description": "Perspective.js D3FC Plugin",
55
"unpkg": "./dist/cdn/perspective-viewer-d3fc.js",
66
"jsdelivr": "./dist/cdn/perspective-viewer-d3fc.js",

0 commit comments

Comments
 (0)