arrowspace 0.21.0__tar.gz → 0.24.5__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 (184) hide show
  1. {arrowspace-0.21.0 → arrowspace-0.24.5}/Cargo.lock +924 -12
  2. arrowspace-0.24.5/Cargo.toml +45 -0
  3. arrowspace-0.24.5/PKG-INFO +107 -0
  4. arrowspace-0.24.5/README.md +72 -0
  5. arrowspace-0.24.5/pyproject.toml +53 -0
  6. {arrowspace-0.21.0 → arrowspace-0.24.5}/src/helpers.rs +28 -2
  7. {arrowspace-0.21.0 → arrowspace-0.24.5}/src/lib.rs +165 -1
  8. arrowspace-0.24.5/src/sorted_index.rs +29 -0
  9. arrowspace-0.24.5/src/subgraphs.rs +87 -0
  10. arrowspace-0.24.5/tests/eigen_maps_params_learning.py +631 -0
  11. arrowspace-0.24.5/tests/energy_maps_params_learning.py +760 -0
  12. arrowspace-0.21.0/tests/test_0.py → arrowspace-0.24.5/tests/test_0_0.py +15 -8
  13. arrowspace-0.24.5/tests/test_0_1.py +96 -0
  14. arrowspace-0.24.5/tests/test_0_2_motives.py +62 -0
  15. arrowspace-0.24.5/tests/test_0_3_subgraphs.py +79 -0
  16. arrowspace-0.24.5/tests/test_10_CVE_sorted_set_fixed_eta.py +508 -0
  17. arrowspace-0.21.0/tests/test_2_CVE_db.py → arrowspace-0.24.5/tests/test_11_CVE_eigenmaps_sorted_set.py +36 -207
  18. arrowspace-0.24.5/tests/test_2_CVE_db.py +1400 -0
  19. {arrowspace-0.21.0 → arrowspace-0.24.5}/tests/test_8_CVE_db_sweep.py +4 -0
  20. {arrowspace-0.21.0 → arrowspace-0.24.5}/tests/test_9_CVE_db_fixed_eta.py +10 -6
  21. arrowspace-0.21.0/.github/workflows/CI.yml +0 -175
  22. arrowspace-0.21.0/.github/workflows/python-publish.yml +0 -137
  23. arrowspace-0.21.0/Cargo.toml +0 -20
  24. arrowspace-0.21.0/PKG-INFO +0 -10
  25. arrowspace-0.21.0/pyproject.toml +0 -28
  26. arrowspace-0.21.0/tests/output/1760231695_v0_15/cve_comparison_metrics.csv +0 -4
  27. arrowspace-0.21.0/tests/output/1760231695_v0_15/cve_search_results.csv +0 -91
  28. arrowspace-0.21.0/tests/output/1760231695_v0_15/cve_summary.csv +0 -7
  29. arrowspace-0.21.0/tests/output/1760231695_v0_15/cve_tail_analysis.png +0 -0
  30. arrowspace-0.21.0/tests/output/1760231695_v0_15/cve_tail_metrics.csv +0 -10
  31. arrowspace-0.21.0/tests/output/1760231695_v0_15/cve_top10_comparison.png +0 -0
  32. arrowspace-0.21.0/tests/output/1760231695_v0_15/test_results.txt +0 -256
  33. arrowspace-0.21.0/tests/output/1760238942_v0_15/cve_tail_analysis.png +0 -0
  34. arrowspace-0.21.0/tests/output/1760238942_v0_15/cve_top10_comparison.png +0 -0
  35. arrowspace-0.21.0/tests/output/1760238942_v0_15/test_results.txt +0 -248
  36. arrowspace-0.21.0/tests/output/1760405824_v0_15_with_spec/cve_comparison_metrics.csv +0 -4
  37. arrowspace-0.21.0/tests/output/1760405824_v0_15_with_spec/cve_search_results.csv +0 -91
  38. arrowspace-0.21.0/tests/output/1760405824_v0_15_with_spec/cve_summary.csv +0 -7
  39. arrowspace-0.21.0/tests/output/1760405824_v0_15_with_spec/cve_tail_analysis.png +0 -0
  40. arrowspace-0.21.0/tests/output/1760405824_v0_15_with_spec/cve_tail_metrics.csv +0 -10
  41. arrowspace-0.21.0/tests/output/1760405824_v0_15_with_spec/cve_top10_comparison.png +0 -0
  42. arrowspace-0.21.0/tests/output/1760405824_v0_15_with_spec/test_results.txt +0 -259
  43. arrowspace-0.21.0/tests/output/1760485696_with_spec_new_data/cve_comparison_metrics.csv +0 -4
  44. arrowspace-0.21.0/tests/output/1760485696_with_spec_new_data/cve_search_results.csv +0 -91
  45. arrowspace-0.21.0/tests/output/1760485696_with_spec_new_data/cve_summary.csv +0 -7
  46. arrowspace-0.21.0/tests/output/1760485696_with_spec_new_data/cve_tail_analysis.png +0 -0
  47. arrowspace-0.21.0/tests/output/1760485696_with_spec_new_data/cve_tail_metrics.csv +0 -10
  48. arrowspace-0.21.0/tests/output/1760485696_with_spec_new_data/cve_top10_comparison.png +0 -0
  49. arrowspace-0.21.0/tests/output/1760485696_with_spec_new_data/test_results.txt +0 -257
  50. arrowspace-0.21.0/tests/output/1760626651_v0_15/cve_comparison_metrics.csv +0 -4
  51. arrowspace-0.21.0/tests/output/1760626651_v0_15/cve_search_results.csv +0 -91
  52. arrowspace-0.21.0/tests/output/1760626651_v0_15/cve_summary.csv +0 -7
  53. arrowspace-0.21.0/tests/output/1760626651_v0_15/cve_tail_analysis_v0_16.png +0 -0
  54. arrowspace-0.21.0/tests/output/1760626651_v0_15/cve_tail_metrics.csv +0 -10
  55. arrowspace-0.21.0/tests/output/1760626651_v0_15/cve_top10_comparison_v0_16.png +0 -0
  56. arrowspace-0.21.0/tests/output/1760626651_v0_15/test_results.txt +0 -251
  57. arrowspace-0.21.0/tests/output/1760705545_v0_16/cve_comparison_metrics.csv +0 -4
  58. arrowspace-0.21.0/tests/output/1760705545_v0_16/cve_search_results.csv +0 -91
  59. arrowspace-0.21.0/tests/output/1760705545_v0_16/cve_summary.csv +0 -7
  60. arrowspace-0.21.0/tests/output/1760705545_v0_16/cve_tail_analysis.png +0 -0
  61. arrowspace-0.21.0/tests/output/1760705545_v0_16/cve_tail_metrics.csv +0 -10
  62. arrowspace-0.21.0/tests/output/1760705545_v0_16/cve_top10_comparison.png +0 -0
  63. arrowspace-0.21.0/tests/output/1760705545_v0_16/test_results.txt +0 -247
  64. arrowspace-0.21.0/tests/output/1761047573_v0_17/cve_comparison_metrics.csv +0 -4
  65. arrowspace-0.21.0/tests/output/1761047573_v0_17/cve_search_results.csv +0 -136
  66. arrowspace-0.21.0/tests/output/1761047573_v0_17/cve_summary.csv +0 -7
  67. arrowspace-0.21.0/tests/output/1761047573_v0_17/cve_tail_analysis.png +0 -0
  68. arrowspace-0.21.0/tests/output/1761047573_v0_17/cve_tail_metrics.csv +0 -10
  69. arrowspace-0.21.0/tests/output/1761047573_v0_17/cve_top10_comparison.png +0 -0
  70. arrowspace-0.21.0/tests/output/1761047573_v0_17/test_results.txt +0 -248
  71. arrowspace-0.21.0/tests/output/1761063134_v0_17_beir-msmarco/beir_evaluation_results.json +0 -23
  72. arrowspace-0.21.0/tests/output/1761063134_v0_17_beir-msmarco/test_results.txt +0 -131
  73. arrowspace-0.21.0/tests/output/1761063804_v0_17_msmarco_tausweep/beir_tau_sweep_results.json +0 -53
  74. arrowspace-0.21.0/tests/output/1761063804_v0_17_msmarco_tausweep/test_results.txt +0 -272
  75. arrowspace-0.21.0/tests/output/1761065864_v0_17_msmarco_epssweep/beir_eps_sweep_results.json +0 -71
  76. arrowspace-0.21.0/tests/output/1761065864_v0_17_msmarco_epssweep/test_results.txt +0 -305
  77. arrowspace-0.21.0/tests/output/1761082320_v0_17_beir_new_score_6/test_results.txt +0 -105
  78. arrowspace-0.21.0/tests/output/1761082320_v0_17_beir_new_score_6/topology_aware_evaluation.json +0 -170
  79. arrowspace-0.21.0/tests/output/1761084560_v0_17_beir_new_score_6/test_results.txt +0 -105
  80. arrowspace-0.21.0/tests/output/1761084560_v0_17_beir_new_score_6/topology_aware_evaluation.json +0 -197
  81. arrowspace-0.21.0/tests/output/1761085598_v0_17_beir_new_score_7/improvement_heatmap.png +0 -0
  82. arrowspace-0.21.0/tests/output/1761085598_v0_17_beir_new_score_7/metrics_by_tau.png +0 -0
  83. arrowspace-0.21.0/tests/output/1761085598_v0_17_beir_new_score_7/per_query_comparison_tau_0.42.png +0 -0
  84. arrowspace-0.21.0/tests/output/1761085598_v0_17_beir_new_score_7/per_query_comparison_tau_0.55.png +0 -0
  85. arrowspace-0.21.0/tests/output/1761085598_v0_17_beir_new_score_7/per_query_comparison_tau_0.62.png +0 -0
  86. arrowspace-0.21.0/tests/output/1761085598_v0_17_beir_new_score_7/per_query_improvements_tau_0.42.png +0 -0
  87. arrowspace-0.21.0/tests/output/1761085598_v0_17_beir_new_score_7/per_query_improvements_tau_0.55.png +0 -0
  88. arrowspace-0.21.0/tests/output/1761085598_v0_17_beir_new_score_7/per_query_improvements_tau_0.62.png +0 -0
  89. arrowspace-0.21.0/tests/output/1761085598_v0_17_beir_new_score_7/radar_chart_tau_0.42.png +0 -0
  90. arrowspace-0.21.0/tests/output/1761085598_v0_17_beir_new_score_7/radar_chart_tau_0.55.png +0 -0
  91. arrowspace-0.21.0/tests/output/1761085598_v0_17_beir_new_score_7/radar_chart_tau_0.62.png +0 -0
  92. arrowspace-0.21.0/tests/output/1761085598_v0_17_beir_new_score_7/score_distributions_tau_0.42.png +0 -0
  93. arrowspace-0.21.0/tests/output/1761085598_v0_17_beir_new_score_7/score_distributions_tau_0.55.png +0 -0
  94. arrowspace-0.21.0/tests/output/1761085598_v0_17_beir_new_score_7/score_distributions_tau_0.62.png +0 -0
  95. arrowspace-0.21.0/tests/output/1761085598_v0_17_beir_new_score_7/summary_report.txt +0 -57
  96. arrowspace-0.21.0/tests/output/1761085598_v0_17_beir_new_score_7/topology_aware_tau_sweep.json +0 -549
  97. arrowspace-0.21.0/tests/output/1761087849_v0_17_beir_new_score_7/improvement_heatmap.png +0 -0
  98. arrowspace-0.21.0/tests/output/1761087849_v0_17_beir_new_score_7/metrics_by_tau.png +0 -0
  99. arrowspace-0.21.0/tests/output/1761087849_v0_17_beir_new_score_7/per_query_comparison_tau_0.42.png +0 -0
  100. arrowspace-0.21.0/tests/output/1761087849_v0_17_beir_new_score_7/per_query_comparison_tau_0.55.png +0 -0
  101. arrowspace-0.21.0/tests/output/1761087849_v0_17_beir_new_score_7/per_query_comparison_tau_0.62.png +0 -0
  102. arrowspace-0.21.0/tests/output/1761087849_v0_17_beir_new_score_7/per_query_improvements_tau_0.42.png +0 -0
  103. arrowspace-0.21.0/tests/output/1761087849_v0_17_beir_new_score_7/per_query_improvements_tau_0.55.png +0 -0
  104. arrowspace-0.21.0/tests/output/1761087849_v0_17_beir_new_score_7/per_query_improvements_tau_0.62.png +0 -0
  105. arrowspace-0.21.0/tests/output/1761087849_v0_17_beir_new_score_7/radar_chart_tau_0.42.png +0 -0
  106. arrowspace-0.21.0/tests/output/1761087849_v0_17_beir_new_score_7/radar_chart_tau_0.55.png +0 -0
  107. arrowspace-0.21.0/tests/output/1761087849_v0_17_beir_new_score_7/radar_chart_tau_0.62.png +0 -0
  108. arrowspace-0.21.0/tests/output/1761087849_v0_17_beir_new_score_7/score_distributions_tau_0.42.png +0 -0
  109. arrowspace-0.21.0/tests/output/1761087849_v0_17_beir_new_score_7/score_distributions_tau_0.55.png +0 -0
  110. arrowspace-0.21.0/tests/output/1761087849_v0_17_beir_new_score_7/score_distributions_tau_0.62.png +0 -0
  111. arrowspace-0.21.0/tests/output/1761087849_v0_17_beir_new_score_7/summary_report.txt +0 -58
  112. arrowspace-0.21.0/tests/output/1761087849_v0_17_beir_new_score_7/topology_aware_tau_sweep.json +0 -549
  113. arrowspace-0.21.0/tests/output/1761090699_v0_17_beir_new_score_7/improvement_heatmap.png +0 -0
  114. arrowspace-0.21.0/tests/output/1761090699_v0_17_beir_new_score_7/metrics_by_tau.png +0 -0
  115. arrowspace-0.21.0/tests/output/1761090699_v0_17_beir_new_score_7/per_query_comparison_tau_0.42.png +0 -0
  116. arrowspace-0.21.0/tests/output/1761090699_v0_17_beir_new_score_7/per_query_comparison_tau_0.55.png +0 -0
  117. arrowspace-0.21.0/tests/output/1761090699_v0_17_beir_new_score_7/per_query_comparison_tau_0.62.png +0 -0
  118. arrowspace-0.21.0/tests/output/1761090699_v0_17_beir_new_score_7/per_query_improvements_tau_0.42.png +0 -0
  119. arrowspace-0.21.0/tests/output/1761090699_v0_17_beir_new_score_7/per_query_improvements_tau_0.55.png +0 -0
  120. arrowspace-0.21.0/tests/output/1761090699_v0_17_beir_new_score_7/per_query_improvements_tau_0.62.png +0 -0
  121. arrowspace-0.21.0/tests/output/1761090699_v0_17_beir_new_score_7/radar_chart_tau_0.42.png +0 -0
  122. arrowspace-0.21.0/tests/output/1761090699_v0_17_beir_new_score_7/radar_chart_tau_0.55.png +0 -0
  123. arrowspace-0.21.0/tests/output/1761090699_v0_17_beir_new_score_7/radar_chart_tau_0.62.png +0 -0
  124. arrowspace-0.21.0/tests/output/1761090699_v0_17_beir_new_score_7/score_distributions_tau_0.42.png +0 -0
  125. arrowspace-0.21.0/tests/output/1761090699_v0_17_beir_new_score_7/score_distributions_tau_0.55.png +0 -0
  126. arrowspace-0.21.0/tests/output/1761090699_v0_17_beir_new_score_7/score_distributions_tau_0.62.png +0 -0
  127. arrowspace-0.21.0/tests/output/1761090699_v0_17_beir_new_score_7/summary_report.txt +0 -58
  128. arrowspace-0.21.0/tests/output/1761090699_v0_17_beir_new_score_7/topology_aware_tau_sweep.json +0 -549
  129. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/improvement_heatmap.png +0 -0
  130. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/metrics_by_tau.png +0 -0
  131. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/per_query_comparison_tau_0.0.png +0 -0
  132. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/per_query_comparison_tau_0.42.png +0 -0
  133. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/per_query_comparison_tau_0.62.png +0 -0
  134. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/per_query_comparison_tau_0.8.png +0 -0
  135. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/per_query_improvements_tau_0.0.png +0 -0
  136. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/per_query_improvements_tau_0.42.png +0 -0
  137. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/per_query_improvements_tau_0.62.png +0 -0
  138. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/per_query_improvements_tau_0.8.png +0 -0
  139. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/radar_chart_tau_0.0.png +0 -0
  140. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/radar_chart_tau_0.42.png +0 -0
  141. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/radar_chart_tau_0.62.png +0 -0
  142. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/radar_chart_tau_0.8.png +0 -0
  143. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/score_distributions_tau_0.0.png +0 -0
  144. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/score_distributions_tau_0.42.png +0 -0
  145. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/score_distributions_tau_0.62.png +0 -0
  146. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/score_distributions_tau_0.8.png +0 -0
  147. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/summary_report.txt +0 -71
  148. arrowspace-0.21.0/tests/output/1761091843_v0_17_beir_new_score_7/topology_aware_tau_sweep.json +0 -725
  149. arrowspace-0.21.0/tests/output/1761234699_v0_18_energymaps_8_sweep/diffusion_sweep_heatmaps.png +0 -0
  150. arrowspace-0.21.0/tests/output/1761234699_v0_18_energymaps_8_sweep/diffusion_sweep_results.csv +0 -17
  151. arrowspace-0.21.0/tests/output/1761234699_v0_18_energymaps_8_sweep/test_results.txt +0 -740
  152. arrowspace-0.21.0/tests/output/1761239603_v0_18_energymaps_9_fixed/diffusion_sweep_heatmaps.png +0 -0
  153. arrowspace-0.21.0/tests/output/1761239603_v0_18_energymaps_9_fixed/diffusion_sweep_results.csv +0 -2
  154. arrowspace-0.21.0/tests/output/1761239603_v0_18_energymaps_9_fixed/test_results.txt +0 -95
  155. arrowspace-0.21.0/tests/output/1761390983_v0_18_1_energymaps_9_sweep/diffusion_sweep_heatmaps.png +0 -0
  156. arrowspace-0.21.0/tests/output/1761390983_v0_18_1_energymaps_9_sweep/diffusion_sweep_results.csv +0 -11
  157. arrowspace-0.21.0/tests/output/1761390983_v0_18_1_energymaps_9_sweep/test_results.txt +0 -482
  158. arrowspace-0.21.0/tests/output/1761485294_v0_18_4_energymaps_9_sweep/diffusion_sweep_heatmaps.png +0 -0
  159. arrowspace-0.21.0/tests/output/1761485294_v0_18_4_energymaps_9_sweep/diffusion_sweep_results.csv +0 -21
  160. arrowspace-0.21.0/tests/output/1761485294_v0_18_4_energymaps_9_sweep/test_results.txt +0 -849
  161. arrowspace-0.21.0/tests/output/1761566447_v0_20_1_energymaps_9_sweep_90k/diffusion_sweep_heatmaps.png +0 -0
  162. arrowspace-0.21.0/tests/output/1761566447_v0_20_1_energymaps_9_sweep_90k/diffusion_sweep_results.csv +0 -21
  163. arrowspace-0.21.0/tests/output/1761566447_v0_20_1_energymaps_9_sweep_90k/test_results.txt +0 -702
  164. arrowspace-0.21.0/tests/output/1761567896_v0_20_1_energymaps_9_sweep_300k/diffusion_sweep_heatmaps.png +0 -0
  165. arrowspace-0.21.0/tests/output/1761567896_v0_20_1_energymaps_9_sweep_300k/diffusion_sweep_results.csv +0 -21
  166. arrowspace-0.21.0/tests/output/1761567896_v0_20_1_energymaps_9_sweep_300k/test_results.txt +0 -703
  167. arrowspace-0.21.0/tests/output/1761567994_v0_21_0_energymaps_9_sweep_300k/diffusion_sweep_heatmaps.png +0 -0
  168. arrowspace-0.21.0/tests/output/1761567994_v0_21_0_energymaps_9_sweep_300k/diffusion_sweep_results.csv +0 -13
  169. arrowspace-0.21.0/tests/output/1761567994_v0_21_0_energymaps_9_sweep_300k/test_results.txt +0 -439
  170. arrowspace-0.21.0/tests/output/CVE-taumode_cosine_eps.csv +0 -15
  171. arrowspace-0.21.0/tests/small_datasets/vectors_data_3000.txt +0 -3000
  172. {arrowspace-0.21.0 → arrowspace-0.24.5}/LICENSE +0 -0
  173. {arrowspace-0.21.0 → arrowspace-0.24.5}/src/energyparams.rs +0 -0
  174. {arrowspace-0.21.0 → arrowspace-0.24.5}/src/tests.rs +0 -0
  175. {arrowspace-0.21.0 → arrowspace-0.24.5}/src/tests_python.rs +0 -0
  176. {arrowspace-0.21.0 → arrowspace-0.24.5}/tests/__init__.py +0 -0
  177. {arrowspace-0.21.0 → arrowspace-0.24.5}/tests/embeddings_model.py +0 -0
  178. {arrowspace-0.21.0 → arrowspace-0.24.5}/tests/requirements.txt +0 -0
  179. {arrowspace-0.21.0 → arrowspace-0.24.5}/tests/test_1_quora_questions.py +0 -0
  180. {arrowspace-0.21.0 → arrowspace-0.24.5}/tests/test_3_beir.py +0 -0
  181. {arrowspace-0.21.0 → arrowspace-0.24.5}/tests/test_4_msmarco_tau_sweep.py +0 -0
  182. {arrowspace-0.21.0 → arrowspace-0.24.5}/tests/test_5_msmarco_eps_sweep.py +0 -0
  183. {arrowspace-0.21.0 → arrowspace-0.24.5}/tests/test_6_beir_new_score.py +0 -0
  184. {arrowspace-0.21.0 → arrowspace-0.24.5}/tests/test_7_beir_new_score_sweep.py +0 -0
