11 Commits

Author SHA1 Message Date
Andrew Stein 8200c03c8a Remove D3FC
Signed-off-by: Andrew Stein <steinlink@gmail.com>
2026-04-22 23:26:56 -04:00
Andrew Stein 753206c786 Clean up namespaces
Signed-off-by: Andrew Stein <steinlink@gmail.com>
2025-10-26 20:36:16 -04:00
No Author ff517af095 Rename @finos to @perspective-dev
Signed-off-by: Andrew Stein <steinlink@gmail.com>
2025-10-25 23:57:30 -04:00
Andrew Stein c25388c45f v3.3.1
Build Status / lint_and_docs (20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / build_js (20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / build_python (aarch64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-13, 3.9) (push) Has been cancelled
Build Status / build_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-13, 3.9) (push) Has been cancelled
Build Status / build_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, windows-2022, 3.9) (push) Has been cancelled
Build Status / build_python (x86_64, pagmo2/manylinux228_x86_64_with_deps, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / build_and_test_rust (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, ubuntu-22.04) (push) Has been cancelled
Build Status / build_and_test_rust (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, windows-2022) (push) Has been cancelled
Build Status / build_emscripten_wheel (x86_64, 20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / build_and_test_jupyterlab (aarch64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-13, 3.9) (push) Has been cancelled
Build Status / build_and_test_jupyterlab (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-13, 3.9) (push) Has been cancelled
Build Status / build_and_test_jupyterlab (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / build_and_test_jupyterlab (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, windows-2022, 3.9) (push) Has been cancelled
Build Status / test_js (20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / test_python (aarch64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-14, 3.9) (push) Has been cancelled
Build Status / test_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, macos-13, 3.9) (push) Has been cancelled
Build Status / test_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / test_python (x86_64, ${{ startsWith(github.ref, 'refs/tags/v') }}, 20.x, windows-2022, 3.9) (push) Has been cancelled
Build Status / test_python_sdist (x86_64, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / benchmark_python (x86_64, 20.x, ubuntu-22.04, 3.9) (push) Has been cancelled
Build Status / benchmark_js (20.x, ubuntu-22.04) (push) Has been cancelled
Build Status / publish (ubuntu-22.04) (push) Has been cancelled
Signed-off-by: Andrew Stein <steinlink@gmail.com>
2025-01-26 21:12:34 -05:00
Andrew Stein 37307ca0a4 Fix examples and cleanup CSS
Signed-off-by: Andrew Stein <steinlink@gmail.com>
2024-12-22 21:41:20 -05:00
Andrew Stein 8959e42b5a Update docs
Signed-off-by: Andrew Stein <steinlink@gmail.com>
2024-08-13 23:21:40 -04:00
Andrew Stein 1bafbc5a76 Move cargo workspace to project root & update build scripts
Signed-off-by: Andrew Stein <steinlink@gmail.com>
2024-05-23 00:27:47 -04:00
Andrew Stein aaa6a8d506 Fix benchmarks & examples 2023-06-20 01:41:48 -04:00
Andrew Stein a3ebd97544 Remove UMD builds 2023-05-06 19:45:11 -04:00
Tim Paine 904fabb449 fix route to themes in tornado examples 2023-03-28 17:13:59 -04:00
Nicholas Holden 5435ba0c2a Add starlette manager and examples for embedding perspective in a
starlette server

Asyncify the perspective client, abstract away the websocket handler into its own class and utility classes

Implement starlette test client websocket wrapper, for testing purposes only. Websocket wrapper is synchronous so won't play nicely with perspective outside of a testing context

fix lint
2022-06-06 17:38:47 -04:00