diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f2aefdf80..bf51bdcf31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [v3.3.3](https://github.com/finos/perspective/releases/tag/v3.3.3) + +_4 February 2025_ ([Full changelog](https://github.com/finos/perspective/compare/v3.3.2...v3.3.3)) + +Misc + +- Heap Profiling Tooling [#2913](https://github.com/finos/perspective/pull/2913) +- Fix API docs [#2910](https://github.com/finos/perspective/pull/2910) +- Support for pyodide 0.27.1, including pyarrow + pandas [#2901](https://github.com/finos/perspective/pull/2901) + # [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)) @@ -96,7 +106,7 @@ Misc # [v3.1.5](https://github.com/finos/perspective/releases/tag/v3.1.5) -_15 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.5-test1...v3.1.5)) +_15 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.4...v3.1.5)) Features @@ -113,14 +123,9 @@ 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)) +_7 November 2024_ ([Full changelog](https://github.com/finos/perspective/compare/v3.1.3...v3.1.4)) Features @@ -137,56 +142,6 @@ 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)) diff --git a/Cargo.lock b/Cargo.lock index 7a8b9f77eb..84accda689 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1977,7 +1977,7 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "perspective" -version = "3.3.2" +version = "3.3.3" dependencies = [ "async-lock", "axum", @@ -2016,7 +2016,7 @@ dependencies = [ [[package]] name = "perspective-client" -version = "3.3.2" +version = "3.3.3" dependencies = [ "async-lock", "futures", @@ -2038,7 +2038,7 @@ dependencies = [ [[package]] name = "perspective-js" -version = "3.3.2" +version = "3.3.3" dependencies = [ "anyhow", "base64 0.13.1", @@ -2068,7 +2068,7 @@ dependencies = [ [[package]] name = "perspective-lint" -version = "3.3.2" +version = "3.3.3" dependencies = [ "glob", "yew-fmt", @@ -2088,7 +2088,7 @@ dependencies = [ [[package]] name = "perspective-python" -version = "3.3.2" +version = "3.3.3" dependencies = [ "async-lock", "cmake", @@ -2109,7 +2109,7 @@ dependencies = [ [[package]] name = "perspective-server" -version = "3.3.2" +version = "3.3.3" dependencies = [ "async-lock", "cmake", @@ -2123,7 +2123,7 @@ dependencies = [ [[package]] name = "perspective-viewer" -version = "3.3.2" +version = "3.3.3" dependencies = [ "anyhow", "async-lock", diff --git a/cpp/perspective/package.json b/cpp/perspective/package.json index a98ed12d55..3f056da174 100644 --- a/cpp/perspective/package.json +++ b/cpp/perspective/package.json @@ -3,7 +3,7 @@ "private": true, "author": "The Perspective Authors", "license": "Apache-2.0", - "version": "3.3.2", + "version": "3.3.3", "main": "./dist/esm/perspective.cpp.js", "files": [ "dist/esm/**/*", diff --git a/docs/package.json b/docs/package.json index 62959d1884..c483b3b526 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@finos/perspective-docs", - "version": "3.3.2", + "version": "3.3.3", "private": true, "scripts": { "build": "node build.js && docusaurus build", diff --git a/examples/blocks/package.json b/examples/blocks/package.json index 99d07658ef..583e09a2c0 100644 --- a/examples/blocks/package.json +++ b/examples/blocks/package.json @@ -1,7 +1,7 @@ { "name": "blocks", "private": true, - "version": "3.3.2", + "version": "3.3.3", "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", diff --git a/examples/blocks/src/editable/index.html b/examples/blocks/src/editable/index.html index 3cc2e8373b..91af59f54d 100644 --- a/examples/blocks/src/editable/index.html +++ b/examples/blocks/src/editable/index.html @@ -2,26 +2,24 @@
- - - - - + + + +