Skip to content

Commit 22f56cc

Browse files
committed
v3.0.0
Signed-off-by: Andrew Stein <steinlink@gmail.com>
1 parent 66a60b1 commit 22f56cc

40 files changed

Lines changed: 98 additions & 55 deletions

File tree

CHANGELOG.md

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,37 @@
1+
# [v3.0.0](https://github.com/finos/perspective/releases/tag/v3.0.0)
2+
3+
_16 August 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v2.10.1...v3.0.0))
4+
5+
Fixes
6+
7+
- Add region, column and row selection modes to Perspective Datagrid [#2618](https://github.com/finos/perspective/pull/2618)
8+
- Use ABI3 for `perspective-python` shared library [#2661](https://github.com/finos/perspective/pull/2661)
9+
- `PerspectiveWidget` support for new Python API [#2658](https://github.com/finos/perspective/pull/2658)
10+
- Fix missing icons [#2712](https://github.com/finos/perspective/pull/2712)
11+
- Fix Windows JupyterLab packaging [#2705](https://github.com/finos/perspective/pull/2705)
12+
- Fix Python `sdist`, update docs, add `lint` to CI [#2702](https://github.com/finos/perspective/pull/2702)
13+
14+
Misc
15+
16+
- Update `docusaurus` website and examples [#2708](https://github.com/finos/perspective/pull/2708)
17+
- Update docs [#2706](https://github.com/finos/perspective/pull/2706)
18+
- New status indicator [#2692](https://github.com/finos/perspective/pull/2692)
19+
- Docs and examples update for new API [#2659](https://github.com/finos/perspective/pull/2659)
20+
21+
Features
22+
23+
- Add Pyodide support and split Rust/C++ builds for Python wheel [#2707](https://github.com/finos/perspective/pull/2707)
24+
- Draw 0 axis prominently [#2698](https://github.com/finos/perspective/pull/2698)
25+
- Calculate `group_by` in parallel [#2701](https://github.com/finos/perspective/pull/2701)
26+
27+
**Breaking**
28+
29+
- Perspective Virtual API (Python) [#2625](https://github.com/finos/perspective/pull/2625)
30+
- Perspective Virtual API (JavaScript) [#2615](https://github.com/finos/perspective/pull/2615)
31+
132
# [v2.10.1](https://github.com/finos/perspective/releases/tag/v2.10.1)
233

3-
_20 May 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v2.10.0...v2.10.1))
34+
_23 May 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v2.10.0...v2.10.1))
435

536
Fixes
637

@@ -10,7 +41,7 @@ Fixes
1041

1142
Misc
1243

13-
- Developer clean-up [#2623](https://github.com/finos/perspective/pull/2623)
44+
- Signed-off-by: Andrew Stein &lt;steinlink@gmail.com&gt; [#2623](https://github.com/finos/perspective/pull/2623)
1445
- Update contributing documentation for DCO [#2595](https://github.com/finos/perspective/pull/2595)
1546
- Update to pyodide 0.25.1 for pyodide/pyodide#4655 [#2596](https://github.com/finos/perspective/pull/2596)
1647

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.0-rc.6",
6+
"version": "3.0.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.0-rc.6",
3+
"version": "3.0.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.0-rc.1",
15+
version: "3.0.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.0-rc.6",
4+
"version": "3.0.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.0-rc.6",
4+
"version": "3.0.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.0-rc.6",
4+
"version": "3.0.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.0-rc.6",
4+
"version": "3.0.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.0-rc.6",
4+
"version": "3.0.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)