holobench 1.45.0__tar.gz → 1.46.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 (148) hide show
  1. {holobench-1.45.0 → holobench-1.46.0}/PKG-INFO +2 -2
  2. {holobench-1.45.0 → holobench-1.46.0}/pyproject.toml +2 -2
  3. {holobench-1.45.0 → holobench-1.46.0}/.gitignore +0 -0
  4. {holobench-1.45.0 → holobench-1.46.0}/CHANGELOG.md +0 -0
  5. {holobench-1.45.0 → holobench-1.46.0}/LICENSE +0 -0
  6. {holobench-1.45.0 → holobench-1.46.0}/README.md +0 -0
  7. {holobench-1.45.0 → holobench-1.46.0}/bencher/__init__.py +0 -0
  8. {holobench-1.45.0 → holobench-1.46.0}/bencher/bench_cfg.py +0 -0
  9. {holobench-1.45.0 → holobench-1.46.0}/bencher/bench_plot_server.py +0 -0
  10. {holobench-1.45.0 → holobench-1.46.0}/bencher/bench_report.py +0 -0
  11. {holobench-1.45.0 → holobench-1.46.0}/bencher/bench_runner.py +0 -0
  12. {holobench-1.45.0 → holobench-1.46.0}/bencher/bencher.py +0 -0
  13. {holobench-1.45.0 → holobench-1.46.0}/bencher/caching.py +0 -0
  14. {holobench-1.45.0 → holobench-1.46.0}/bencher/class_enum.py +0 -0
  15. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/__init__.py +0 -0
  16. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/benchmark_data.py +0 -0
  17. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_all.py +0 -0
  18. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_categorical.py +0 -0
  19. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_composable_container2.py +0 -0
  20. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_composable_container_image.py +0 -0
  21. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_composable_container_video.py +0 -0
  22. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_consts.py +0 -0
  23. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_custom_sweep.py +0 -0
  24. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_custom_sweep2.py +0 -0
  25. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_dataframe.py +0 -0
  26. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_docs.py +0 -0
  27. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_filepath.py +0 -0
  28. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_float3D.py +0 -0
  29. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_float_cat.py +0 -0
  30. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_floats.py +0 -0
  31. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_floats2D.py +0 -0
  32. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_holosweep.py +0 -0
  33. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_holosweep_objects.py +0 -0
  34. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_holosweep_tap.py +0 -0
  35. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_image.py +0 -0
  36. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_image1.py +0 -0
  37. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_levels.py +0 -0
  38. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_pareto.py +0 -0
  39. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_publish.py +0 -0
  40. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_rerun.py +0 -0
  41. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_rerun2.py +0 -0
  42. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_sample_cache.py +0 -0
  43. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_sample_cache_context.py +0 -0
  44. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_simple.py +0 -0
  45. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_simple_bool.py +0 -0
  46. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_simple_cat.py +0 -0
  47. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_simple_float.py +0 -0
  48. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_simple_float2d.py +0 -0
  49. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_strings.py +0 -0
  50. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_time_event.py +0 -0
  51. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_video.py +0 -0
  52. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/example_workflow.py +0 -0
  53. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/experimental/example_bokeh_plotly.py +0 -0
  54. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/experimental/example_hover_ex.py +0 -0
  55. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/experimental/example_hvplot_explorer.py +0 -0
  56. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/experimental/example_interactive.py +0 -0
  57. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/experimental/example_streamnd.py +0 -0
  58. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/experimental/example_streams.py +0 -0
  59. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/experimental/example_template.py +0 -0
  60. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/experimental/example_updates.py +0 -0
  61. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/experimental/example_vector.py +0 -0
  62. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/inputs_0D/example_0_in_1_out.py +0 -0
  63. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/inputs_0D/example_0_in_2_out.py +0 -0
  64. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/inputs_0_float/example_0_cat_in_2_out.py +0 -0
  65. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/inputs_0_float/example_1_cat_in_2_out.py +0 -0
  66. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/inputs_0_float/example_2_cat_in_2_out.py +0 -0
  67. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/inputs_0_float/example_3_cat_in_2_out.py +0 -0
  68. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/inputs_1D/example1d_common.py +0 -0
  69. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/inputs_1D/example_0_float_1_cat.py +0 -0
  70. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/inputs_1D/example_1_cat_in_2_out_repeats.py +0 -0
  71. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/inputs_1D/example_1_float_2_cat_repeats.py +0 -0
  72. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/inputs_1D/example_1_int_in_1_out.py +0 -0
  73. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/inputs_1D/example_1_int_in_2_out.py +0 -0
  74. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/inputs_1D/example_1_int_in_2_out_repeats.py +0 -0
  75. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/inputs_1_float/example_1_float_0_cat_in_2_out.py +0 -0
  76. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/inputs_1_float/example_1_float_1_cat_in_2_out.py +0 -0
  77. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/inputs_1_float/example_1_float_2_cat_in_2_out.py +0 -0
  78. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/inputs_1_float/example_1_float_3_cat_in_2_out.py +0 -0
  79. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/inputs_2D/example_2_cat_in_4_out_repeats.py +0 -0
  80. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/inputs_2_float/example_2_float_0_cat_in_2_out.py +0 -0
  81. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/inputs_2_float/example_2_float_1_cat_in_2_out.py +0 -0
  82. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/inputs_2_float/example_2_float_2_cat_in_2_out.py +0 -0
  83. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/inputs_2_float/example_2_float_3_cat_in_2_out.py +0 -0
  84. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/inputs_3_float/example_3_float_0_cat_in_2_out.py +0 -0
  85. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/inputs_3_float/example_3_float_1_cat_in_2_out.py +0 -0
  86. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/inputs_3_float/example_3_float_2_cat_in_2_out.py +0 -0
  87. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/inputs_3_float/example_3_float_3_cat_in_2_out.py +0 -0
  88. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/meta/__init__.py +0 -0
  89. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/meta/example_meta.py +0 -0
  90. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/meta/example_meta_cat.py +0 -0
  91. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/meta/example_meta_float.py +0 -0
  92. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/meta/example_meta_levels.py +0 -0
  93. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/meta/generate_examples.py +0 -0
  94. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/meta/generate_meta.py +0 -0
  95. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/optuna/example_optuna.py +0 -0
  96. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/shelved/example_float2D_scatter.py +0 -0
  97. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/shelved/example_float3D_cone.py +0 -0
  98. {holobench-1.45.0 → holobench-1.46.0}/bencher/example/shelved/example_kwargs.py +0 -0
  99. {holobench-1.45.0 → holobench-1.46.0}/bencher/flask_server.py +0 -0
  100. {holobench-1.45.0 → holobench-1.46.0}/bencher/job.py +0 -0
  101. {holobench-1.45.0 → holobench-1.46.0}/bencher/optuna_conversions.py +0 -0
  102. {holobench-1.45.0 → holobench-1.46.0}/bencher/plotting/__init__.py +0 -0
  103. {holobench-1.45.0 → holobench-1.46.0}/bencher/plotting/plot_filter.py +0 -0
  104. {holobench-1.45.0 → holobench-1.46.0}/bencher/plotting/plt_cnt_cfg.py +0 -0
  105. {holobench-1.45.0 → holobench-1.46.0}/bencher/results/__init__.py +0 -0
  106. {holobench-1.45.0 → holobench-1.46.0}/bencher/results/bench_result.py +0 -0
  107. {holobench-1.45.0 → holobench-1.46.0}/bencher/results/bench_result_base.py +0 -0
  108. {holobench-1.45.0 → holobench-1.46.0}/bencher/results/composable_container/__init__.py +0 -0
  109. {holobench-1.45.0 → holobench-1.46.0}/bencher/results/composable_container/composable_container_base.py +0 -0
  110. {holobench-1.45.0 → holobench-1.46.0}/bencher/results/composable_container/composable_container_dataframe.py +0 -0
  111. {holobench-1.45.0 → holobench-1.46.0}/bencher/results/composable_container/composable_container_panel.py +0 -0
  112. {holobench-1.45.0 → holobench-1.46.0}/bencher/results/composable_container/composable_container_video.py +0 -0
  113. {holobench-1.45.0 → holobench-1.46.0}/bencher/results/dataset_result.py +0 -0
  114. {holobench-1.45.0 → holobench-1.46.0}/bencher/results/explorer_result.py +0 -0
  115. {holobench-1.45.0 → holobench-1.46.0}/bencher/results/float_formatter.py +0 -0
  116. {holobench-1.45.0 → holobench-1.46.0}/bencher/results/histogram_result.py +0 -0
  117. {holobench-1.45.0 → holobench-1.46.0}/bencher/results/holoview_results/__init__.py +0 -0
  118. {holobench-1.45.0 → holobench-1.46.0}/bencher/results/holoview_results/bar_result.py +0 -0
  119. {holobench-1.45.0 → holobench-1.46.0}/bencher/results/holoview_results/curve_result.py +0 -0
  120. {holobench-1.45.0 → holobench-1.46.0}/bencher/results/holoview_results/distribution_result/__init__.py +0 -0
  121. {holobench-1.45.0 → holobench-1.46.0}/bencher/results/holoview_results/distribution_result/box_whisker_result.py +0 -0
  122. {holobench-1.45.0 → holobench-1.46.0}/bencher/results/holoview_results/distribution_result/distribution_result.py +0 -0
  123. {holobench-1.45.0 → holobench-1.46.0}/bencher/results/holoview_results/distribution_result/scatter_jitter_result.py +0 -0
  124. {holobench-1.45.0 → holobench-1.46.0}/bencher/results/holoview_results/distribution_result/violin_result.py +0 -0
  125. {holobench-1.45.0 → holobench-1.46.0}/bencher/results/holoview_results/heatmap_result.py +0 -0
  126. {holobench-1.45.0 → holobench-1.46.0}/bencher/results/holoview_results/holoview_result.py +0 -0
  127. {holobench-1.45.0 → holobench-1.46.0}/bencher/results/holoview_results/line_result.py +0 -0
  128. {holobench-1.45.0 → holobench-1.46.0}/bencher/results/holoview_results/scatter_result.py +0 -0
  129. {holobench-1.45.0 → holobench-1.46.0}/bencher/results/holoview_results/surface_result.py +0 -0
  130. {holobench-1.45.0 → holobench-1.46.0}/bencher/results/holoview_results/table_result.py +0 -0
  131. {holobench-1.45.0 → holobench-1.46.0}/bencher/results/holoview_results/tabulator_result.py +0 -0
  132. {holobench-1.45.0 → holobench-1.46.0}/bencher/results/laxtex_result.py +0 -0
  133. {holobench-1.45.0 → holobench-1.46.0}/bencher/results/optuna_result.py +0 -0
  134. {holobench-1.45.0 → holobench-1.46.0}/bencher/results/video_controls.py +0 -0
  135. {holobench-1.45.0 → holobench-1.46.0}/bencher/results/video_result.py +0 -0
  136. {holobench-1.45.0 → holobench-1.46.0}/bencher/results/video_summary.py +0 -0
  137. {holobench-1.45.0 → holobench-1.46.0}/bencher/results/volume_result.py +0 -0
  138. {holobench-1.45.0 → holobench-1.46.0}/bencher/utils.py +0 -0
  139. {holobench-1.45.0 → holobench-1.46.0}/bencher/utils_rerun.py +0 -0
  140. {holobench-1.45.0 → holobench-1.46.0}/bencher/variables/__init__.py +0 -0
  141. {holobench-1.45.0 → holobench-1.46.0}/bencher/variables/inputs.py +0 -0
  142. {holobench-1.45.0 → holobench-1.46.0}/bencher/variables/parametrised_sweep.py +0 -0
  143. {holobench-1.45.0 → holobench-1.46.0}/bencher/variables/results.py +0 -0
  144. {holobench-1.45.0 → holobench-1.46.0}/bencher/variables/sweep_base.py +0 -0
  145. {holobench-1.45.0 → holobench-1.46.0}/bencher/variables/time.py +0 -0
  146. {holobench-1.45.0 → holobench-1.46.0}/bencher/video_writer.py +0 -0
  147. {holobench-1.45.0 → holobench-1.46.0}/bencher/worker_job.py +0 -0
  148. {holobench-1.45.0 → holobench-1.46.0}/resource/bencher +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: holobench
