holobench 1.3.5__tar.gz → 1.3.6__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 (74) hide show
  1. {holobench-1.3.5 → holobench-1.3.6}/PKG-INFO +3 -3
  2. {holobench-1.3.5 → holobench-1.3.6}/bencher/bench_cfg.py +1 -2
  3. {holobench-1.3.5 → holobench-1.3.6}/pyproject.toml +10 -4
  4. {holobench-1.3.5 → holobench-1.3.6}/README.md +0 -0
  5. {holobench-1.3.5 → holobench-1.3.6}/bencher/__init__.py +0 -0
  6. {holobench-1.3.5 → holobench-1.3.6}/bencher/bench_plot_server.py +0 -0
  7. {holobench-1.3.5 → holobench-1.3.6}/bencher/bench_report.py +0 -0
  8. {holobench-1.3.5 → holobench-1.3.6}/bencher/bench_runner.py +0 -0
  9. {holobench-1.3.5 → holobench-1.3.6}/bencher/bencher.py +0 -0
  10. {holobench-1.3.5 → holobench-1.3.6}/bencher/caching.py +0 -0
  11. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/__init__.py +0 -0
  12. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/benchmark_data.py +0 -0
  13. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/example_all.py +0 -0
  14. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/example_categorical.py +0 -0
  15. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/example_custom_sweep.py +0 -0
  16. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/example_docs.py +0 -0
  17. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/example_float3D.py +0 -0
  18. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/example_float_cat.py +0 -0
  19. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/example_floats.py +0 -0
  20. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/example_floats2D.py +0 -0
  21. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/example_holosweep.py +0 -0
  22. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/example_holosweep_objects.py +0 -0
  23. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/example_holosweep_tap.py +0 -0
  24. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/example_image.py +0 -0
  25. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/example_levels.py +0 -0
  26. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/example_pareto.py +0 -0
  27. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/example_sample_cache.py +0 -0
  28. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/example_sample_cache_context.py +0 -0
  29. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/example_simple.py +0 -0
  30. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/example_simple_bool.py +0 -0
  31. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/example_simple_cat.py +0 -0
  32. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/example_simple_float.py +0 -0
  33. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/example_strings.py +0 -0
  34. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/example_time_event.py +0 -0
  35. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/example_video.py +0 -0
  36. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/example_workflow.py +0 -0
  37. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/experimental/example_bokeh_plotly.py +0 -0
  38. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/experimental/example_hover_ex.py +0 -0
  39. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/experimental/example_hvplot_explorer.py +0 -0
  40. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/experimental/example_interactive.py +0 -0
  41. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/experimental/example_streamnd.py +0 -0
  42. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/experimental/example_streams.py +0 -0
  43. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/experimental/example_template.py +0 -0
  44. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/experimental/example_updates.py +0 -0
  45. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/experimental/example_vector.py +0 -0
  46. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/meta/example_meta.py +0 -0
  47. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/meta/example_meta_cat.py +0 -0
  48. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/meta/example_meta_float.py +0 -0
  49. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/meta/example_meta_levels.py +0 -0
  50. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/optuna/example_optuna.py +0 -0
  51. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/shelved/example_float2D_scatter.py +0 -0
  52. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/shelved/example_float3D_cone.py +0 -0
  53. {holobench-1.3.5 → holobench-1.3.6}/bencher/example/shelved/example_kwargs.py +0 -0
  54. {holobench-1.3.5 → holobench-1.3.6}/bencher/job.py +0 -0
  55. {holobench-1.3.5 → holobench-1.3.6}/bencher/optuna_conversions.py +0 -0
  56. {holobench-1.3.5 → holobench-1.3.6}/bencher/plotting/__init__.py +0 -0
  57. {holobench-1.3.5 → holobench-1.3.6}/bencher/plotting/plot_filter.py +0 -0
  58. {holobench-1.3.5 → holobench-1.3.6}/bencher/plotting/plt_cnt_cfg.py +0 -0
  59. {holobench-1.3.5 → holobench-1.3.6}/bencher/results/__init__.py +0 -0
  60. {holobench-1.3.5 → holobench-1.3.6}/bencher/results/bench_result.py +0 -0
  61. {holobench-1.3.5 → holobench-1.3.6}/bencher/results/bench_result_base.py +0 -0
  62. {holobench-1.3.5 → holobench-1.3.6}/bencher/results/float_formatter.py +0 -0
  63. {holobench-1.3.5 → holobench-1.3.6}/bencher/results/holoview_result.py +0 -0
  64. {holobench-1.3.5 → holobench-1.3.6}/bencher/results/optuna_result.py +0 -0
  65. {holobench-1.3.5 → holobench-1.3.6}/bencher/results/panel_result.py +0 -0
  66. {holobench-1.3.5 → holobench-1.3.6}/bencher/results/plotly_result.py +0 -0
  67. {holobench-1.3.5 → holobench-1.3.6}/bencher/utils.py +0 -0
  68. {holobench-1.3.5 → holobench-1.3.6}/bencher/variables/inputs.py +0 -0
  69. {holobench-1.3.5 → holobench-1.3.6}/bencher/variables/parametrised_sweep.py +0 -0
  70. {holobench-1.3.5 → holobench-1.3.6}/bencher/variables/results.py +0 -0
  71. {holobench-1.3.5 → holobench-1.3.6}/bencher/variables/sweep_base.py +0 -0
  72. {holobench-1.3.5 → holobench-1.3.6}/bencher/variables/time.py +0 -0
  73. {holobench-1.3.5 → holobench-1.3.6}/bencher/video_writer.py +0 -0
  74. {holobench-1.3.5 → holobench-1.3.6}/bencher/worker_job.py +0 -0
@@ -1,9 +1,8 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: holobench
3
- Version: 1.3.5
3
+ Version: 1.3.6
4
4
  Summary: A package for benchmarking the performance of arbitrary functions
5
5
  Author-email: Austin Gregg-Smith <blooop@gmail.com>
6
- Requires-Python: >=3.10
7
6
  Description-Content-Type: text/markdown
8
7
  Requires-Dist: holoviews>=1.15,<=1.18.1
9
8
  Requires-Dist: numpy>=1.0,<=1.26.2
@@ -29,8 +28,9 @@ Requires-Dist: pytest>=7.4,<=7.4.4 ; extra == "test"
29
28
  Requires-Dist: hypothesis>=6.82,<=6.92.2 ; extra == "test"
30
29
  Requires-Dist: ruff>=0.0.280,<=0.1.9 ; extra == "test"
31
30
  Requires-Dist: coverage>=7.2.7,<=7.4.0 ; extra == "test"
31
+ Project-URL: Documentation, https://bencher.readthedocs.io/en/latest/
32
32
  Project-URL: Home, https://github.com/dyson-ai/bencher
33
- Project-URL: Source, https://github.com/dyson-ai/bencher
33
+ Project-URL: Repository, https://github.com/dyson-ai/bencher
34
34
  Provides-Extra: test
35
35
 
36
36
  # Bencher
@@ -427,8 +427,7 @@ class BenchCfg(BenchRunCfg):
427
427
  if self.description is not None and description:
428
428
  col.append(self.to_description())
429
429
  if describe_sweep:
430
- col.append(pn.pane.Markdown("## Data Collection Parameters:"))
431
- col.append(self.describe_sweep())
430
+ col.append(pn.Accordion(("Data Collection Parameters", self.describe_sweep())))
432
431
  if results_suffix:
433
432
  col.append(pn.pane.Markdown("## Results:"))
434
433
  return col
@@ -1,13 +1,14 @@
1
1
  [project]
2
2
  name = "holobench"
3
- version = "1.3.5"
3
+ version = "1.3.6"
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"
7
7
  readme = "README.md"
8
- documentation = "https://bencher.readthedocs.io/en/latest/"
9
8
 
10
- requires-python = ">=3.10"
9
+ #incompatible with setuptools
10
+ # requires-python = ">= 3.10"
11
+
11
12
 
12
13
  dependencies = [
13
14
  "holoviews>=1.15,<=1.18.1",
@@ -41,18 +42,23 @@ test = [
41
42
  ]
42
43
 
43
44
  [project.urls]
44
- Source = "https://github.com/dyson-ai/bencher"
45
+ Repository = "https://github.com/dyson-ai/bencher"
45
46
  Home = "https://github.com/dyson-ai/bencher"
47
+ Documentation = "https://bencher.readthedocs.io/en/latest/"
46
48
 
47
49
 
48
50
  [tool.flit.module]
49
51
  name = "bencher"
50
52
 
53
+
51
54
  [build-system]
52
55
  requires = ["flit_core >=3.2,<4"]
53
56
  build-backend = "flit_core.buildapi"
54
57
 
55
58
 
59
+ [tool.setuptools_scm]
60
+ # lol just to keep colcon happy
61
+
56
62
  [tool.pylint]
57
63
  extension-pkg-whitelist = ["numpy", "scipy"]
58
64
  jobs = 16 #detect number of cores
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes