perspective-python 4.5.2__tar.gz → 5.1.0__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.
Files changed (115) hide show
  1. {perspective_python-4.5.2 → perspective_python-5.1.0}/Cargo.toml +5 -4
  2. {perspective_python-4.5.2 → perspective_python-5.1.0}/LICENSE_THIRDPARTY_cargo.yml +58 -2334
  3. {perspective_python-4.5.2 → perspective_python-5.1.0}/PKG-INFO +2 -2
  4. {perspective_python-4.5.2 → perspective_python-5.1.0}/docs/lib.md +8 -9
  5. {perspective_python-4.5.2 → perspective_python-5.1.0}/package.json +1 -1
  6. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/__init__.py +1 -1
  7. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/templates/exported_widget.html.template +8 -4
  8. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/conftest.py +16 -3
  9. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/table/test_table_datetime.py +216 -81
  10. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/virtual_servers/test_duckdb.py +12 -12
  11. perspective_python-5.1.0/perspective/tests/widget/test_anywidget_smoke.py +109 -0
  12. perspective_python-5.1.0/perspective/tests/widget/test_widget_html_export.py +113 -0
  13. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/virtual_servers/clickhouse.py +35 -0
  14. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/virtual_servers/duckdb.py +32 -0
  15. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/widget/__init__.py +33 -31
  16. perspective_python-5.1.0/perspective/widget/static/perspective-anywidget.css +1 -0
  17. perspective_python-5.1.0/perspective/widget/static/perspective-anywidget.js +32 -0
  18. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/widget/viewer/viewer.py +8 -0
  19. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/widget/viewer/viewer_traitlets.py +5 -9
  20. {perspective_python-4.5.2/perspective_python-4.5.2.data → perspective_python-5.1.0/perspective_python-5.1.0.data}/data/share/jupyter/labextensions/@perspective-dev/jupyterlab/package.json +7 -16
  21. perspective_python-5.1.0/perspective_python-5.1.0.data/data/share/jupyter/labextensions/@perspective-dev/jupyterlab/static/253.84c2bebb5e1d954fa5fc.js +1 -0
  22. perspective_python-5.1.0/perspective_python-5.1.0.data/data/share/jupyter/labextensions/@perspective-dev/jupyterlab/static/523.d27f080e8e2b8d5a0e38.js +1 -0
  23. perspective_python-5.1.0/perspective_python-5.1.0.data/data/share/jupyter/labextensions/@perspective-dev/jupyterlab/static/remoteEntry.c0c820e3dbc126ba1ce6.js +1 -0
  24. {perspective_python-4.5.2 → perspective_python-5.1.0}/pyproject.toml +4 -2
  25. {perspective_python-4.5.2 → perspective_python-5.1.0}/src/server/virtual_server_sync.rs +1 -1
  26. perspective_python-4.5.2/perspective/extension/finos-perspective-nbextension.json +0 -5
  27. perspective_python-4.5.2/perspective/widget/viewer/validate.py +0 -22
  28. perspective_python-4.5.2/perspective_python-4.5.2.data/data/share/jupyter/labextensions/@perspective-dev/jupyterlab/static/253.e28d850f0dfae951483e.js +0 -1
  29. perspective_python-4.5.2/perspective_python-4.5.2.data/data/share/jupyter/labextensions/@perspective-dev/jupyterlab/static/523.0360a021ae2c945ac3c7.js +0 -1
  30. perspective_python-4.5.2/perspective_python-4.5.2.data/data/share/jupyter/labextensions/@perspective-dev/jupyterlab/static/remoteEntry.1173126560437ad8acea.js +0 -1
  31. {perspective_python-4.5.2 → perspective_python-5.1.0}/LICENSE.md +0 -0
  32. {perspective_python-4.5.2 → perspective_python-5.1.0}/README.md +0 -0
  33. {perspective_python-4.5.2 → perspective_python-5.1.0}/build.rs +0 -0
  34. {perspective_python-4.5.2 → perspective_python-5.1.0}/docs/index.html +0 -0
  35. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/handlers/__init__.py +0 -0
  36. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/handlers/aiohttp.py +0 -0
  37. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/handlers/starlette.py +0 -0
  38. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/handlers/tornado.py +0 -0
  39. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/__init__.py +0 -0
  40. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/async/test_async_client.py +0 -0
  41. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/async/test_websocket_client.py +0 -0
  42. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/core/__init__.py +0 -0
  43. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/core/test_async.py +0 -0
  44. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/multi_threaded/__init__.py +0 -0
  45. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/multi_threaded/test_multi_threaded.py +0 -0
  46. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/server/__init__.py +0 -0
  47. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/server/test_server.py +0 -0
  48. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/server/test_session.py +0 -0
  49. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/table/__init__.py +0 -0
  50. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/table/arrow/date32.arrow +0 -0
  51. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/table/arrow/date64.arrow +0 -0
  52. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/table/arrow/dict.arrow +0 -0
  53. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/table/arrow/dict_update.arrow +0 -0
  54. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/table/arrow/int_float_str.arrow +0 -0
  55. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/table/arrow/int_float_str_file.arrow +0 -0
  56. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/table/arrow/int_float_str_update.arrow +0 -0
  57. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/table/object_sequence.py +0 -0
  58. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/table/test_column_paths.py +0 -0
  59. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/table/test_delete.py +0 -0
  60. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/table/test_exception.py +0 -0
  61. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/table/test_join.py +0 -0
  62. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/table/test_leaks.py +0 -0
  63. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/table/test_ports.py +0 -0
  64. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/table/test_remove.py +0 -0
  65. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/table/test_table.py +0 -0
  66. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/table/test_table_arrow.py +0 -0
  67. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/table/test_table_infer.py +0 -0
  68. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/table/test_table_limit.py +0 -0
  69. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/table/test_table_numpy.py +0 -0
  70. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/table/test_table_page_to_disk.py +0 -0
  71. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/table/test_table_pandas.py +0 -0
  72. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/table/test_table_polars.py +0 -0
  73. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/table/test_table_view_table.py +0 -0
  74. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/table/test_to_arrow.py +0 -0
  75. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/table/test_to_arrow_lz4.py +0 -0
  76. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/table/test_to_format.py +0 -0
  77. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/table/test_to_polars.py +0 -0
  78. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/table/test_update.py +0 -0
  79. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/table/test_update_arrow.py +0 -0
  80. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/table/test_update_pandas.py +0 -0
  81. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/table/test_view.py +0 -0
  82. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/table/test_view_expression.py +0 -0
  83. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/test_dependencies.py +0 -0
  84. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/viewer/__init__.py +0 -0
  85. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/viewer/test_viewer.py +0 -0
  86. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/virtual_servers/__init__.py +0 -0
  87. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/virtual_servers/test_coerce_types.py +0 -0
  88. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/virtual_servers/test_polars.py +0 -0
  89. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/widget/__init__.py +0 -0
  90. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/widget/test_widget.py +0 -0
  91. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/tests/widget/test_widget_pandas.py +0 -0
  92. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/virtual_servers/__init__.py +0 -0
  93. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/virtual_servers/polars.py +0 -0
  94. {perspective_python-4.5.2 → perspective_python-5.1.0}/perspective/widget/viewer/__init__.py +0 -0
  95. {perspective_python-4.5.2/perspective_python-4.5.2.data → perspective_python-5.1.0/perspective_python-5.1.0.data}/data/share/jupyter/labextensions/@perspective-dev/jupyterlab/install.json +0 -0
  96. {perspective_python-4.5.2/perspective_python-4.5.2.data → perspective_python-5.1.0/perspective_python-5.1.0.data}/data/share/jupyter/labextensions/@perspective-dev/jupyterlab/static/style.js +0 -0
  97. {perspective_python-4.5.2/perspective_python-4.5.2.data → perspective_python-5.1.0/perspective_python-5.1.0.data}/data/share/jupyter/labextensions/@perspective-dev/jupyterlab/static/third-party-licenses.json +0 -0
  98. {perspective_python-4.5.2 → perspective_python-5.1.0}/src/client/client_async.rs +0 -0
  99. {perspective_python-4.5.2 → perspective_python-5.1.0}/src/client/client_sync.rs +0 -0
  100. {perspective_python-4.5.2 → perspective_python-5.1.0}/src/client/mod.rs +0 -0
  101. {perspective_python-4.5.2 → perspective_python-5.1.0}/src/client/pandas.rs +0 -0
  102. {perspective_python-4.5.2 → perspective_python-5.1.0}/src/client/polars.rs +0 -0
  103. {perspective_python-4.5.2 → perspective_python-5.1.0}/src/client/proxy_session.rs +0 -0
  104. {perspective_python-4.5.2 → perspective_python-5.1.0}/src/client/pyarrow.rs +0 -0
  105. {perspective_python-4.5.2 → perspective_python-5.1.0}/src/client/table_data.rs +0 -0
  106. {perspective_python-4.5.2 → perspective_python-5.1.0}/src/client/update_data.rs +0 -0
  107. {perspective_python-4.5.2 → perspective_python-5.1.0}/src/lib.rs +0 -0
  108. {perspective_python-4.5.2 → perspective_python-5.1.0}/src/py_async.rs +0 -0
  109. {perspective_python-4.5.2 → perspective_python-5.1.0}/src/py_err.rs +0 -0
  110. {perspective_python-4.5.2 → perspective_python-5.1.0}/src/server/generic_sql_model.rs +0 -0
  111. {perspective_python-4.5.2 → perspective_python-5.1.0}/src/server/mod.rs +0 -0
  112. {perspective_python-4.5.2 → perspective_python-5.1.0}/src/server/server_async.rs +0 -0
  113. {perspective_python-4.5.2 → perspective_python-5.1.0}/src/server/server_sync.rs +0 -0
  114. {perspective_python-4.5.2 → perspective_python-5.1.0}/src/server/session_async.rs +0 -0
  115. {perspective_python-4.5.2 → perspective_python-5.1.0}/src/server/session_sync.rs +0 -0