3
- Version: 1.45.0
3
+ Version: 1.46.0
4
4
  Summary: A package for benchmarking the performance of arbitrary functions
5
5
  Project-URL: Repository, https://github.com/blooop/bencher
6
6
  Project-URL: Home, https://github.com/blooop/bencher
@@ -26,7 +26,7 @@ Provides-Extra: rerun
26
26
  Requires-Dist: flask; extra == 'rerun'
27
27
  Requires-Dist: flask-cors; extra == 'rerun'
28
28
  Requires-Dist: rerun-notebook; extra == 'rerun'
29
- Requires-Dist: rerun-sdk==0.23.4; extra == 'rerun'
29
+ Requires-Dist: rerun-sdk>=0.22.1; extra == 'rerun'
30
30
  Provides-Extra: test
31
31
  Requires-Dist: coverage<=7.9.2,>=7.5.4; extra == 'test'
32
32
  Requires-Dist: hypothesis<=6.135.26,>=6.104.2; extra == 'test'
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "holobench"
3
- version = "1.45.0"
3
+ version = "1.46.0"
4
4
 
5
5
  authors = [{ name = "Austin Gregg-Smith", email = "blooop@gmail.com" }]
6
6
  description = "A package for benchmarking the performance of arbitrary functions"
@@ -66,7 +66,7 @@ test = [
66
66
  ]
67
67
 
68
68
  #adds support for embedding rerun windows (alpha)
69
- rerun = ["rerun-sdk==0.23.4", "rerun-notebook", "flask", "flask-cors"]
69
+ rerun = ["rerun-sdk>=0.22.1", "rerun-notebook", "flask", "flask-cors"]
70
70
 
71
71
  #unused for the moment but may turn on later
72
72
  # scoop = ["scoop>=0.7.0,<=0.7.2.0"]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes