perspective-python 3.1.1__tar.gz → 3.1.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {perspective_python-3.1.1 → perspective_python-3.1.2}/Cargo.lock +7 -7
- {perspective_python-3.1.1 → perspective_python-3.1.2}/PKG-INFO +1 -1
- {perspective_python-3.1.1/rust/perspective-python → perspective_python-3.1.2}/perspective/__init__.py +1 -1
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/Cargo.toml +1 -1
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/package.json +1 -1
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/Cargo.toml +3 -3
- {perspective_python-3.1.1 → perspective_python-3.1.2/rust/perspective-python}/perspective/__init__.py +1 -1
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-server/Cargo.toml +2 -2
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-server/build/psp.rs +18 -4
- {perspective_python-3.1.1 → perspective_python-3.1.2}/Cargo.toml +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/extension/finos-perspective-nbextension.json +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/handlers/__init__.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/handlers/aiohttp.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/handlers/starlette.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/handlers/tornado.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/templates/exported_widget.html.template +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/__init__.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/conftest.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/core/__init__.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/core/test_async.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/server/__init__.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/server/test_server.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/server/test_session.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/__init__.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/arrow/date32.arrow +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/arrow/date64.arrow +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/arrow/dict.arrow +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/arrow/dict_update.arrow +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/arrow/int_float_str.arrow +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/arrow/int_float_str_file.arrow +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/arrow/int_float_str_update.arrow +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/object_sequence.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/test_delete.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/test_exception.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/test_leaks.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/test_ports.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/test_remove.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/test_table.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/test_table_arrow.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/test_table_datetime.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/test_table_infer.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/test_table_limit.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/test_table_numpy.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/test_table_pandas.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/test_to_arrow.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/test_to_arrow_lz4.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/test_to_format.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/test_update.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/test_update_arrow.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/test_update_pandas.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/test_view.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/test_view_expression.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/test_dependencies.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/viewer/__init__.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/viewer/test_validate.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/viewer/test_viewer.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/widget/__init__.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/widget/test_widget.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/widget/test_widget_pandas.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/widget/__init__.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/widget/viewer/__init__.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/widget/viewer/validate.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/widget/viewer/viewer.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/widget/viewer/viewer_traitlets.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/pyproject.toml +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/build.rs +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/client/get_hosted_table_names.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/client/open_table.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/client/set_loop_callback.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/client/system_info.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/client/table.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/client/terminate.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/client.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/expressions.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/index.html +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/table/clear.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/table/columns.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/table/delete.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/table/get_client.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/table/get_features.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/table/get_index.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/table/get_limit.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/table/get_num_views.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/table/make_port.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/table/on_delete.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/table/remove.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/table/remove_delete.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/table/replace.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/table/schema.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/table/size.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/table/update.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/table/validate_expressions.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/table/view.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/table.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/view/collapse.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/view/column_paths.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/view/delete.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/view/dimensions.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/view/expand.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/view/expression_schema.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/view/get_config.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/view/get_min_max.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/view/num_columns.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/view/num_rows.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/view/on_delete.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/view/on_update.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/view/remove_delete.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/view/remove_update.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/view/schema.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/view/set_depth.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/view/to_arrow.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/view/to_columns.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/view/to_columns_string.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/view/to_csv.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/view/to_json.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/view/to_json_string.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/view.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/src/rust/client.rs +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/src/rust/config/aggregates.rs +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/src/rust/config/column_type.rs +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/src/rust/config/expressions.rs +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/src/rust/config/filters.rs +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/src/rust/config/mod.rs +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/src/rust/config/plugin.rs +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/src/rust/config/sort.rs +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/src/rust/config/view_config.rs +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/src/rust/lib.rs +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/src/rust/session.rs +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/src/rust/table.rs +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/src/rust/table_data.rs +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/src/rust/utils/clone.rs +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/src/rust/utils/logging.rs +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/src/rust/utils/mod.rs +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/src/rust/utils/tests/clone.rs +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/src/rust/utils/tests/mod.rs +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/src/rust/view.rs +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/README.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/bench/__init__.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/bench/runtime/__init__.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/bench/runtime/bench.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/bench/runtime/perspective_benchmark.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/bench/runtime/run_perspective_benchmark.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/bench/tornado/__init__.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/bench/tornado/async_server.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/bench/tornado/bench.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/bench/tornado/distributed_mode.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/bench/tornado/server/new_api.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/bench/tornado/server/old_api.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/bench/tornado/server_mode.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/build.rs +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/docs/index.html +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/docs/lib.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/handlers/__init__.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/handlers/aiohttp.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/handlers/starlette.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/handlers/tornado.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/__init__.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/conftest.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/core/__init__.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/core/test_async.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/server/__init__.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/server/test_server.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/server/test_session.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/table/__init__.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/table/object_sequence.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/table/test_delete.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/table/test_exception.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/table/test_leaks.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/table/test_ports.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/table/test_remove.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/table/test_table.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/table/test_table_arrow.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/table/test_table_datetime.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/table/test_table_infer.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/table/test_table_limit.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/table/test_table_numpy.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/table/test_table_pandas.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/table/test_to_arrow.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/table/test_to_arrow_lz4.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/table/test_to_format.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/table/test_update.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/table/test_update_arrow.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/table/test_update_pandas.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/table/test_view.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/table/test_view_expression.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/test_dependencies.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/viewer/__init__.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/viewer/test_validate.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/viewer/test_viewer.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/widget/__init__.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/widget/test_widget.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/tests/widget/test_widget_pandas.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/widget/__init__.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/widget/viewer/__init__.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/widget/viewer/validate.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/widget/viewer/viewer.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/perspective/widget/viewer/viewer_traitlets.py +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/src/client/client_sync.rs +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/src/client/mod.rs +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/src/client/pandas.rs +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/src/client/pyarrow.rs +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/src/client/python.rs +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/src/lib.rs +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/src/server/mod.rs +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/src/server/server_sync.rs +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-server/build/main.rs +4 -4
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-server/docs/architecture.dot +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-server/docs/architecture.sub1.dot +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-server/docs/architecture.sub1.svg +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-server/docs/architecture.sub2.dot +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-server/docs/architecture.sub2.svg +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-server/docs/architecture.sub3.dot +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-server/docs/architecture.sub3.svg +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-server/docs/architecture.svg +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-server/docs/lib.md +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-server/src/ffi.rs +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-server/src/lib.rs +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-server/src/local_client.rs +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-server/src/local_session.rs +0 -0
- {perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-server/src/server.rs +0 -0
|
@@ -1783,7 +1783,7 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
|
|
1783
1783
|
|
|
1784
1784
|
[[package]]
|
|
1785
1785
|
name = "perspective"
|
|
1786
|
-
version = "3.1.
|
|
1786
|
+
version = "3.1.2"
|
|
1787
1787
|
dependencies = [
|
|
1788
1788
|
"async-lock",
|
|
1789
1789
|
"axum",
|
|
@@ -1823,7 +1823,7 @@ dependencies = [
|
|
|
1823
1823
|
|
|
1824
1824
|
[[package]]
|
|
1825
1825
|
name = "perspective-client"
|
|
1826
|
-
version = "3.1.
|
|
1826
|
+
version = "3.1.2"
|
|
1827
1827
|
dependencies = [
|
|
1828
1828
|
"async-lock",
|
|
1829
1829
|
"futures",
|
|
@@ -1845,7 +1845,7 @@ dependencies = [
|
|
|
1845
1845
|
|
|
1846
1846
|
[[package]]
|
|
1847
1847
|
name = "perspective-js"
|
|
1848
|
-
version = "3.1.
|
|
1848
|
+
version = "3.1.2"
|
|
1849
1849
|
dependencies = [
|
|
1850
1850
|
"anyhow",
|
|
1851
1851
|
"base64 0.13.1",
|
|
@@ -1874,7 +1874,7 @@ dependencies = [
|
|
|
1874
1874
|
|
|
1875
1875
|
[[package]]
|
|
1876
1876
|
name = "perspective-lint"
|
|
1877
|
-
version = "3.1.
|
|
1877
|
+
version = "3.1.2"
|
|
1878
1878
|
dependencies = [
|
|
1879
1879
|
"glob",
|
|
1880
1880
|
"yew-fmt",
|
|
@@ -1893,7 +1893,7 @@ dependencies = [
|
|
|
1893
1893
|
|
|
1894
1894
|
[[package]]
|
|
1895
1895
|
name = "perspective-python"
|
|
1896
|
-
version = "3.1.
|
|
1896
|
+
version = "3.1.2"
|
|
1897
1897
|
dependencies = [
|
|
1898
1898
|
"async-lock",
|
|
1899
1899
|
"cmake",
|
|
@@ -1913,7 +1913,7 @@ dependencies = [
|
|
|
1913
1913
|
|
|
1914
1914
|
[[package]]
|
|
1915
1915
|
name = "perspective-server"
|
|
1916
|
-
version = "3.1.
|
|
1916
|
+
version = "3.1.2"
|
|
1917
1917
|
dependencies = [
|
|
1918
1918
|
"async-lock",
|
|
1919
1919
|
"base64 0.22.1",
|
|
@@ -1929,7 +1929,7 @@ dependencies = [
|
|
|
1929
1929
|
|
|
1930
1930
|
[[package]]
|
|
1931
1931
|
name = "perspective-viewer"
|
|
1932
|
-
version = "3.1.
|
|
1932
|
+
version = "3.1.2"
|
|
1933
1933
|
dependencies = [
|
|
1934
1934
|
"anyhow",
|
|
1935
1935
|
"async-lock",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
# ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
|
|
11
11
|
# ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
|
12
12
|
|
|
13
|
-
__version__ = "3.1.
|
|
13
|
+
__version__ = "3.1.2"
|
|
14
14
|
__all__ = [
|
|
15
15
|
"_jupyter_labextension_paths",
|
|
16
16
|
"Server",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
[package]
|
|
14
14
|
name = "perspective-client"
|
|
15
|
-
version = "3.1.
|
|
15
|
+
version = "3.1.2"
|
|
16
16
|
authors = ["Andrew Stein <steinlink@gmail.com>"]
|
|
17
17
|
edition = "2021"
|
|
18
18
|
description = "A data visualization and analytics component, especially well-suited for large and/or streaming datasets."
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
[package]
|
|
14
14
|
name = "perspective-python"
|
|
15
|
-
version = "3.1.
|
|
15
|
+
version = "3.1.2"
|
|
16
16
|
edition = "2021"
|
|
17
17
|
description = "A data visualization and analytics component, especially well-suited for large and/or streaming datasets."
|
|
18
18
|
repository = "https://github.com/finos/perspective"
|
|
@@ -53,8 +53,8 @@ python-config-rs = "0.1.2"
|
|
|
53
53
|
|
|
54
54
|
[dependencies]
|
|
55
55
|
async-lock = "2.5.0"
|
|
56
|
-
perspective-client = { version = "3.1.
|
|
57
|
-
perspective-server = { version = "3.1.
|
|
56
|
+
perspective-client = { version = "3.1.2", path = "../perspective-client" }
|
|
57
|
+
perspective-server = { version = "3.1.2", path = "../perspective-server" }
|
|
58
58
|
pollster = "0.3.0"
|
|
59
59
|
extend = "1.1.2"
|
|
60
60
|
futures = "0.3.28"
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
# ┃ of the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0). ┃
|
|
11
11
|
# ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
|
12
12
|
|
|
13
|
-
__version__ = "3.1.
|
|
13
|
+
__version__ = "3.1.2"
|
|
14
14
|
__all__ = [
|
|
15
15
|
"_jupyter_labextension_paths",
|
|
16
16
|
"Server",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
[package]
|
|
14
14
|
name = "perspective-server"
|
|
15
|
-
version = "3.1.
|
|
15
|
+
version = "3.1.2"
|
|
16
16
|
authors = ["Andrew Stein <steinlink@gmail.com>"]
|
|
17
17
|
edition = "2021"
|
|
18
18
|
description = "A data visualization and analytics component, especially well-suited for large and/or streaming datasets."
|
|
@@ -47,7 +47,7 @@ shlex = "1.3.0"
|
|
|
47
47
|
|
|
48
48
|
[dependencies]
|
|
49
49
|
link-cplusplus = "1.0.9"
|
|
50
|
-
perspective-client = { version = "3.1.
|
|
50
|
+
perspective-client = { version = "3.1.2", path = "../perspective-client" }
|
|
51
51
|
async-lock = "2.5.0"
|
|
52
52
|
tracing = { version = ">=0.1.36" }
|
|
53
53
|
futures = "0.3"
|
|
@@ -26,10 +26,24 @@ pub fn cmake_build() -> Result<Option<PathBuf>, std::io::Error> {
|
|
|
26
26
|
let profile = std::env::var("PROFILE").unwrap();
|
|
27
27
|
dst.always_configure(true);
|
|
28
28
|
dst.define("CMAKE_BUILD_TYPE", profile.as_str());
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
29
|
+
|
|
30
|
+
if cfg!(target_os = "macos") {
|
|
31
|
+
// Set CMAKE_OSX_ARCHITECTURES et al. for Mac builds. Arrow does not forward on
|
|
32
|
+
// CMAKE_OSX_ARCHITECTURES and but it does forward on a
|
|
33
|
+
// CMAKE_TOOLCHAIN_FILE. In Conda builds, the environment sets
|
|
34
|
+
// `CMAKE_ARGS` up with various toolchain arguments. This block may need
|
|
35
|
+
// to be patched out or adjusted for Conda.
|
|
36
|
+
let toolchain_file = match std::env::var("PSP_ARCH").as_deref() {
|
|
37
|
+
Ok("x86_64") => "./cmake/toolchains/darwin-x86_64.cmake",
|
|
38
|
+
Ok("aarch64") => "./cmake/toolchains/darwin-arm64.cmake",
|
|
39
|
+
arch @ Ok(_) | arch @ Err(_) => {
|
|
40
|
+
panic!("Unknown PSP_ARCH value: {:?}", arch)
|
|
41
|
+
},
|
|
42
|
+
};
|
|
43
|
+
dst.define(
|
|
44
|
+
"CMAKE_TOOLCHAIN_FILE",
|
|
45
|
+
std::fs::canonicalize(toolchain_file).expect("Failed to canonicalize toolchain file."),
|
|
46
|
+
);
|
|
33
47
|
}
|
|
34
48
|
|
|
35
49
|
if std::env::var("TARGET")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/server/test_server.py
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/server/test_session.py
RENAMED
|
File without changes
|
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/arrow/date32.arrow
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/arrow/date64.arrow
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/arrow/dict.arrow
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/object_sequence.py
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/test_delete.py
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/test_exception.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/test_remove.py
RENAMED
|
File without changes
|
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/test_table_arrow.py
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/test_table_datetime.py
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/test_table_infer.py
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/test_table_limit.py
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/test_table_numpy.py
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/test_table_pandas.py
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/test_to_arrow.py
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/test_to_arrow_lz4.py
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/test_to_format.py
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/test_update.py
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/test_update_arrow.py
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/table/test_update_pandas.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/test_dependencies.py
RENAMED
|
File without changes
|
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/viewer/test_validate.py
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/viewer/test_viewer.py
RENAMED
|
File without changes
|
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/widget/test_widget.py
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/tests/widget/test_widget_pandas.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/perspective/widget/viewer/viewer_traitlets.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/client/table.md
RENAMED
|
File without changes
|
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/client.md
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/expressions.md
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/index.html
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/table/clear.md
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/table/columns.md
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/table/delete.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/table/remove.md
RENAMED
|
File without changes
|
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/table/replace.md
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/table/schema.md
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/table/size.md
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/table/update.md
RENAMED
|
File without changes
|
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/table/view.md
RENAMED
|
File without changes
|
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/view/collapse.md
RENAMED
|
File without changes
|
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/view/delete.md
RENAMED
|
File without changes
|
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/view/expand.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/view/num_rows.md
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/view/on_delete.md
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/view/on_update.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/view/schema.md
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/view/set_depth.md
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/view/to_arrow.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/view/to_csv.md
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/docs/view/to_json.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/src/rust/client.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/src/rust/config/mod.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/src/rust/lib.rs
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/src/rust/session.rs
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/src/rust/table.rs
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/src/rust/table_data.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/src/rust/utils/mod.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-client/src/rust/view.rs
RENAMED
|
File without changes
|
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/bench/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/bench/runtime/bench.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/bench/tornado/bench.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/docs/index.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/src/client/mod.rs
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/src/client/pandas.rs
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/src/client/pyarrow.rs
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/src/client/python.rs
RENAMED
|
File without changes
|
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-python/src/server/mod.rs
RENAMED
|
File without changes
|
|
File without changes
|
|
@@ -41,6 +41,10 @@ pub fn copy_dir_all(
|
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
fn main() -> Result<(), std::io::Error> {
|
|
44
|
+
if std::env::var("DOCS_RS").is_ok() {
|
|
45
|
+
return Ok(());
|
|
46
|
+
}
|
|
47
|
+
|
|
44
48
|
let markdown = fs::read_to_string("./docs/lib.md")?;
|
|
45
49
|
let markdown = Regex::new("<img src=\"(.+?)\"")
|
|
46
50
|
.expect("regex")
|
|
@@ -54,10 +58,6 @@ fn main() -> Result<(), std::io::Error> {
|
|
|
54
58
|
});
|
|
55
59
|
|
|
56
60
|
std::fs::write("docs/lib_gen.md", markdown.as_ref())?;
|
|
57
|
-
if std::env::var("DOCS_RS").is_ok() {
|
|
58
|
-
return Ok(());
|
|
59
|
-
}
|
|
60
|
-
|
|
61
61
|
if std::env::var("CARGO_FEATURE_EXTERNAL_CPP").is_ok() {
|
|
62
62
|
println!("cargo:warning=MESSAGE Building in development mode");
|
|
63
63
|
let root_dir_env = std::env::var("PSP_ROOT_DIR").expect("Must set PSP_ROOT_DIR");
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-server/docs/architecture.dot
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-server/docs/architecture.svg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-server/src/local_client.rs
RENAMED
|
File without changes
|
{perspective_python-3.1.1 → perspective_python-3.1.2}/rust/perspective-server/src/local_session.rs
RENAMED
|
File without changes
|
|
File without changes
|