@@ -2,6 +2,26 @@
2
2
  # It is not intended for manual editing.
3
3
  version = 4
4
4
 
5
+ [[package]]
6
+ name = "adler2"
7
+ version = "2.0.1"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
+
11
+ [[package]]
12
+ name = "ahash"
13
+ version = "0.8.12"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
16
+ dependencies = [
17
+ "cfg-if",
18
+ "const-random",
19
+ "getrandom 0.3.3",
20
+ "once_cell",
21
+ "version_check",
22
+ "zerocopy",
23
+ ]
24
+
5
25
  [[package]]
6
26
  name = "aho-corasick"
7
27
  version = "1.1.3"
@@ -22,6 +42,30 @@ dependencies = [
22
42
  "num-traits",
23
43
  ]
24
44
 
45
+ [[package]]
46
+ name = "alloc-no-stdlib"
47
+ version = "2.0.4"
48
+ source = "registry+https://github.com/rust-lang/crates.io-index"
49
+ checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
50
+
51
+ [[package]]
52
+ name = "alloc-stdlib"
53
+ version = "0.2.2"
54
+ source = "registry+https://github.com/rust-lang/crates.io-index"
55
+ checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
56
+ dependencies = [
57
+ "alloc-no-stdlib",
58
+ ]
59
+
60
+ [[package]]
61
+ name = "android_system_properties"
62
+ version = "0.1.5"
63
+ source = "registry+https://github.com/rust-lang/crates.io-index"
64
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
65
+ dependencies = [
66
+ "libc",
67
+ ]
68
+
25
69
  [[package]]
