Skip to content

Commit a0b41f5

Browse files
committed
v3.2.1
Signed-off-by: Andrew Stein <steinlink@gmail.com>
1 parent 8a73321 commit a0b41f5

45 files changed

Lines changed: 79 additions & 115 deletions

File tree

Some content is hidden

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

CHANGELOG.md

Lines changed: 18 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [v3.2.1](https://github.com/finos/perspective/releases/tag/v3.2.1)
2+
3+
_23 December 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.2.0...v3.2.1))
4+
5+
Features
6+
7+
- Better `datetime`/`date` string parsing performance [#2885](https://github.com/finos/perspective/pull/2885)
8+
- Add `min` and `max` aggregates for `date` and `datetime` columns [#2884](https://github.com/finos/perspective/pull/2884)
9+
10+
Fixes
11+
12+
- Fix `ViewConfig` serialization for internal arrow types [#2883](https://github.com/finos/perspective/pull/2883)
13+
- Fix memory corruption on filter text overflow [#2882](https://github.com/finos/perspective/pull/2882)
14+
15+
Misc
16+
17+
- Fix examples and cleanup CSS [#2886](https://github.com/finos/perspective/pull/2886)
18+
119
# [v3.2.0](https://github.com/finos/perspective/releases/tag/v3.2.0)
220

321
_9 December 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.8...v3.2.0))
@@ -67,11 +85,6 @@ Misc
6785
- Update ExprTk [#2825](https://github.com/finos/perspective/pull/2825)
6886
- sdist licensing follow ups [#2843](https://github.com/finos/perspective/pull/2843)
6987

70-
# [v3.1.5-test1](https://github.com/finos/perspective/releases/tag/v3.1.5-test1)
71-
72-
_11 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.4...v3.1.5-test1))
73-
74-
7588
# [v3.1.4](https://github.com/finos/perspective/releases/tag/v3.1.4)
7689

7790
_7 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.4-test8...v3.1.4))
@@ -91,56 +104,6 @@ Misc
91104
- Fix failed color range update [#2823](https://github.com/finos/perspective/pull/2823)
92105
- CI sdist fixes, port conda patch, fix ODR violation [#2826](https://github.com/finos/perspective/pull/2826)
93106

94-
# [v3.1.4-test8](https://github.com/finos/perspective/releases/tag/v3.1.4-test8)
95-
96-
_4 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.4-test7...v3.1.4-test8))
97-
98-
99-
# [v3.1.4-test7](https://github.com/finos/perspective/releases/tag/v3.1.4-test7)
100-
101-
_1 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.4-test6...v3.1.4-test7))
102-
103-
104-
# [v3.1.4-test6](https://github.com/finos/perspective/releases/tag/v3.1.4-test6)
105-
106-
_1 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.4-test5...v3.1.4-test6))
107-
108-
109-
# [v3.1.4-test5](https://github.com/finos/perspective/releases/tag/v3.1.4-test5)
110-
111-
_1 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.4-test4...v3.1.4-test5))
112-
113-
114-
# [v3.1.4-test4](https://github.com/finos/perspective/releases/tag/v3.1.4-test4)
115-
116-
_1 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.4-test3...v3.1.4-test4))
117-
118-
119-
# [v3.1.4-test3](https://github.com/finos/perspective/releases/tag/v3.1.4-test3)
120-
121-
_1 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.4-test2...v3.1.4-test3))
122-
123-
124-
# [v3.1.4-test2](https://github.com/finos/perspective/releases/tag/v3.1.4-test2)
125-
126-
_31 October 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.4-test12...v3.1.4-test2))
127-
128-
129-
# [v3.1.4-test12](https://github.com/finos/perspective/releases/tag/v3.1.4-test12)
130-
131-
_4 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.4-test11...v3.1.4-test12))
132-
133-
134-
# [v3.1.4-test11](https://github.com/finos/perspective/releases/tag/v3.1.4-test11)
135-
136-
_4 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.4-test1...v3.1.4-test11))
137-
138-
139-
# [v3.1.4-test1](https://github.com/finos/perspective/releases/tag/v3.1.4-test1)
140-
141-
_31 October 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.3...v3.1.4-test1))
142-
143-
144107
# [v3.1.3](https://github.com/finos/perspective/releases/tag/v3.1.3)
145108

146109
_31 October 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.2...v3.1.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.2.0",
6+
"version": "3.2.1",
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.2.0",
3+
"version": "3.2.1",
44
"private": true,
55
"scripts": {
66
"build": "node build.js && docusaurus build",

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.2.0",
4+
"version": "3.2.1",
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/blocks/src/superstore/index.json

Lines changed: 4 additions & 4 deletions
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.2.0",
42+
"version": "3.2.1",
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.2.0",
71+
"version": "3.2.1",
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.2.0",
113+
"version": "3.2.1",
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.2.0",
142+
"version": "3.2.1",
143143
"plugin": "Treemap",
144144
"plugin_config": {},
145145
"columns_config": {},

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.2.0",
4+
"version": "3.2.1",
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.2.0",
4+
"version": "3.2.1",
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.2.0",
4+
"version": "3.2.1",
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.2.0",
4+
"version": "3.2.1",
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)