holobench 1.30.0__tar.gz → 1.30.1__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 (96) hide show
  1. {holobench-1.30.0 → holobench-1.30.1}/PKG-INFO +13 -13
  2. {holobench-1.30.0 → holobench-1.30.1}/pyproject.toml +19 -26
  3. {holobench-1.30.0 → holobench-1.30.1}/.gitignore +0 -0
  4. {holobench-1.30.0 → holobench-1.30.1}/LICENSE +0 -0
  5. {holobench-1.30.0 → holobench-1.30.1}/README.md +0 -0
  6. {holobench-1.30.0 → holobench-1.30.1}/bencher/__init__.py +0 -0
  7. {holobench-1.30.0 → holobench-1.30.1}/bencher/bench_cfg.py +0 -0
  8. {holobench-1.30.0 → holobench-1.30.1}/bencher/bench_plot_server.py +0 -0
  9. {holobench-1.30.0 → holobench-1.30.1}/bencher/bench_report.py +0 -0
  10. {holobench-1.30.0 → holobench-1.30.1}/bencher/bench_runner.py +0 -0
  11. {holobench-1.30.0 → holobench-1.30.1}/bencher/bencher.py +0 -0
  12. {holobench-1.30.0 → holobench-1.30.1}/bencher/caching.py +0 -0
  13. {holobench-1.30.0 → holobench-1.30.1}/bencher/class_enum.py +0 -0
  14. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/__init__.py +0 -0
  15. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/benchmark_data.py +0 -0
  16. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/example_all.py +0 -0
  17. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/example_categorical.py +0 -0
  18. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/example_composable_container.py +0 -0
  19. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/example_composable_container2.py +0 -0
  20. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/example_consts.py +0 -0
  21. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/example_custom_sweep.py +0 -0
  22. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/example_custom_sweep2.py +0 -0
  23. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/example_dataframe.py +0 -0
  24. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/example_docs.py +0 -0
  25. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/example_filepath.py +0 -0
  26. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/example_float3D.py +0 -0
  27. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/example_float_cat.py +0 -0
  28. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/example_floats.py +0 -0
  29. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/example_floats2D.py +0 -0
  30. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/example_holosweep.py +0 -0
  31. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/example_holosweep_objects.py +0 -0
  32. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/example_holosweep_tap.py +0 -0
  33. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/example_image.py +0 -0
  34. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/example_image1.py +0 -0
  35. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/example_levels.py +0 -0
  36. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/example_levels2.py +0 -0
  37. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/example_pareto.py +0 -0
  38. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/example_sample_cache.py +0 -0
  39. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/example_sample_cache_context.py +0 -0
  40. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/example_simple.py +0 -0
  41. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/example_simple_bool.py +0 -0
  42. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/example_simple_cat.py +0 -0
  43. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/example_simple_float.py +0 -0
  44. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/example_simple_float2d.py +0 -0
  45. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/example_strings.py +0 -0
  46. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/example_time_event.py +0 -0
  47. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/example_video.py +0 -0
  48. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/example_workflow.py +0 -0
  49. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/experimental/example_bokeh_plotly.py +0 -0
  50. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/experimental/example_hover_ex.py +0 -0
  51. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/experimental/example_hvplot_explorer.py +0 -0
  52. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/experimental/example_interactive.py +0 -0
  53. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/experimental/example_streamnd.py +0 -0
  54. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/experimental/example_streams.py +0 -0
  55. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/experimental/example_template.py +0 -0
  56. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/experimental/example_updates.py +0 -0
  57. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/experimental/example_vector.py +0 -0
  58. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/meta/example_meta.py +0 -0
  59. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/meta/example_meta_cat.py +0 -0
  60. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/meta/example_meta_float.py +0 -0
  61. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/meta/example_meta_levels.py +0 -0
  62. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/optuna/example_optuna.py +0 -0
  63. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/shelved/example_float2D_scatter.py +0 -0
  64. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/shelved/example_float3D_cone.py +0 -0
  65. {holobench-1.30.0 → holobench-1.30.1}/bencher/example/shelved/example_kwargs.py +0 -0
  66. {holobench-1.30.0 → holobench-1.30.1}/bencher/job.py +0 -0
  67. {holobench-1.30.0 → holobench-1.30.1}/bencher/optuna_conversions.py +0 -0
  68. {holobench-1.30.0 → holobench-1.30.1}/bencher/plotting/__init__.py +0 -0
  69. {holobench-1.30.0 → holobench-1.30.1}/bencher/plotting/plot_filter.py +0 -0
  70. {holobench-1.30.0 → holobench-1.30.1}/bencher/plotting/plt_cnt_cfg.py +0 -0
  71. {holobench-1.30.0 → holobench-1.30.1}/bencher/results/__init__.py +0 -0
  72. {holobench-1.30.0 → holobench-1.30.1}/bencher/results/bench_result.py +0 -0
  73. {holobench-1.30.0 → holobench-1.30.1}/bencher/results/bench_result_base.py +0 -0
  74. {holobench-1.30.0 → holobench-1.30.1}/bencher/results/composable_container/__init__.py +0 -0
  75. {holobench-1.30.0 → holobench-1.30.1}/bencher/results/composable_container/composable_container_base.py +0 -0
  76. {holobench-1.30.0 → holobench-1.30.1}/bencher/results/composable_container/composable_container_dataframe.py +0 -0
  77. {holobench-1.30.0 → holobench-1.30.1}/bencher/results/composable_container/composable_container_panel.py +0 -0
  78. {holobench-1.30.0 → holobench-1.30.1}/bencher/results/composable_container/composable_container_video.py +0 -0
  79. {holobench-1.30.0 → holobench-1.30.1}/bencher/results/dataset_result.py +0 -0
  80. {holobench-1.30.0 → holobench-1.30.1}/bencher/results/float_formatter.py +0 -0
  81. {holobench-1.30.0 → holobench-1.30.1}/bencher/results/holoview_result.py +0 -0
  82. {holobench-1.30.0 → holobench-1.30.1}/bencher/results/optuna_result.py +0 -0
  83. {holobench-1.30.0 → holobench-1.30.1}/bencher/results/panel_result.py +0 -0
  84. {holobench-1.30.0 → holobench-1.30.1}/bencher/results/plotly_result.py +0 -0
  85. {holobench-1.30.0 → holobench-1.30.1}/bencher/results/video_result.py +0 -0
  86. {holobench-1.30.0 → holobench-1.30.1}/bencher/results/video_summary.py +0 -0
  87. {holobench-1.30.0 → holobench-1.30.1}/bencher/utils.py +0 -0
  88. {holobench-1.30.0 → holobench-1.30.1}/bencher/variables/__init__.py +0 -0
  89. {holobench-1.30.0 → holobench-1.30.1}/bencher/variables/inputs.py +0 -0
  90. {holobench-1.30.0 → holobench-1.30.1}/bencher/variables/parametrised_sweep.py +0 -0
  91. {holobench-1.30.0 → holobench-1.30.1}/bencher/variables/results.py +0 -0
  92. {holobench-1.30.0 → holobench-1.30.1}/bencher/variables/sweep_base.py +0 -0
  93. {holobench-1.30.0 → holobench-1.30.1}/bencher/variables/time.py +0 -0
  94. {holobench-1.30.0 → holobench-1.30.1}/bencher/video_writer.py +0 -0
  95. {holobench-1.30.0 → holobench-1.30.1}/bencher/worker_job.py +0 -0
  96. {holobench-1.30.0 → holobench-1.30.1}/resource/bencher +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: holobench
3
- Version: 1.30.0
3
+ Version: 1.30.1
4
4
  Summary: A package for benchmarking the performance of arbitrary functions
5
5
  Project-URL: Repository, https://github.com/dyson-ai/bencher
6
6
  Project-URL: Home, https://github.com/dyson-ai/bencher
@@ -10,29 +10,29 @@ License-Expression: MIT
10
10
  License-File: LICENSE
11
11
  Requires-Dist: diskcache<=5.6.3,>=5.6
12
12
  Requires-Dist: holoviews<=1.19.1,>=1.15
13
- Requires-Dist: hvplot<=0.10.0,>=0.8
13
+ Requires-Dist: hvplot<=0.11.1,>=0.8
14
14
  Requires-Dist: matplotlib<=3.9.2,>=3.6.3
15
15
  Requires-Dist: moviepy-fix-codec
16
- Requires-Dist: numpy<=2.1.0,>=1.0
16
+ Requires-Dist: numpy<=2.1.2,>=1.0
17
17
  Requires-Dist: optuna<=4.0.0,>=3.2
18
- Requires-Dist: pandas<=2.2.2,>=2.0
19
- Requires-Dist: panel<=1.4.5,>=1.3.6
18
+ Requires-Dist: pandas<=2.2.3,>=2.0
19
+ Requires-Dist: panel<=1.5.3,>=1.3.6
20
20
  Requires-Dist: param<=2.1.1,>=1.13.0
21
- Requires-Dist: plotly<=5.24.0,>=5.15
22
- Requires-Dist: scikit-learn<=1.5.1,>=1.2
21
+ Requires-Dist: plotly<=5.24.1,>=5.15
22
+ Requires-Dist: scikit-learn<=1.5.2,>=1.2
23
23
  Requires-Dist: scoop<=0.7.2.0,>=0.7.0
24
24
  Requires-Dist: sortedcontainers<=2.4,>=2.4
25
25
  Requires-Dist: str2bool<=1.1,>=1.1
26
26
  Requires-Dist: strenum<=0.4.15,>=0.4.0
27
- Requires-Dist: xarray<=2024.7.0,>=2023.7
27
+ Requires-Dist: xarray<=2024.10.0,>=2023.7
28
28
  Provides-Extra: test
29
- Requires-Dist: black<=24.8.0,>=23; extra == 'test'
30
- Requires-Dist: coverage<=7.6.1,>=7.5.4; extra == 'test'
31
- Requires-Dist: hypothesis<=6.112.2,>=6.104.2; extra == 'test'
29
+ Requires-Dist: black<=24.10.0,>=23; extra == 'test'
30
+ Requires-Dist: coverage<=7.6.4,>=7.5.4; extra == 'test'
31
+ Requires-Dist: hypothesis<=6.116.0,>=6.104.2; extra == 'test'
32
32
  Requires-Dist: pylint<=3.3.1,>=3.2.5; extra == 'test'