@@ -12,7 +12,7 @@
12
12
 
13
13
  [package]
14
14
  name = "perspective-python"
15
- version = "4.5.2"
15
+ version = "5.1.0"
16
16
  edition = "2024"
17
17
  description = "A data visualization and analytics component, especially well-suited for large and/or streaming datasets."
18
18
  repository = "https://github.com/perspective-dev/perspective"
@@ -29,9 +29,10 @@ include = [
29
29
  "README.md",
30
30
  "./package.json",
31
31
  "perspective/**/*.py",
32
- "perspective/extension",
33
32
  "perspective/templates",
34
33
  "perspective/tests/**/*.arrow",
34
+ "perspective/widget/static/perspective-anywidget.js",
35
+ "perspective/widget/static/perspective-anywidget.css",
35
36
  "./pyproject.toml",
36
37
  "src/**/*.rs",
37
38
  "docs/**/*",
@@ -57,8 +58,8 @@ pyo3-build-config = "0.25.1"
57
58
  python-config-rs = "0.1.2"
58
59
 
59
60
  [dependencies]
60
- perspective-client = { version = "4.5.2" }
61
- perspective-server = { version = "4.5.2" }
61
+ perspective-client = { version = "5.1.0" }
62
+ perspective-server = { version = "5.1.0" }
62
63
  bytes = "1.10.1"
63
64
  chrono = "0.4"
64
65
  macro_rules_attribute = "0.2.2"