holobench 1.12.0__tar.gz → 1.15.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.
- {holobench-1.12.0 → holobench-1.15.0}/PKG-INFO +4 -4
- {holobench-1.12.0 → holobench-1.15.0}/bencher/bencher.py +5 -5
- {holobench-1.12.0 → holobench-1.15.0}/bencher/results/bench_result.py +1 -1
- {holobench-1.12.0 → holobench-1.15.0}/pyproject.toml +4 -4
- {holobench-1.12.0 → holobench-1.15.0}/README.md +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/__init__.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/bench_cfg.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/bench_plot_server.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/bench_report.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/bench_runner.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/caching.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/class_enum.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/__init__.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/benchmark_data.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/example_all.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/example_categorical.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/example_custom_sweep.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/example_docs.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/example_float3D.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/example_float_cat.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/example_floats.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/example_floats2D.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/example_holosweep.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/example_holosweep_objects.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/example_holosweep_tap.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/example_image.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/example_levels.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/example_pareto.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/example_sample_cache.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/example_sample_cache_context.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/example_simple.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/example_simple_bool.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/example_simple_cat.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/example_simple_float.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/example_strings.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/example_time_event.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/example_video.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/example_workflow.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/experimental/example_bokeh_plotly.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/experimental/example_hover_ex.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/experimental/example_hvplot_explorer.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/experimental/example_interactive.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/experimental/example_streamnd.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/experimental/example_streams.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/experimental/example_template.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/experimental/example_updates.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/experimental/example_vector.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/meta/example_meta.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/meta/example_meta_cat.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/meta/example_meta_float.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/meta/example_meta_levels.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/optuna/example_optuna.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/shelved/example_float2D_scatter.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/shelved/example_float3D_cone.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/example/shelved/example_kwargs.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/job.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/optuna_conversions.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/plotting/__init__.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/plotting/plot_filter.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/plotting/plt_cnt_cfg.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/results/__init__.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/results/bench_result_base.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/results/composable_container/__init__.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/results/composable_container/composable_container_base.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/results/composable_container/composable_container_panel.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/results/composable_container/composable_container_video.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/results/float_formatter.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/results/holoview_result.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/results/optuna_result.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/results/panel_result.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/results/plotly_result.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/results/video_result.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/results/video_summary.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/utils.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/variables/inputs.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/variables/parametrised_sweep.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/variables/results.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/variables/sweep_base.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/variables/time.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/video_writer.py +0 -0
- {holobench-1.12.0 → holobench-1.15.0}/bencher/worker_job.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: holobench
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.15.0
|
4
4
|
Summary: A package for benchmarking the performance of arbitrary functions
|
5
5
|
Author-email: Austin Gregg-Smith <blooop@gmail.com>
|
6
6
|
Description-Content-Type: text/markdown
|
@@ -25,9 +25,9 @@ Requires-Dist: black>=23,<=24.4.2 ; extra == "test"
|
|
25
25
|
Requires-Dist: pylint>=2.16,<=3.1.0 ; extra == "test"
|
26
26
|
Requires-Dist: pytest-cov>=4.1,<=5.0.0 ; extra == "test"
|
27
27
|
Requires-Dist: pytest>=7.4,<=8.2.0 ; extra == "test"
|
28
|
-
Requires-Dist: hypothesis>=6.82,<=6.
|
29
|
-
Requires-Dist: ruff>=0.0.280,<=0.4.
|
30
|
-
Requires-Dist: coverage>=7.2.7,<=7.5.
|
28
|
+
Requires-Dist: hypothesis>=6.82,<=6.101.0 ; extra == "test"
|
29
|
+
Requires-Dist: ruff>=0.0.280,<=0.4.4 ; extra == "test"
|
30
|
+
Requires-Dist: coverage>=7.2.7,<=7.5.1 ; extra == "test"
|
31
31
|
Project-URL: Documentation, https://bencher.readthedocs.io/en/latest/
|
32
32
|
Project-URL: Home, https://github.com/dyson-ai/bencher
|
33
33
|
Project-URL: Repository, https://github.com/dyson-ai/bencher
|
@@ -384,12 +384,12 @@ class Bench(BenchPlotServer):
|
|
384
384
|
)
|
385
385
|
|
386
386
|
if plot_callbacks is None:
|
387
|
-
|
388
|
-
else:
|
389
|
-
if isinstance(plot_callbacks, bool):
|
390
|
-
plot_callbacks = [BenchResult.to_auto_plots] if plot_callbacks else []
|
391
|
-
elif len(self.plot_callbacks) == 0:
|
387
|
+
if self.plot_callbacks is not None and len(self.plot_callbacks) == 0:
|
392
388
|
plot_callbacks = [BenchResult.to_auto_plots]
|
389
|
+
else:
|
390
|
+
plot_callbacks = self.plot_callbacks
|
391
|
+
elif isinstance(plot_callbacks, bool):
|
392
|
+
plot_callbacks = [BenchResult.to_auto_plots] if plot_callbacks else []
|
393
393
|
|
394
394
|
bench_cfg = BenchCfg(
|
395
395
|
input_vars=input_vars,
|
@@ -20,7 +20,7 @@ class BenchResult(PlotlyResult, HoloviewResult, VideoSummaryResult):
|
|
20
20
|
@staticmethod
|
21
21
|
def default_plot_callbacks():
|
22
22
|
return [
|
23
|
-
VideoSummaryResult.to_video_summary,
|
23
|
+
# VideoSummaryResult.to_video_summary, #quite expensive so not turned on by default
|
24
24
|
HoloviewResult.to_bar,
|
25
25
|
HoloviewResult.to_scatter_jitter,
|
26
26
|
HoloviewResult.to_curve,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "holobench"
|
3
|
-
version = "1.
|
3
|
+
version = "1.15.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"
|
@@ -36,9 +36,9 @@ test = [
|
|
36
36
|
"pylint>=2.16,<=3.1.0",
|
37
37
|
"pytest-cov>=4.1,<=5.0.0",
|
38
38
|
"pytest>=7.4,<=8.2.0",
|
39
|
-
"hypothesis>=6.82,<=6.
|
40
|
-
"ruff>=0.0.280,<=0.4.
|
41
|
-
"coverage>=7.2.7,<=7.5.
|
39
|
+
"hypothesis>=6.82,<=6.101.0",
|
40
|
+
"ruff>=0.0.280,<=0.4.4",
|
41
|
+
"coverage>=7.2.7,<=7.5.1",
|
42
42
|
]
|
43
43
|
|
44
44
|
[project.urls]
|
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
|
{holobench-1.12.0 → holobench-1.15.0}/bencher/example/experimental/example_hvplot_explorer.py
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
|