26
70
  name = "anstream"
27
71
  version = "0.6.20"
@@ -90,24 +134,254 @@ dependencies = [
90
134
  "num-traits",
91
135
  ]
92
136
 
137
+ [[package]]
138
+ name = "arrow"
139
+ version = "57.1.0"
140
+ source = "registry+https://github.com/rust-lang/crates.io-index"
141
+ checksum = "cb372a7cbcac02a35d3fb7b3fc1f969ec078e871f9bb899bf00a2e1809bec8a3"
142
+ dependencies = [
143
+ "arrow-arith",
144
+ "arrow-array",
145
+ "arrow-buffer",
146
+ "arrow-cast",
147
+ "arrow-csv",
148
+ "arrow-data",
149
+ "arrow-ipc",
150
+ "arrow-json",
151
+ "arrow-ord",
152
+ "arrow-row",
153
+ "arrow-schema",
154
+ "arrow-select",
155
+ "arrow-string",
156
+ ]
157
+
158
+ [[package]]
159
+ name = "arrow-arith"
160
+ version = "57.1.0"
161
+ source = "registry+https://github.com/rust-lang/crates.io-index"
162
+ checksum = "0f377dcd19e440174596d83deb49cd724886d91060c07fec4f67014ef9d54049"
163
+ dependencies = [
164
+ "arrow-array",
165
+ "arrow-buffer",
166
+ "arrow-data",
167
+ "arrow-schema",
168
+ "chrono",
169
+ "num-traits",
170
+ ]
171
+
172
+ [[package]]
173
+ name = "arrow-array"
174
+ version = "57.1.0"
175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
176
+ checksum = "a23eaff85a44e9fa914660fb0d0bb00b79c4a3d888b5334adb3ea4330c84f002"
177
+ dependencies = [
178
+ "ahash",
179
+ "arrow-buffer",
180
+ "arrow-data",
181
+ "arrow-schema",
182
+ "chrono",
183
+ "half",
184
+ "hashbrown 0.16.1",
185
+ "num-complex 0.4.6",
186
+ "num-integer",
187
+ "num-traits",
188
+ ]
189
+
190
+ [[package]]
191
+ name = "arrow-buffer"
192
+ version = "57.1.0"
193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
194
+ checksum = "a2819d893750cb3380ab31ebdc8c68874dd4429f90fd09180f3c93538bd21626"
195
+ dependencies = [
196
+ "bytes",
197
+ "half",
198
+ "num-bigint",
199
+ "num-traits",
200
+ ]
201
+
202
+ [[package]]
203
+ name = "arrow-cast"
204
+ version = "57.1.0"
205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
206
+ checksum = "e3d131abb183f80c450d4591dc784f8d7750c50c6e2bc3fcaad148afc8361271"
207
+ dependencies = [
208
+ "arrow-array",
209
+ "arrow-buffer",
210
+ "arrow-data",
211
+ "arrow-ord",
212
+ "arrow-schema",
213
+ "arrow-select",
214
+ "atoi",
215
+ "base64",
216
+ "chrono",
217
+ "half",
218
+ "lexical-core",
219
+ "num-traits",
220
+ "ryu",
221
+ ]
222
+
223
+ [[package]]
224
+ name = "arrow-csv"
225
+ version = "57.1.0"
226
+ source = "registry+https://github.com/rust-lang/crates.io-index"
227
+ checksum = "2275877a0e5e7e7c76954669366c2aa1a829e340ab1f612e647507860906fb6b"
228
+ dependencies = [
229
+ "arrow-array",
230
+ "arrow-cast",
231
+ "arrow-schema",
232
+ "chrono",
233
+ "csv",
234
+ "csv-core",
235
+ "regex",
236
+ ]
237
+
238
+ [[package]]
239
+ name = "arrow-data"
240
+ version = "57.1.0"
241
+ source = "registry+https://github.com/rust-lang/crates.io-index"
242
+ checksum = "05738f3d42cb922b9096f7786f606fcb8669260c2640df8490533bb2fa38c9d3"
243
+ dependencies = [
244
+ "arrow-buffer",
245
+ "arrow-schema",
246
+ "half",
247
+ "num-integer",
248
+ "num-traits",
249
+ ]
250
+
251
+ [[package]]
252
+ name = "arrow-ipc"
253
+ version = "57.1.0"
254
+ source = "registry+https://github.com/rust-lang/crates.io-index"
255
+ checksum = "3d09446e8076c4b3f235603d9ea7c5494e73d441b01cd61fb33d7254c11964b3"
256
+ dependencies = [
257
+ "arrow-array",
258
+ "arrow-buffer",
259
+ "arrow-data",
260
+ "arrow-schema",
261
+ "arrow-select",
262
+ "flatbuffers",
263
+ ]
264
+
265
+ [[package]]
266
+ name = "arrow-json"
267
+ version = "57.1.0"
268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
269
+ checksum = "371ffd66fa77f71d7628c63f209c9ca5341081051aa32f9c8020feb0def787c0"
270
+ dependencies = [
271
+ "arrow-array",
272
+ "arrow-buffer",
273
+ "arrow-cast",
274
+ "arrow-data",
275
+ "arrow-schema",
276
+ "chrono",
277
+ "half",
278
+ "indexmap",
279
+ "itoa",
280
+ "lexical-core",
281
+ "memchr",
282
+ "num-traits",
283
+ "ryu",
284
+ "serde_core",
285
+ "serde_json",
286
+ "simdutf8",
287
+ ]
288
+
289
+ [[package]]
290
+ name = "arrow-ord"
291
+ version = "57.1.0"
292
+ source = "registry+https://github.com/rust-lang/crates.io-index"
293
+ checksum = "cbc94fc7adec5d1ba9e8cd1b1e8d6f72423b33fe978bf1f46d970fafab787521"
294
+ dependencies = [
295
+ "arrow-array",
296
+ "arrow-buffer",
297
+ "arrow-data",
298
+ "arrow-schema",
299
+ "arrow-select",
300
+ ]
301
+
302
+ [[package]]
303
+ name = "arrow-row"
304
+ version = "57.1.0"
305
+ source = "registry+https://github.com/rust-lang/crates.io-index"
306
+ checksum = "169676f317157dc079cc5def6354d16db63d8861d61046d2f3883268ced6f99f"
307
+ dependencies = [
308
+ "arrow-array",
309
+ "arrow-buffer",
310
+ "arrow-data",
311
+ "arrow-schema",
312
+ "half",
313
+ ]
314
+
315
+ [[package]]
316
+ name = "arrow-schema"
317
+ version = "57.1.0"
318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
319
+ checksum = "d27609cd7dd45f006abae27995c2729ef6f4b9361cde1ddd019dc31a5aa017e0"
320
+
321
+ [[package]]
322
+ name = "arrow-select"
323
+ version = "57.1.0"
324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
325
+ checksum = "ae980d021879ea119dd6e2a13912d81e64abed372d53163e804dfe84639d8010"
326
+ dependencies = [
327
+ "ahash",
328
+ "arrow-array",
329
+ "arrow-buffer",
330
+ "arrow-data",
331
+ "arrow-schema",
332
+ "num-traits",
333
+ ]
334
+
335
+ [[package]]
336
+ name = "arrow-string"
337
+ version = "57.1.0"
338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
339
+ checksum = "cf35e8ef49dcf0c5f6d175edee6b8af7b45611805333129c541a8b89a0fc0534"
340
+ dependencies = [
341
+ "arrow-array",
342
+ "arrow-buffer",
343
+ "arrow-data",
344
+ "arrow-schema",
345
+ "arrow-select",
346
+ "memchr",
347
+ "num-traits",
348
+ "regex",
349
+ "regex-syntax",
350
+ ]
351
+
93
352
  [[package]]
94
353
  name = "arrowspace"
95
- version = "0.21.0"
354
+ version = "0.24.5"
96
355
  source = "registry+https://github.com/rust-lang/crates.io-index"
97
- checksum = "e9b48bd6b33d9a9387fdc7f73406fa7f02a6c22e99999f6e195688d398d0dbc3"
356
+ checksum = "a0771fca361d870c2109f3602ec5916fd6c5c5924738a3d4e6478309ee0c5658"
98
357
  dependencies = [
99
358
  "approx 0.5.1",
359
+ "arrow",
360
+ "chrono",
361
+ "csv",
100
362
  "dashmap",
101
363
  "env_logger",
102
364
  "log",
103
- "ordered-float",
365
+ "ordered-float 5.1.0",
366
+ "parquet",
104
367
  "rand 0.9.2",
105
368
  "rand_chacha",
106
369
  "rand_distr",
107
370
  "rayon",
108
371
  "serde",
372
+ "serde_json",
109
373
  "smartcore",
110
374
  "sprs",
375
+ "uuid",
376
+ ]
377
+
378
+ [[package]]
379
+ name = "atoi"
380
+ version = "2.0.0"
381
+ source = "registry+https://github.com/rust-lang/crates.io-index"
382
+ checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
383
+ dependencies = [
384
+ "num-traits",
111
385
  ]
112
386
 
113
387
  [[package]]
@@ -116,24 +390,129 @@ version = "1.5.0"
116
390
  source = "registry+https://github.com/rust-lang/crates.io-index"
117
391
  checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
118
392
 
393
+ [[package]]
394
+ name = "base64"
395
+ version = "0.22.1"
396
+ source = "registry+https://github.com/rust-lang/crates.io-index"
397
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
398
+
119
399
  [[package]]
120
400
  name = "bitflags"
121
401
  version = "2.9.4"
122
402
  source = "registry+https://github.com/rust-lang/crates.io-index"
123
403
  checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
124
404
 
405
+ [[package]]
406
+ name = "brotli"
407
+ version = "8.0.2"
408
+ source = "registry+https://github.com/rust-lang/crates.io-index"
409
+ checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
410
+ dependencies = [
411
+ "alloc-no-stdlib",
412
+ "alloc-stdlib",
413
+ "brotli-decompressor",
414
+ ]
415
+
416
+ [[package]]
417
+ name = "brotli-decompressor"
418
+ version = "5.0.0"
419
+ source = "registry+https://github.com/rust-lang/crates.io-index"
420
+ checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
421
+ dependencies = [
422
+ "alloc-no-stdlib",
423
+ "alloc-stdlib",
424
+ ]
425
+
426
+ [[package]]
427
+ name = "bumpalo"
428
+ version = "3.19.0"
429
+ source = "registry+https://github.com/rust-lang/crates.io-index"
430
+ checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
431
+
432
+ [[package]]
433
+ name = "byteorder"
434
+ version = "1.5.0"
435
+ source = "registry+https://github.com/rust-lang/crates.io-index"
436
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
437
+
438
+ [[package]]
439
+ name = "bytes"
440
+ version = "1.11.0"
441
+ source = "registry+https://github.com/rust-lang/crates.io-index"
442
+ checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
443
+
444
+ [[package]]
445
+ name = "cc"
446
+ version = "1.2.48"
447
+ source = "registry+https://github.com/rust-lang/crates.io-index"
448
+ checksum = "c481bdbf0ed3b892f6f806287d72acd515b352a4ec27a208489b8c1bc839633a"
449
+ dependencies = [
450
+ "find-msvc-tools",
451
+ "jobserver",
452
+ "libc",
453
+ "shlex",
454
+ ]
455
+
125
456
  [[package]]
126
457
  name = "cfg-if"
127
458
  version = "1.0.3"
128
459
  source = "registry+https://github.com/rust-lang/crates.io-index"
129
460
  checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
130
461
 
462
+ [[package]]
463
+ name = "chrono"
464
+ version = "0.4.42"
465
+ source = "registry+https://github.com/rust-lang/crates.io-index"
466
+ checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
467
+ dependencies = [
468
+ "iana-time-zone",
469
+ "js-sys",
470
+ "num-traits",
471
+ "wasm-bindgen",
472
+ "windows-link",
473
+ ]
474
+
131
475
  [[package]]
132
476
  name = "colorchoice"
133
477
  version = "1.0.4"
134
478
  source = "registry+https://github.com/rust-lang/crates.io-index"
135
479
  checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
136
480
 
481
+ [[package]]
482
+ name = "const-random"
483
+ version = "0.1.18"
484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
485
+ checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
486
+ dependencies = [
487
+ "const-random-macro",
488
+ ]
489
+
490
+ [[package]]
491
+ name = "const-random-macro"
492
+ version = "0.1.16"
493
+ source = "registry+https://github.com/rust-lang/crates.io-index"
494
+ checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
495
+ dependencies = [
496
+ "getrandom 0.2.16",
497
+ "once_cell",
498
+ "tiny-keccak",
499
+ ]
500
+
501
+ [[package]]
502
+ name = "core-foundation-sys"
503
+ version = "0.8.7"
504
+ source = "registry+https://github.com/rust-lang/crates.io-index"
505
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
506
+
507
+ [[package]]
508
+ name = "crc32fast"
509
+ version = "1.5.0"
510
+ source = "registry+https://github.com/rust-lang/crates.io-index"
511
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
512
+ dependencies = [
513
+ "cfg-if",
514
+ ]
515
+
137
516
  [[package]]
138
517
  name = "crossbeam-deque"
139
518
  version = "0.8.6"
@@ -159,6 +538,33 @@ version = "0.8.21"
159
538
  source = "registry+https://github.com/rust-lang/crates.io-index"
160
539
  checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
161
540
 
541
+ [[package]]
542
+ name = "crunchy"
543
+ version = "0.2.4"
544
+ source = "registry+https://github.com/rust-lang/crates.io-index"
545
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
546
+
547
+ [[package]]
548
+ name = "csv"
549
+ version = "1.4.0"
550
+ source = "registry+https://github.com/rust-lang/crates.io-index"
551
+ checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938"
552
+ dependencies = [
553
+ "csv-core",
554
+ "itoa",
555
+ "ryu",
556
+ "serde_core",
557
+ ]
558
+
559
+ [[package]]
560
+ name = "csv-core"
561
+ version = "0.1.13"
562
+ source = "registry+https://github.com/rust-lang/crates.io-index"
563
+ checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782"
564
+ dependencies = [
565
+ "memchr",
566
+ ]
567
+
162
568
  [[package]]
163
569
  name = "dashmap"
164
570
  version = "6.1.0"
@@ -167,7 +573,7 @@ checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
167
573
  dependencies = [
168
574
  "cfg-if",
169
575
  "crossbeam-utils",
170
- "hashbrown",
576
+ "hashbrown 0.14.5",
171
577
  "lock_api",
172
578
  "once_cell",
173
579
  "parking_lot_core",
@@ -202,6 +608,50 @@ dependencies = [
202
608
  "log",
203
609
  ]
204
610
 
611
+ [[package]]
612
+ name = "equivalent"
613
+ version = "1.0.2"
614
+ source = "registry+https://github.com/rust-lang/crates.io-index"
615
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
616
+
617
+ [[package]]
618
+ name = "find-msvc-tools"
619
+ version = "0.1.5"
620
+ source = "registry+https://github.com/rust-lang/crates.io-index"
621
+ checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
622
+
623
+ [[package]]
624
+ name = "flatbuffers"
625
+ version = "25.9.23"
626
+ source = "registry+https://github.com/rust-lang/crates.io-index"
627
+ checksum = "09b6620799e7340ebd9968d2e0708eb82cf1971e9a16821e2091b6d6e475eed5"
628
+ dependencies = [
629
+ "bitflags",
630
+ "rustc_version",
631
+ ]
632
+
633
+ [[package]]
634
+ name = "flate2"
635
+ version = "1.1.6"
636
+ source = "registry+https://github.com/rust-lang/crates.io-index"
637
+ checksum = "30f4148e3c9b7dbe0cc7e842ad5a61b28f9025f201d78149383e778a08bc9215"
638
+ dependencies = [
639
+ "crc32fast",
640
+ "miniz_oxide",
641
+ "zlib-rs",
642
+ ]
643
+
644
+ [[package]]
645
+ name = "getrandom"
646
+ version = "0.2.16"
647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
648
+ checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
649
+ dependencies = [
650
+ "cfg-if",
651
+ "libc",
652
+ "wasi 0.11.1+wasi-snapshot-preview1",
653
+ ]
654
+
205
655
  [[package]]
206
656
  name = "getrandom"
207
657
  version = "0.3.3"
@@ -211,7 +661,19 @@ dependencies = [
211
661
  "cfg-if",
212
662
  "libc",
213
663
  "r-efi",
214
- "wasi",
664
+ "wasi 0.14.7+wasi-0.2.4",
665
+ ]
666
+
667
+ [[package]]
668
+ name = "half"
669
+ version = "2.7.1"
670
+ source = "registry+https://github.com/rust-lang/crates.io-index"
671
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
672
+ dependencies = [
673
+ "cfg-if",
674
+ "crunchy",
675
+ "num-traits",
676
+ "zerocopy",
215
677
  ]
216
678
 
217
679
  [[package]]
@@ -220,6 +682,12 @@ version = "0.14.5"
220
682
  source = "registry+https://github.com/rust-lang/crates.io-index"
221
683
  checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
222
684
 
685
+ [[package]]
686
+ name = "hashbrown"
687
+ version = "0.16.1"
688
+ source = "registry+https://github.com/rust-lang/crates.io-index"
689
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
690
+
223
691
  [[package]]
224
692
  name = "heck"
225
693
  version = "0.5.0"
@@ -232,6 +700,40 @@ version = "0.5.2"
232
700
  source = "registry+https://github.com/rust-lang/crates.io-index"
233
701
  checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
234
702
 
703
+ [[package]]
704
+ name = "iana-time-zone"
705
+ version = "0.1.64"
706
+ source = "registry+https://github.com/rust-lang/crates.io-index"
707
+ checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
708
+ dependencies = [
709
+ "android_system_properties",
710
+ "core-foundation-sys",
711
+ "iana-time-zone-haiku",
712
+ "js-sys",
713
+ "log",
714
+ "wasm-bindgen",
715
+ "windows-core",
716
+ ]
717
+
718
+ [[package]]
719
+ name = "iana-time-zone-haiku"
720
+ version = "0.1.2"
721
+ source = "registry+https://github.com/rust-lang/crates.io-index"
722
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
723
+ dependencies = [
724
+ "cc",
725
+ ]
726
+
727
+ [[package]]
728
+ name = "indexmap"
729
+ version = "2.12.1"
730
+ source = "registry+https://github.com/rust-lang/crates.io-index"
731
+ checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2"
732
+ dependencies = [
733
+ "equivalent",
734
+ "hashbrown 0.16.1",
735
+ ]
736
+
235
737
  [[package]]
236
738
  name = "indoc"
237
739
  version = "2.0.7"
@@ -241,12 +743,24 @@ dependencies = [
241
743
  "rustversion",
242
744
  ]
243
745
 
746
+ [[package]]
747
+ name = "integer-encoding"
748
+ version = "3.0.4"
749
+ source = "registry+https://github.com/rust-lang/crates.io-index"
750
+ checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"
751
+
244
752
  [[package]]
245
753
  name = "is_terminal_polyfill"
246
754
  version = "1.70.1"
247
755
  source = "registry+https://github.com/rust-lang/crates.io-index"
248
756
  checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
249
757
 
758
+ [[package]]
759
+ name = "itoa"
760
+ version = "1.0.15"
761
+ source = "registry+https://github.com/rust-lang/crates.io-index"
762
+ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
763
+
250
764
  [[package]]
251
765
  name = "jiff"
252
766
  version = "0.2.15"
@@ -271,6 +785,83 @@ dependencies = [
271
785
  "syn",
272
786
  ]
273
787
 
788
+ [[package]]
789
+ name = "jobserver"
790
+ version = "0.1.34"
791
+ source = "registry+https://github.com/rust-lang/crates.io-index"
792
+ checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
793
+ dependencies = [
794
+ "getrandom 0.3.3",
795
+ "libc",
796
+ ]
797
+
798
+ [[package]]
799
+ name = "js-sys"
800
+ version = "0.3.83"
801
+ source = "registry+https://github.com/rust-lang/crates.io-index"
802
+ checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8"
803
+ dependencies = [
804
+ "once_cell",
805
+ "wasm-bindgen",
806
+ ]
807
+
808
+ [[package]]
809
+ name = "lexical-core"
810
+ version = "1.0.6"
811
+ source = "registry+https://github.com/rust-lang/crates.io-index"
812
+ checksum = "7d8d125a277f807e55a77304455eb7b1cb52f2b18c143b60e766c120bd64a594"
813
+ dependencies = [
814
+ "lexical-parse-float",
815
+ "lexical-parse-integer",
816
+ "lexical-util",
817
+ "lexical-write-float",
818
+ "lexical-write-integer",
819
+ ]
820
+
821
+ [[package]]
822
+ name = "lexical-parse-float"
823
+ version = "1.0.6"
824
+ source = "registry+https://github.com/rust-lang/crates.io-index"
825
+ checksum = "52a9f232fbd6f550bc0137dcb5f99ab674071ac2d690ac69704593cb4abbea56"
826
+ dependencies = [
827
+ "lexical-parse-integer",
828
+ "lexical-util",
829
+ ]
830
+
831
+ [[package]]
832
+ name = "lexical-parse-integer"
833
+ version = "1.0.6"
834
+ source = "registry+https://github.com/rust-lang/crates.io-index"
835
+ checksum = "9a7a039f8fb9c19c996cd7b2fcce303c1b2874fe1aca544edc85c4a5f8489b34"
836
+ dependencies = [
837
+ "lexical-util",
838
+ ]
839
+
840
+ [[package]]
841
+ name = "lexical-util"
842
+ version = "1.0.7"
843
+ source = "registry+https://github.com/rust-lang/crates.io-index"
844
+ checksum = "2604dd126bb14f13fb5d1bd6a66155079cb9fa655b37f875b3a742c705dbed17"
845
+
846
+ [[package]]
847
+ name = "lexical-write-float"
848
+ version = "1.0.6"
849
+ source = "registry+https://github.com/rust-lang/crates.io-index"
850
+ checksum = "50c438c87c013188d415fbabbb1dceb44249ab81664efbd31b14ae55dabb6361"
851
+ dependencies = [
852
+ "lexical-util",
853
+ "lexical-write-integer",
854
+ ]
855
+
856
+ [[package]]
857
+ name = "lexical-write-integer"
858
+ version = "1.0.6"
859
+ source = "registry+https://github.com/rust-lang/crates.io-index"
860
+ checksum = "409851a618475d2d5796377cad353802345cba92c867d9fbcde9cf4eac4e14df"
861
+ dependencies = [
862
+ "lexical-util",
863
+ ]
864
+
274
865
  [[package]]
275
866
  name = "libc"
276
867
  version = "0.2.176"
@@ -299,6 +890,15 @@ version = "0.4.28"
299
890
  source = "registry+https://github.com/rust-lang/crates.io-index"
300
891
  checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
301
892
 
893
+ [[package]]
894
+ name = "lz4_flex"
895
+ version = "0.12.0"
896
+ source = "registry+https://github.com/rust-lang/crates.io-index"
897
+ checksum = "ab6473172471198271ff72e9379150e9dfd70d8e533e0752a27e515b48dd375e"
898
+ dependencies = [
899
+ "twox-hash",
900
+ ]
901
+
302
902
  [[package]]
303
903
  name = "matrixmultiply"
304
904
  version = "0.3.10"
@@ -324,6 +924,16 @@ dependencies = [
324
924
  "autocfg",
325
925
  ]
326
926
 
927
+ [[package]]
928
+ name = "miniz_oxide"
929
+ version = "0.8.9"
930
+ source = "registry+https://github.com/rust-lang/crates.io-index"
931
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
932
+ dependencies = [
933
+ "adler2",
934
+ "simd-adler32",
935
+ ]
936
+
327
937
  [[package]]
328
938
  name = "ndarray"
329
939
  version = "0.15.6"
@@ -459,6 +1069,15 @@ version = "1.70.1"
459
1069
  source = "registry+https://github.com/rust-lang/crates.io-index"
460
1070
  checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
461
1071
 
1072
+ [[package]]
1073
+ name = "ordered-float"
1074
+ version = "2.10.1"
1075
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1076
+ checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
1077
+ dependencies = [
1078
+ "num-traits",
1079
+ ]
1080
+
462
1081
  [[package]]
463
1082
  name = "ordered-float"
464
1083
  version = "5.1.0"
@@ -481,6 +1100,52 @@ dependencies = [
481
1100
  "windows-targets 0.52.6",
482
1101
  ]
483
1102
 
1103
+ [[package]]
1104
+ name = "parquet"
1105
+ version = "57.1.0"
1106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1107
+ checksum = "be3e4f6d320dd92bfa7d612e265d7d08bba0a240bab86af3425e1d255a511d89"
1108
+ dependencies = [
1109
+ "ahash",
1110
+ "arrow-array",
1111
+ "arrow-buffer",
1112
+ "arrow-cast",
1113
+ "arrow-data",
1114
+ "arrow-ipc",
1115
+ "arrow-schema",
1116
+ "arrow-select",
1117
+ "base64",
1118
+ "brotli",
1119
+ "bytes",
1120
+ "chrono",
1121
+ "flate2",
1122
+ "half",
1123
+ "hashbrown 0.16.1",
1124
+ "lz4_flex",
1125
+ "num-bigint",
1126
+ "num-integer",
1127
+ "num-traits",
1128
+ "paste",
1129
+ "seq-macro",
1130
+ "simdutf8",
1131
+ "snap",
1132
+ "thrift",
1133
+ "twox-hash",
1134
+ "zstd",
1135
+ ]
1136
+
1137
+ [[package]]
1138
+ name = "paste"
1139
+ version = "1.0.15"
1140
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1141
+ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
1142
+
1143
+ [[package]]
1144
+ name = "pkg-config"
1145
+ version = "0.3.32"
1146
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1147
+ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1148
+
484
1149
  [[package]]
485
1150
  name = "portable-atomic"
486
1151
  version = "1.11.1"
@@ -516,12 +1181,13 @@ dependencies = [
516
1181
 
517
1182
  [[package]]
518
1183
  name = "pyarrowspace"
519
- version = "0.21.0"
1184
+ version = "0.24.5"
520
1185
  dependencies = [
521
1186
  "arrowspace",
522
1187
  "numpy",
523
1188
  "pyo3",
524
1189
  "rayon",
1190
+ "smartcore",
525
1191
  ]
526
1192
 
527
1193
  [[package]]
@@ -641,7 +1307,7 @@ version = "0.9.3"
641
1307
  source = "registry+https://github.com/rust-lang/crates.io-index"
642
1308
  checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
643
1309
  dependencies = [
644
- "getrandom",
1310
+ "getrandom 0.3.3",
645
1311
  ]
646
1312
 
647
1313
  [[package]]
@@ -724,18 +1390,45 @@ version = "2.1.1"
724
1390
  source = "registry+https://github.com/rust-lang/crates.io-index"
725
1391
  checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
726
1392
 
1393
+ [[package]]
1394
+ name = "rustc_version"
1395
+ version = "0.4.1"
1396
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1397
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1398
+ dependencies = [
1399
+ "semver",
1400
+ ]
1401
+
727
1402
  [[package]]
728
1403
  name = "rustversion"
729
1404
  version = "1.0.22"
730
1405
  source = "registry+https://github.com/rust-lang/crates.io-index"
731
1406
  checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
732
1407
 
1408
+ [[package]]
1409
+ name = "ryu"
1410
+ version = "1.0.20"
1411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1412
+ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
1413
+
733
1414
  [[package]]
734
1415
  name = "scopeguard"
735
1416
  version = "1.2.0"
736
1417
  source = "registry+https://github.com/rust-lang/crates.io-index"
737
1418
  checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
738
1419
 
1420
+ [[package]]
1421
+ name = "semver"
1422
+ version = "1.0.27"
1423
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1424
+ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
1425
+
1426
+ [[package]]
1427
+ name = "seq-macro"
1428
+ version = "0.3.6"
1429
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1430
+ checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
1431
+
739
1432
  [[package]]
740
1433
  name = "serde"
741
1434
  version = "1.0.228"
@@ -766,6 +1459,37 @@ dependencies = [
766
1459
  "syn",
767
1460
  ]
768
1461
 
1462
+ [[package]]
1463
+ name = "serde_json"
1464
+ version = "1.0.145"
1465
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1466
+ checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
1467
+ dependencies = [
1468
+ "itoa",
1469
+ "memchr",
1470
+ "ryu",
1471
+ "serde",
1472
+ "serde_core",
1473
+ ]
1474
+
1475
+ [[package]]
1476
+ name = "shlex"
1477
+ version = "1.3.0"
1478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1479
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1480
+
1481
+ [[package]]
1482
+ name = "simd-adler32"
1483
+ version = "0.3.7"
1484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1485
+ checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
1486
+
1487
+ [[package]]
1488
+ name = "simdutf8"
1489
+ version = "0.1.5"
1490
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1491
+ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
1492
+
769
1493
  [[package]]
770
1494
  name = "smallvec"
771
1495
  version = "1.15.1"
@@ -774,23 +1498,29 @@ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
774
1498
 
775
1499
  [[package]]
776
1500
  name = "smartcore"
777
- version = "0.4.5"
1501
+ version = "0.4.8"
778
1502
  source = "registry+https://github.com/rust-lang/crates.io-index"
779
- checksum = "9e569eba50db04f51f83ad1ad2186cc1cf88bb68de052177bda165f6cdcf8d81"
1503
+ checksum = "a87a9069fb29b4bae697bb2a7e3ab1aaac1e143e460eaec9a2e8923776367a72"
780
1504
  dependencies = [
781
1505
  "approx 0.5.1",
782
1506
  "cfg-if",
783
1507
  "num",
784
1508
  "num-traits",
785
- "ordered-float",
1509
+ "ordered-float 5.1.0",
786
1510
  "rand 0.8.5",
787
1511
  ]
788
1512
 
1513
+ [[package]]
1514
+ name = "snap"
1515
+ version = "1.1.1"
1516
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1517
+ checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
1518
+
789
1519
  [[package]]
790
1520
  name = "sprs"
791
- version = "0.11.3"
1521
+ version = "0.11.4"
792
1522
  source = "registry+https://github.com/rust-lang/crates.io-index"
793
- checksum = "8bff8419009a08f6cb7519a602c5590241fbff1446bcc823c07af15386eb801b"
1523
+ checksum = "6dca58a33be2188d4edc71534f8bafa826e787cc28ca1c47f31be3423f0d6e55"
794
1524
  dependencies = [
795
1525
  "alga",
796
1526
  "ndarray",
@@ -818,6 +1548,32 @@ version = "0.13.3"
818
1548
  source = "registry+https://github.com/rust-lang/crates.io-index"
819
1549
  checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
820
1550
 
1551
+ [[package]]
1552
+ name = "thrift"
1553
+ version = "0.17.0"
1554
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1555
+ checksum = "7e54bc85fc7faa8bc175c4bab5b92ba8d9a3ce893d0e9f42cc455c8ab16a9e09"
1556
+ dependencies = [
1557
+ "byteorder",
1558
+ "integer-encoding",
1559
+ "ordered-float 2.10.1",
1560
+ ]
1561
+
1562
+ [[package]]
1563
+ name = "tiny-keccak"
1564
+ version = "2.0.2"
1565
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1566
+ checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
1567
+ dependencies = [
1568
+ "crunchy",
1569
+ ]
1570
+
1571
+ [[package]]
1572
+ name = "twox-hash"
1573
+ version = "2.1.2"
1574
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1575
+ checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c"
1576
+
821
1577
  [[package]]
822
1578
  name = "unicode-ident"
823
1579
  version = "1.0.19"
@@ -836,6 +1592,30 @@ version = "0.2.2"
836
1592
  source = "registry+https://github.com/rust-lang/crates.io-index"
837
1593
  checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
838
1594
 
1595
+ [[package]]
1596
+ name = "uuid"
1597
+ version = "1.19.0"
1598
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1599
+ checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a"
1600
+ dependencies = [
1601
+ "getrandom 0.3.3",
1602
+ "js-sys",
1603
+ "serde_core",
1604
+ "wasm-bindgen",
1605
+ ]
1606
+
1607
+ [[package]]
1608
+ name = "version_check"
1609
+ version = "0.9.5"
1610
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1611
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1612
+
1613
+ [[package]]
1614
+ name = "wasi"
1615
+ version = "0.11.1+wasi-snapshot-preview1"
1616
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1617
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1618
+
839
1619
  [[package]]
840
1620
  name = "wasi"
841
1621
  version = "0.14.7+wasi-0.2.4"
@@ -854,12 +1634,110 @@ dependencies = [
854
1634
  "wit-bindgen",
855
1635
  ]
856
1636
 
1637
+ [[package]]
1638
+ name = "wasm-bindgen"
1639
+ version = "0.2.106"
1640
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1641
+ checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd"
1642
+ dependencies = [
1643
+ "cfg-if",
1644
+ "once_cell",
1645
+ "rustversion",
1646
+ "wasm-bindgen-macro",
1647
+ "wasm-bindgen-shared",
1648
+ ]
1649
+
1650
+ [[package]]
1651
+ name = "wasm-bindgen-macro"
1652
+ version = "0.2.106"
1653
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1654
+ checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3"
1655
+ dependencies = [
1656
+ "quote",
1657
+ "wasm-bindgen-macro-support",
1658
+ ]
1659
+
1660
+ [[package]]
1661
+ name = "wasm-bindgen-macro-support"
1662
+ version = "0.2.106"
1663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1664
+ checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40"
1665
+ dependencies = [
1666
+ "bumpalo",
1667
+ "proc-macro2",
1668
+ "quote",
1669
+ "syn",
1670
+ "wasm-bindgen-shared",
1671
+ ]
1672
+
1673
+ [[package]]
1674
+ name = "wasm-bindgen-shared"
1675
+ version = "0.2.106"
1676
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1677
+ checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4"
1678
+ dependencies = [
1679
+ "unicode-ident",
1680
+ ]
1681
+
1682
+ [[package]]
1683
+ name = "windows-core"
1684
+ version = "0.62.1"
1685
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1686
+ checksum = "6844ee5416b285084d3d3fffd743b925a6c9385455f64f6d4fa3031c4c2749a9"
1687
+ dependencies = [
1688
+ "windows-implement",
1689
+ "windows-interface",
1690
+ "windows-link",
1691
+ "windows-result",
1692
+ "windows-strings",
1693
+ ]
1694
+
1695
+ [[package]]
1696
+ name = "windows-implement"
1697
+ version = "0.60.2"
1698
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1699
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
1700
+ dependencies = [
1701
+ "proc-macro2",
1702
+ "quote",
1703
+ "syn",
1704
+ ]
1705
+
1706
+ [[package]]
1707
+ name = "windows-interface"
1708
+ version = "0.59.3"
1709
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1710
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
1711
+ dependencies = [
1712
+ "proc-macro2",
1713
+ "quote",
1714
+ "syn",
1715
+ ]
1716
+
857
1717
  [[package]]
858
1718
  name = "windows-link"
859
1719
  version = "0.2.0"
860
1720
  source = "registry+https://github.com/rust-lang/crates.io-index"
861
1721
  checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
862
1722
 
1723
+ [[package]]
1724
+ name = "windows-result"
1725
+ version = "0.4.0"
1726
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1727
+ checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f"
1728
+ dependencies = [
1729
+ "windows-link",
1730
+ ]
1731
+
1732
+ [[package]]
1733
+ name = "windows-strings"
1734
+ version = "0.5.0"
1735
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1736
+ checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda"
1737
+ dependencies = [
1738
+ "windows-link",
1739
+ ]
1740
+
863
1741
  [[package]]
864
1742
  name = "windows-sys"
865
1743
  version = "0.60.2"
@@ -1023,3 +1901,37 @@ dependencies = [
1023
1901
  "quote",
1024
1902
  "syn",
1025
1903
  ]
1904
+
1905
+ [[package]]
1906
+ name = "zlib-rs"
1907
+ version = "0.5.3"
1908
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1909
+ checksum = "36134c44663532e6519d7a6dfdbbe06f6f8192bde8ae9ed076e9b213f0e31df7"
1910
+
1911
+ [[package]]
1912
+ name = "zstd"
1913
+ version = "0.13.3"
1914
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1915
+ checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
1916
+ dependencies = [
1917
+ "zstd-safe",
1918
+ ]
1919
+
1920
+ [[package]]
1921
+ name = "zstd-safe"
1922
+ version = "7.2.4"
1923
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1924
+ checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
1925
+ dependencies = [
1926
+ "zstd-sys",
1927
+ ]
1928
+
1929
+ [[package]]
1930
+ name = "zstd-sys"
1931
+ version = "2.0.16+zstd.1.5.7"
1932
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1933
+ checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
1934
+ dependencies = [
1935
+ "cc",
1936
+ "pkg-config",
1937
+ ]