33
- Requires-Dist: pytest-cov<=5.0.0,>=4.1; extra == 'test'
33
+ Requires-Dist: pytest-cov<=6.0.0,>=4.1; extra == 'test'
34
34
  Requires-Dist: pytest<=8.3.3,>=7.4; extra == 'test'
35
- Requires-Dist: ruff<=0.6.8,>=0.5.0; extra == 'test'
35
+ Requires-Dist: ruff<=0.7.2,>=0.5.0; extra == 'test'
36
36
  Description-Content-Type: text/markdown
37
37
 
38
38
  # Bencher
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "holobench"
3
- version = "1.30.0"
3
+ version = "1.30.1"
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"
@@ -9,19 +9,19 @@ license = "MIT"
9
9
 
10
10
  dependencies = [
11
11
  "holoviews>=1.15,<=1.19.1",
12
- "numpy>=1.0,<=2.1.0",
12
+ "numpy>=1.0,<=2.1.2",
13
13
  "param>=1.13.0,<=2.1.1",
14
- "hvplot>=0.8,<=0.10.0",
14
+ "hvplot>=0.8,<=0.11.1",
15
15
  "matplotlib>=3.6.3,<=3.9.2",
16
- "panel>=1.3.6,<=1.4.5",
16
+ "panel>=1.3.6,<=1.5.3",
17
17
  "diskcache>=5.6,<=5.6.3",
18
18
  "optuna>=3.2,<=4.0.0",
19
- "xarray>=2023.7,<=2024.7.0",
20
- "plotly>=5.15,<=5.24.0",
19
+ "xarray>=2023.7,<=2024.10.0",
20
+ "plotly>=5.15,<=5.24.1",
21
21
  "sortedcontainers>=2.4,<=2.4",
22
- "pandas>=2.0,<=2.2.2",
22
+ "pandas>=2.0,<=2.2.3",
23
23
  "strenum>=0.4.0,<=0.4.15",
24
- "scikit-learn>=1.2,<=1.5.1",
24
+ "scikit-learn>=1.2,<=1.5.2",
25
25
  "str2bool>=1.1,<=1.1",
26
26
  "scoop>=0.7.0,<=0.7.2.0",
27
27
  "moviepy-fix-codec",
@@ -53,13 +53,13 @@ holobench = { path = ".", editable = true }
53
53
 
54
54
  [project.optional-dependencies]
55
55
  test = [
56
- "black>=23,<=24.8.0",
56
+ "black>=23,<=24.10.0",
57
57
  "pylint>=3.2.5,<=3.3.1",
58
- "pytest-cov>=4.1,<=5.0.0",
58
+ "pytest-cov>=4.1,<=6.0.0",
59
59
  "pytest>=7.4,<=8.3.3",
60
- "hypothesis>=6.104.2,<=6.112.2",
61
- "ruff>=0.5.0,<=0.6.8",
62
- "coverage>=7.5.4,<=7.6.1",
60
+ "hypothesis>=6.104.2,<=6.116.0",
61
+ "ruff>=0.5.0,<=0.7.2",
62
+ "coverage>=7.5.4,<=7.6.4",
63
63
  ]
64
64
 
65
65
  [build-system]
@@ -71,10 +71,10 @@ include = ["bencher"]
71
71
 
72
72
  # Environments
73
73
  [tool.pixi.environments]
74
- default = { features = ["test"], solve-group = "default" }
75
- py310 = ["py310", "test"]
76
- py311 = ["py311", "test"]
77
- py312 = ["py312", "test"]
74
+ default = {features = ["test"], solve-group = "default" }
75
+ py310 = ["py310","test"]
76
+ py311 = ["py311","test"]
77
+ py312 = ["py312","test"]
78
78
 
79
79
 
80
80
  [tool.pixi.tasks]
@@ -95,15 +95,8 @@ update-lock-push = { depends_on = ["update-lock", "push"] }
95
95
  fix = { depends_on = ["update-lock", "format", "ruff-lint"] }
96
96
  fix-commit-push = { depends_on = ["fix", "commit-format", "update-lock-push"] }
97
97
  ci-no-cover = { depends_on = ["style", "test"] }
98
- ci = { depends_on = [
99
- "format",
100
- "ruff-lint",
101
- "check-clean-workspace",
102
- "pylint",
103
- "coverage",
104
- "coverage-report",
105
- ] }
106
- ci-push = { depends_on = ["format", "ruff-lint", "update-lock", "ci", "push"] }
98
+ ci = { depends_on = ["format","ruff-lint", "pylint", "coverage", "coverage-report"] }
99
+ ci-push = {depends_on=["format","ruff-lint","update-lock","ci","push"]}
107
100
  clear-pixi = "rm -rf .pixi pixi.lock"
108
101
  setup-git-merge-driver = "git config merge.ours.driver true"
109
102
  update-from-template-repo = "./scripts/update_from_template.sh"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes