Skip to content

Commit

Permalink
v3.3.2
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Stein <[email protected]>
  • Loading branch information
texodus committed Feb 1, 2025
1 parent 0699018 commit 8c6047d
Show file tree
Hide file tree
Showing 47 changed files with 144 additions and 65 deletions.
65 changes: 64 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# [v3.3.2](https://github.com/finos/perspective/releases/tag/v3.3.2)

_1 February 2025_ ([Full changelog](https://github.com/finos/perspective/compare/v3.3.1...v3.3.2))

Features

- Fix overallocations [#2909](https://github.com/finos/perspective/pull/2909)

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

_27 January 2025_ ([Full changelog](https://github.com/finos/perspective/compare/v3.3.0...v3.3.1))
_26 January 2025_ ([Full changelog](https://github.com/finos/perspective/compare/v3.3.0...v3.3.1))

Fixes

Expand Down Expand Up @@ -105,6 +113,11 @@ Misc
- Update ExprTk [#2825](https://github.com/finos/perspective/pull/2825)
- sdist licensing follow ups [#2843](https://github.com/finos/perspective/pull/2843)

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

_11 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.4...v3.1.5-test1))


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

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

# [v3.1.4-test8](https://github.com/finos/perspective/releases/tag/v3.1.4-test8)

_4 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.4-test7...v3.1.4-test8))


# [v3.1.4-test7](https://github.com/finos/perspective/releases/tag/v3.1.4-test7)

_1 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.4-test6...v3.1.4-test7))


# [v3.1.4-test6](https://github.com/finos/perspective/releases/tag/v3.1.4-test6)

_1 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.4-test5...v3.1.4-test6))


# [v3.1.4-test5](https://github.com/finos/perspective/releases/tag/v3.1.4-test5)

_1 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.4-test4...v3.1.4-test5))


# [v3.1.4-test4](https://github.com/finos/perspective/releases/tag/v3.1.4-test4)

_1 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.4-test3...v3.1.4-test4))


# [v3.1.4-test3](https://github.com/finos/perspective/releases/tag/v3.1.4-test3)

_1 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.4-test2...v3.1.4-test3))


# [v3.1.4-test2](https://github.com/finos/perspective/releases/tag/v3.1.4-test2)

_31 October 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.4-test12...v3.1.4-test2))


# [v3.1.4-test12](https://github.com/finos/perspective/releases/tag/v3.1.4-test12)

_4 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.4-test11...v3.1.4-test12))


# [v3.1.4-test11](https://github.com/finos/perspective/releases/tag/v3.1.4-test11)

_4 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.4-test1...v3.1.4-test11))


# [v3.1.4-test1](https://github.com/finos/perspective/releases/tag/v3.1.4-test1)

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


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

_31 October 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.2...v3.1.3))
Expand Down
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "3.3.1",
"version": "3.3.2",
"main": "./dist/esm/perspective.cpp.js",
"files": [
"dist/esm/**/*",
Expand Down
2 changes: 1 addition & 1 deletion cpp/perspective/src/cpp/table.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@ Table::from_cols(
LOG_DEBUG(
"Filling column "
<< col_name << " dtype "
<< dtype_to_str(data_table.get_column(col_name)->get_dtype())
<< dtype_to_str(data_table->get_column(col_name)->get_dtype())
);
for (const auto& cell : col.value.GetArray()) {
auto col = data_table->get_column(col_name);
Expand Down
2 changes: 1 addition & 1 deletion cpp/perspective/src/include/perspective/raw_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ enum t_dtype {
DTYPE_LAST
};

#ifdef PSP_ENABLE_WASM
#ifdef __wasm32__
typedef std::uint32_t t_uindex;
typedef std::int32_t t_index;
#else
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/perspective-docs",
"version": "3.3.1",
"version": "3.3.2",
"private": true,
"scripts": {
"build": "node build.js && docusaurus build",
Expand Down
2 changes: 1 addition & 1 deletion examples/blocks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "blocks",
"private": true,
"version": "3.3.1",
"version": "3.3.2",
"description": "A collection of simple client-side Perspective examples for `http://bl.ocks.org`.",
"scripts": {
"start": "mkdirp dist && node --experimental-wasm-memory64 --experimental-modules server.mjs",
Expand Down
8 changes: 4 additions & 4 deletions examples/blocks/src/superstore/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ index.html: 48 {
},
"viewers": {
"PERSPECTIVE_GENERATED_ID_0": {
"version": "3.3.1",
"version": "3.3.2",
"plugin": "Datagrid",
"plugin_config": {
"columns": {},
Expand Down Expand Up @@ -68,7 +68,7 @@ index.html: 48 {
"settings": false
},
"PERSPECTIVE_GENERATED_ID_1": {
"version": "3.3.1",
"version": "3.3.2",
"plugin": "Datagrid",
"plugin_config": {
"columns": {},
Expand Down Expand Up @@ -110,7 +110,7 @@ index.html: 48 {
"settings": false
},
"PERSPECTIVE_GENERATED_ID_3": {
"version": "3.3.1",
"version": "3.3.2",
"plugin": "Datagrid",
"plugin_config": {
"columns": {},
Expand Down Expand Up @@ -139,7 +139,7 @@ index.html: 48 {
"settings": false
},
"PERSPECTIVE_GENERATED_ID_2": {
"version": "3.3.1",
"version": "3.3.2",
"plugin": "Treemap",
"plugin_config": {},
"columns_config": {},
Expand Down
2 changes: 1 addition & 1 deletion 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": "3.3.1",
"version": "3.3.2",
"description": "An esbuild example app built using `@finos/perspective-viewer`.",
"scripts": {
"build": "node build.js",
Expand Down
2 changes: 1 addition & 1 deletion examples/esbuild-remote/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "esbuild-remote",
"private": true,
"version": "3.3.1",
"version": "3.3.2",
"description": "An example of 2 Perspectives, one client and one server, streaming via Apache Arrow.",
"scripts": {
"start": "node build.js && node server/index.mjs"
Expand Down
2 changes: 1 addition & 1 deletion examples/python-aiohttp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "python-aiohttp",
"private": true,
"version": "3.3.1",
"version": "3.3.2",
"description": "An example of editing a `perspective-python` server from the browser.",
"scripts": {
"start": "PYTHONPATH=../../python/perspective python3 server.py"
Expand Down
2 changes: 1 addition & 1 deletion examples/python-starlette/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "python-starlette",
"private": true,
"version": "3.3.1",
"version": "3.3.2",
"description": "An example of editing a `perspective-python` server from the browser.",
"scripts": {
"start": "PYTHONPATH=../../python/perspective python3 server.py"
Expand Down
1 change: 1 addition & 0 deletions examples/python-tornado-streaming/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<perspective-viewer id="viewer" ,> </perspective-viewer>

<script type="module">
import "/node_modules/@finos/perspective-viewer/dist/cdn/perspective-viewer.js";
import perspective from "/node_modules/@finos/perspective/dist/cdn/perspective.js";
const viewer = document.getElementById("viewer");

Expand Down
2 changes: 1 addition & 1 deletion examples/python-tornado-streaming/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "python-tornado-streaming",
"private": true,
"version": "3.3.1",
"version": "3.3.2",
"description": "An example of streaming a `perspective-python` server to the browser.",
"scripts": {
"start": "PYTHONPATH=../../python/perspective python3 server.py"
Expand Down
2 changes: 1 addition & 1 deletion examples/python-tornado/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "python-tornado",
"private": true,
"version": "3.3.1",
"version": "3.3.2",
"description": "An example of editing a `perspective-python` server from the browser.",
"scripts": {
"start": "PYTHONPATH=../../python/perspective python3 server.py"
Expand Down
2 changes: 1 addition & 1 deletion 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": "3.3.1",
"version": "3.3.2",
"description": "An example app built using `@finos/perspective-viewer`.",
"scripts": {
"build": "node build.js",
Expand Down
2 changes: 1 addition & 1 deletion examples/rust-axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ edition = "2021"
publish = false

[dependencies]
perspective = { version = "3.3.1" }
perspective = { version = "3.3.2" }
axum = { version = ">=0.7,<2", features = ["ws"] }
futures = "0.3"
tokio = { version = "1.0", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion examples/rust-axum/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rust-axum",
"private": true,
"version": "3.3.1",
"version": "3.3.2",
"description": "An example of a Rust/Axum virtual Perspective server",
"scripts": {
"start": "cargo run"
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-example",
"private": true,
"version": "3.3.1",
"version": "3.3.2",
"type": "module",
"scripts": {
"start": "vite",
Expand Down
2 changes: 1 addition & 1 deletion examples/webpack-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webpack-example",
"private": true,
"version": "3.3.1",
"version": "3.3.2",
"description": "An example app built using `@finos/perspective-viewer`.",
"scripts": {
"webpack_build": "webpack",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "git",
"url": "https://github.com/finos/perspective"
},
"version": "3.3.1",
"version": "3.3.2",
"changelog": {
"labels": {
"enhancement": "Added",
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/perspective-cli",
"version": "3.3.1",
"version": "3.3.2",
"description": "Perspective.js CLI",
"main": "src/js/index.js",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective-jupyterlab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/perspective-jupyterlab",
"version": "3.3.1",
"version": "3.3.2",
"description": "A Jupyterlab extension for the Perspective library, designed to be used with perspective-python.",
"files": [
"dist/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective-viewer-d3fc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/perspective-viewer-d3fc",
"version": "3.3.1",
"version": "3.3.2",
"description": "Perspective.js D3FC Plugin",
"unpkg": "./dist/cdn/perspective-viewer-d3fc.js",
"jsdelivr": "./dist/cdn/perspective-viewer-d3fc.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective-viewer-datagrid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/perspective-viewer-datagrid",
"version": "3.3.1",
"version": "3.3.2",
"description": "Perspective datagrid plugin based on `regular-table`",
"unpkg": "dist/cdn/perspective-viewer-datagrid.js",
"jsdelivr": "dist/cdn/perspective-viewer-datagrid.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective-viewer-openlayers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/perspective-viewer-openlayers",
"version": "3.3.1",
"version": "3.3.2",
"unpkg": "dist/cdn/perspective-viewer-openlayers.js",
"jsdelivr": "dist/cdn/perspective-viewer-openlayers.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective-workspace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/perspective-workspace",
"version": "3.3.1",
"version": "3.3.2",
"description": "Perspective Workspace",
"files": [
"dist/**/*",
Expand Down
Loading

0 comments on commit 8c6047d

Please sign in to comment.