holobench 1.43.0__tar.gz → 1.44.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.43.0 → holobench-1.44.0}/PKG-INFO +15 -15
- {holobench-1.43.0 → holobench-1.44.0}/bencher/bencher.py +3 -58
- {holobench-1.43.0 → holobench-1.44.0}/pyproject.toml +15 -15
- {holobench-1.43.0 → holobench-1.44.0}/.gitignore +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/CHANGELOG.md +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/LICENSE +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/README.md +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/__init__.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/bench_cfg.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/bench_plot_server.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/bench_report.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/bench_runner.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/caching.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/class_enum.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/__init__.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/benchmark_data.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_all.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_categorical.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_composable_container2.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_composable_container_image.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_composable_container_video.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_consts.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_custom_sweep.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_custom_sweep2.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_dataframe.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_docs.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_filepath.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_float3D.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_float_cat.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_floats.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_floats2D.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_holosweep.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_holosweep_objects.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_holosweep_tap.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_image.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_image1.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_levels.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_pareto.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_publish.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_rerun.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_rerun2.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_sample_cache.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_sample_cache_context.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_simple.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_simple_bool.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_simple_cat.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_simple_float.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_simple_float2d.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_strings.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_time_event.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_video.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/example_workflow.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/experimental/example_bokeh_plotly.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/experimental/example_hover_ex.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/experimental/example_hvplot_explorer.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/experimental/example_interactive.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/experimental/example_streamnd.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/experimental/example_streams.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/experimental/example_template.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/experimental/example_updates.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/experimental/example_vector.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/inputs_0D/example_0_in_1_out.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/inputs_0D/example_0_in_2_out.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/inputs_0_float/example_0_cat_in_2_out.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/inputs_0_float/example_1_cat_in_2_out.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/inputs_0_float/example_2_cat_in_2_out.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/inputs_0_float/example_3_cat_in_2_out.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/inputs_1D/example1d_common.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/inputs_1D/example_0_float_1_cat.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/inputs_1D/example_1_cat_in_2_out_repeats.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/inputs_1D/example_1_float_2_cat_repeats.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/inputs_1D/example_1_int_in_1_out.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/inputs_1D/example_1_int_in_2_out.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/inputs_1D/example_1_int_in_2_out_repeats.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/inputs_1_float/example_1_float_0_cat_in_2_out.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/inputs_1_float/example_1_float_1_cat_in_2_out.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/inputs_1_float/example_1_float_2_cat_in_2_out.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/inputs_1_float/example_1_float_3_cat_in_2_out.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/inputs_2D/example_2_cat_in_4_out_repeats.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/inputs_2_float/example_2_float_0_cat_in_2_out.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/inputs_2_float/example_2_float_1_cat_in_2_out.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/inputs_2_float/example_2_float_2_cat_in_2_out.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/inputs_2_float/example_2_float_3_cat_in_2_out.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/inputs_3_float/example_3_float_0_cat_in_2_out.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/inputs_3_float/example_3_float_1_cat_in_2_out.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/inputs_3_float/example_3_float_2_cat_in_2_out.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/inputs_3_float/example_3_float_3_cat_in_2_out.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/meta/__init__.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/meta/example_meta.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/meta/example_meta_cat.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/meta/example_meta_float.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/meta/example_meta_levels.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/meta/generate_examples.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/meta/generate_meta.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/optuna/example_optuna.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/shelved/example_float2D_scatter.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/shelved/example_float3D_cone.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/example/shelved/example_kwargs.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/flask_server.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/job.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/optuna_conversions.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/plotting/__init__.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/plotting/plot_filter.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/plotting/plt_cnt_cfg.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/results/__init__.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/results/bench_result.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/results/bench_result_base.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/results/composable_container/__init__.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/results/composable_container/composable_container_base.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/results/composable_container/composable_container_dataframe.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/results/composable_container/composable_container_panel.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/results/composable_container/composable_container_video.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/results/dataset_result.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/results/explorer_result.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/results/float_formatter.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/results/histogram_result.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/results/holoview_results/__init__.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/results/holoview_results/bar_result.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/results/holoview_results/curve_result.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/results/holoview_results/distribution_result/__init__.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/results/holoview_results/distribution_result/box_whisker_result.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/results/holoview_results/distribution_result/distribution_result.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/results/holoview_results/distribution_result/scatter_jitter_result.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/results/holoview_results/distribution_result/violin_result.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/results/holoview_results/heatmap_result.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/results/holoview_results/holoview_result.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/results/holoview_results/line_result.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/results/holoview_results/scatter_result.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/results/holoview_results/surface_result.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/results/holoview_results/table_result.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/results/holoview_results/tabulator_result.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/results/laxtex_result.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/results/optuna_result.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/results/video_controls.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/results/video_result.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/results/video_summary.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/results/volume_result.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/utils.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/utils_rerun.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/variables/__init__.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/variables/inputs.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/variables/parametrised_sweep.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/variables/results.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/variables/sweep_base.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/variables/time.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/video_writer.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/bencher/worker_job.py +0 -0
- {holobench-1.43.0 → holobench-1.44.0}/resource/bencher +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: holobench
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.44.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
|
@@ -10,35 +10,35 @@ License-Expression: MIT
|
|
10
10
|
License-File: LICENSE
|
11
11
|
Requires-Python: <3.14,>=3.10
|
12
12
|
Requires-Dist: diskcache<=5.6.3,>=5.6
|
13
|
-
Requires-Dist: holoviews<=1.20.
|
14
|
-
Requires-Dist: hvplot<=0.
|
13
|
+
Requires-Dist: holoviews<=1.20.2,>=1.15
|
14
|
+
Requires-Dist: hvplot<=0.11.3,>=0.11.3
|
15
15
|
Requires-Dist: moviepy<=2.2.1,>=2.1.2
|
16
16
|
Requires-Dist: numpy<=2.2.6,>=1.0
|
17
|
-
Requires-Dist: optuna<=4.
|
18
|
-
Requires-Dist: pandas<=2.
|
19
|
-
Requires-Dist: panel<=1.7.
|
20
|
-
Requires-Dist: param<=2.2.
|
17
|
+
Requires-Dist: optuna<=4.4.0,>=3.2
|
18
|
+
Requires-Dist: pandas<=2.3.0,>=2.0
|
19
|
+
Requires-Dist: panel<=1.7.1,>=1.3.6
|
20
|
+
Requires-Dist: param<=2.2.1,>=1.13.0
|
21
21
|
Requires-Dist: plotly<=6.1.2,>=5.15
|
22
|
-
Requires-Dist: scikit-learn<=1.
|
22
|
+
Requires-Dist: scikit-learn<=1.7.0,>=1.2
|
23
23
|
Requires-Dist: strenum<=0.4.15,>=0.4.0
|
24
|
-
Requires-Dist: xarray<=2025.
|
24
|
+
Requires-Dist: xarray<=2025.6.1,>=2023.7
|
25
25
|
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.
|
29
|
+
Requires-Dist: rerun-sdk==0.23.3; extra == 'rerun'
|
30
30
|
Provides-Extra: test
|
31
|
-
Requires-Dist: coverage<=7.
|
32
|
-
Requires-Dist: hypothesis<=6.
|
31
|
+
Requires-Dist: coverage<=7.9.1,>=7.5.4; extra == 'test'
|
32
|
+
Requires-Dist: hypothesis<=6.135.14,>=6.104.2; extra == 'test'
|
33
33
|
Requires-Dist: ipykernel; extra == 'test'
|
34
34
|
Requires-Dist: jupyter-bokeh; extra == 'test'
|
35
35
|
Requires-Dist: nbformat; extra == 'test'
|
36
36
|
Requires-Dist: pip; extra == 'test'
|
37
37
|
Requires-Dist: pre-commit<=4.2.0; extra == 'test'
|
38
38
|
Requires-Dist: pylint<=3.3.7,>=3.2.5; extra == 'test'
|
39
|
-
Requires-Dist: pytest-cov<=6.
|
40
|
-
Requires-Dist: pytest<=8.
|
41
|
-
Requires-Dist: ruff<=0.
|
39
|
+
Requires-Dist: pytest-cov<=6.2.1,>=4.1; extra == 'test'
|
40
|
+
Requires-Dist: pytest<=8.4.1,>=7.4; extra == 'test'
|
41
|
+
Requires-Dist: ruff<=0.12.0,>=0.5.0; extra == 'test'
|
42
42
|
Description-Content-Type: text/markdown
|
43
43
|
|
44
44
|
# Bencher
|
@@ -52,8 +52,8 @@ def set_xarray_multidim(
|
|
52
52
|
) -> xr.DataArray:
|
53
53
|
"""Set a value in a multi-dimensional xarray at the specified index position.
|
54
54
|
|
55
|
-
This function sets a value in an N-dimensional xarray using
|
56
|
-
|
55
|
+
This function sets a value in an N-dimensional xarray using dynamic indexing
|
56
|
+
that works for any number of dimensions.
|
57
57
|
|
58
58
|
Args:
|
59
59
|
data_array (xr.DataArray): The data array to modify
|
@@ -63,62 +63,7 @@ def set_xarray_multidim(
|
|
63
63
|
Returns:
|
64
64
|
xr.DataArray: The modified data array
|
65
65
|
"""
|
66
|
-
|
67
|
-
case 1:
|
68
|
-
data_array[index_tuple[0]] = value
|
69
|
-
case 2:
|
70
|
-
data_array[index_tuple[0], index_tuple[1]] = value
|
71
|
-
case 3:
|
72
|
-
data_array[index_tuple[0], index_tuple[1], index_tuple[2]] = value
|
73
|
-
case 4:
|
74
|
-
data_array[index_tuple[0], index_tuple[1], index_tuple[2], index_tuple[3]] = value
|
75
|
-
case 5:
|
76
|
-
data_array[
|
77
|
-
index_tuple[0], index_tuple[1], index_tuple[2], index_tuple[3], index_tuple[4]
|
78
|
-
] = value
|
79
|
-
case 6:
|
80
|
-
data_array[
|
81
|
-
index_tuple[0],
|
82
|
-
index_tuple[1],
|
83
|
-
index_tuple[2],
|
84
|
-
index_tuple[3],
|
85
|
-
index_tuple[4],
|
86
|
-
index_tuple[5],
|
87
|
-
] = value
|
88
|
-
case 7:
|
89
|
-
data_array[
|
90
|
-
index_tuple[0],
|
91
|
-
index_tuple[1],
|
92
|
-
index_tuple[2],
|
93
|
-
index_tuple[3],
|
94
|
-
index_tuple[4],
|
95
|
-
index_tuple[5],
|
96
|
-
index_tuple[6],
|
97
|
-
] = value
|
98
|
-
case 8:
|
99
|
-
data_array[
|
100
|
-
index_tuple[0],
|
101
|
-
index_tuple[1],
|
102
|
-
index_tuple[2],
|
103
|
-
index_tuple[3],
|
104
|
-
index_tuple[4],
|
105
|
-
index_tuple[5],
|
106
|
-
index_tuple[6],
|
107
|
-
index_tuple[7],
|
108
|
-
] = value
|
109
|
-
case 9:
|
110
|
-
data_array[
|
111
|
-
index_tuple[0],
|
112
|
-
index_tuple[1],
|
113
|
-
index_tuple[2],
|
114
|
-
index_tuple[3],
|
115
|
-
index_tuple[4],
|
116
|
-
index_tuple[5],
|
117
|
-
index_tuple[6],
|
118
|
-
index_tuple[7],
|
119
|
-
index_tuple[8],
|
120
|
-
] = value
|
121
|
-
|
66
|
+
data_array[index_tuple] = value
|
122
67
|
return data_array
|
123
68
|
|
124
69
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "holobench"
|
3
|
-
version = "1.
|
3
|
+
version = "1.44.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"
|
@@ -10,18 +10,18 @@ license = "MIT"
|
|
10
10
|
requires-python = ">=3.10,<3.14"
|
11
11
|
|
12
12
|
dependencies = [
|
13
|
-
"holoviews>=1.15,<=1.20.
|
13
|
+
"holoviews>=1.15,<=1.20.2",
|
14
14
|
"numpy>=1.0,<=2.2.6",
|
15
|
-
"param>=1.13.0,<=2.2.
|
16
|
-
"hvplot>=0.
|
17
|
-
"panel>=1.3.6,<=1.7.
|
15
|
+
"param>=1.13.0,<=2.2.1",
|
16
|
+
"hvplot>=0.11.3,<=0.11.3",
|
17
|
+
"panel>=1.3.6,<=1.7.1",
|
18
18
|
"diskcache>=5.6,<=5.6.3",
|
19
|
-
"optuna>=3.2,<=4.
|
20
|
-
"xarray>=2023.7,<=2025.
|
19
|
+
"optuna>=3.2,<=4.4.0",
|
20
|
+
"xarray>=2023.7,<=2025.6.1",
|
21
21
|
"plotly>=5.15,<=6.1.2",
|
22
|
-
"pandas>=2.0,<=2.
|
22
|
+
"pandas>=2.0,<=2.3.0",
|
23
23
|
"strenum>=0.4.0,<=0.4.15",
|
24
|
-
"scikit-learn>=1.2,<=1.
|
24
|
+
"scikit-learn>=1.2,<=1.7.0",
|
25
25
|
"moviepy>=2.1.2,<=2.2.1",
|
26
26
|
]
|
27
27
|
|
@@ -53,11 +53,11 @@ holobench = { path = ".", editable = true }
|
|
53
53
|
[project.optional-dependencies]
|
54
54
|
test = [
|
55
55
|
"pylint>=3.2.5,<=3.3.7",
|
56
|
-
"pytest-cov>=4.1,<=6.
|
57
|
-
"pytest>=7.4,<=8.
|
58
|
-
"hypothesis>=6.104.2,<=6.
|
59
|
-
"ruff>=0.5.0,<=0.
|
60
|
-
"coverage>=7.5.4,<=7.
|
56
|
+
"pytest-cov>=4.1,<=6.2.1",
|
57
|
+
"pytest>=7.4,<=8.4.1",
|
58
|
+
"hypothesis>=6.104.2,<=6.135.14",
|
59
|
+
"ruff>=0.5.0,<=0.12.0",
|
60
|
+
"coverage>=7.5.4,<=7.9.1",
|
61
61
|
"pre-commit<=4.2.0",
|
62
62
|
"nbformat",
|
63
63
|
"ipykernel",
|
@@ -66,7 +66,7 @@ test = [
|
|
66
66
|
]
|
67
67
|
|
68
68
|
#adds support for embedding rerun windows (alpha)
|
69
|
-
rerun = ["rerun-sdk==0.23.
|
69
|
+
rerun = ["rerun-sdk==0.23.3", "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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{holobench-1.43.0 → holobench-1.44.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
|
{holobench-1.43.0 → holobench-1.44.0}/bencher/example/inputs_0_float/example_0_cat_in_2_out.py
RENAMED
File without changes
|
{holobench-1.43.0 → holobench-1.44.0}/bencher/example/inputs_0_float/example_1_cat_in_2_out.py
RENAMED
File without changes
|
{holobench-1.43.0 → holobench-1.44.0}/bencher/example/inputs_0_float/example_2_cat_in_2_out.py
RENAMED
File without changes
|
{holobench-1.43.0 → holobench-1.44.0}/bencher/example/inputs_0_float/example_3_cat_in_2_out.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{holobench-1.43.0 → holobench-1.44.0}/bencher/example/inputs_1D/example_1_cat_in_2_out_repeats.py
RENAMED
File without changes
|
{holobench-1.43.0 → holobench-1.44.0}/bencher/example/inputs_1D/example_1_float_2_cat_repeats.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{holobench-1.43.0 → holobench-1.44.0}/bencher/example/inputs_1D/example_1_int_in_2_out_repeats.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{holobench-1.43.0 → holobench-1.44.0}/bencher/example/inputs_2D/example_2_cat_in_4_out_repeats.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
|
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
|