holobench 1.25.1__tar.gz → 1.25.2__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 (50) hide show
  1. {holobench-1.25.1/holobench.egg-info → holobench-1.25.2}/PKG-INFO +1 -3
  2. {holobench-1.25.1 → holobench-1.25.2/holobench.egg-info}/PKG-INFO +1 -3
  3. {holobench-1.25.1 → holobench-1.25.2}/holobench.egg-info/SOURCES.txt +0 -5
  4. {holobench-1.25.1 → holobench-1.25.2}/pyproject.toml +1 -1
  5. holobench-1.25.2/setup.cfg +4 -0
  6. holobench-1.25.1/holobench.egg-info/not-zip-safe +0 -1
  7. holobench-1.25.1/package.xml +0 -33
  8. holobench-1.25.1/resource/bencher +0 -0
  9. holobench-1.25.1/setup.cfg +0 -10
  10. holobench-1.25.1/setup.py +0 -18
  11. {holobench-1.25.1 → holobench-1.25.2}/LICENSE +0 -0
  12. {holobench-1.25.1 → holobench-1.25.2}/README.md +0 -0
  13. {holobench-1.25.1 → holobench-1.25.2}/bencher/__init__.py +0 -0
  14. {holobench-1.25.1 → holobench-1.25.2}/bencher/bench_cfg.py +0 -0
  15. {holobench-1.25.1 → holobench-1.25.2}/bencher/bench_plot_server.py +0 -0
  16. {holobench-1.25.1 → holobench-1.25.2}/bencher/bench_report.py +0 -0
  17. {holobench-1.25.1 → holobench-1.25.2}/bencher/bench_runner.py +0 -0
  18. {holobench-1.25.1 → holobench-1.25.2}/bencher/bencher.py +0 -0
  19. {holobench-1.25.1 → holobench-1.25.2}/bencher/caching.py +0 -0
  20. {holobench-1.25.1 → holobench-1.25.2}/bencher/class_enum.py +0 -0
  21. {holobench-1.25.1 → holobench-1.25.2}/bencher/job.py +0 -0
  22. {holobench-1.25.1 → holobench-1.25.2}/bencher/optuna_conversions.py +0 -0
  23. {holobench-1.25.1 → holobench-1.25.2}/bencher/utils.py +0 -0
  24. {holobench-1.25.1 → holobench-1.25.2}/bencher/video_writer.py +0 -0
  25. {holobench-1.25.1 → holobench-1.25.2}/bencher/worker_job.py +0 -0
  26. {holobench-1.25.1 → holobench-1.25.2}/holobench.egg-info/dependency_links.txt +0 -0
  27. {holobench-1.25.1 → holobench-1.25.2}/holobench.egg-info/requires.txt +0 -0
  28. {holobench-1.25.1 → holobench-1.25.2}/holobench.egg-info/top_level.txt +0 -0
  29. {holobench-1.25.1 → holobench-1.25.2}/test/test_bch_p.py +0 -0
  30. {holobench-1.25.1 → holobench-1.25.2}/test/test_bench_examples.py +0 -0
  31. {holobench-1.25.1 → holobench-1.25.2}/test/test_bench_report.py +0 -0
  32. {holobench-1.25.1 → holobench-1.25.2}/test/test_bench_result_base.py +0 -0
  33. {holobench-1.25.1 → holobench-1.25.2}/test/test_bench_runner.py +0 -0
  34. {holobench-1.25.1 → holobench-1.25.2}/test/test_bencher.py +0 -0
  35. {holobench-1.25.1 → holobench-1.25.2}/test/test_cache.py +0 -0
  36. {holobench-1.25.1 → holobench-1.25.2}/test/test_class_enum.py +0 -0
  37. {holobench-1.25.1 → holobench-1.25.2}/test/test_combinations.py +0 -0
  38. {holobench-1.25.1 → holobench-1.25.2}/test/test_composable_container_base.py +0 -0
  39. {holobench-1.25.1 → holobench-1.25.2}/test/test_composable_container_video.py +0 -0
  40. {holobench-1.25.1 → holobench-1.25.2}/test/test_float_formatter.py +0 -0
  41. {holobench-1.25.1 → holobench-1.25.2}/test/test_job.py +0 -0
  42. {holobench-1.25.1 → holobench-1.25.2}/test/test_meta_tests.py +0 -0
  43. {holobench-1.25.1 → holobench-1.25.2}/test/test_parametrized_sweep.py +0 -0
  44. {holobench-1.25.1 → holobench-1.25.2}/test/test_plot_filter.py +0 -0
  45. {holobench-1.25.1 → holobench-1.25.2}/test/test_plot_server.py +0 -0
  46. {holobench-1.25.1 → holobench-1.25.2}/test/test_sample_cache.py +0 -0
  47. {holobench-1.25.1 → holobench-1.25.2}/test/test_sweep_base.py +0 -0
  48. {holobench-1.25.1 → holobench-1.25.2}/test/test_sweep_vars.py +0 -0
  49. {holobench-1.25.1 → holobench-1.25.2}/test/test_utils.py +0 -0
  50. {holobench-1.25.1 → holobench-1.25.2}/test/test_vars.py +0 -0
@@ -1,10 +1,8 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: holobench
3
- Version: 1.25.1
3
+ Version: 1.25.2
4
4
  Summary: A package for benchmarking the performance of arbitrary functions
5
5
  Author-email: Austin Gregg-Smith <blooop@gmail.com>
6
- Maintainer: austin.gregg-smith
7
- Maintainer-email: austin.gregg-smith@dyson.com
8
6
  Project-URL: Repository, https://github.com/dyson-ai/bencher
9
7
  Project-URL: Home, https://github.com/dyson-ai/bencher
10
8
  Project-URL: Documentation, https://bencher.readthedocs.io/en/latest/
@@ -1,10 +1,8 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: holobench
3
- Version: 1.25.1
3
+ Version: 1.25.2
4
4
  Summary: A package for benchmarking the performance of arbitrary functions
5
5
  Author-email: Austin Gregg-Smith <blooop@gmail.com>
6
- Maintainer: austin.gregg-smith
7
- Maintainer-email: austin.gregg-smith@dyson.com
8
6
  Project-URL: Repository, https://github.com/dyson-ai/bencher
9
7
  Project-URL: Home, https://github.com/dyson-ai/bencher
10
8
  Project-URL: Documentation, https://bencher.readthedocs.io/en/latest/
@@ -1,9 +1,6 @@
1
1
  LICENSE
2
2
  README.md
3
- package.xml
4
3
  pyproject.toml
5
- setup.cfg
6
- setup.py
7
4
  bencher/__init__.py
8
5
  bencher/bench_cfg.py
9
6
  bencher/bench_plot_server.py
@@ -20,10 +17,8 @@ bencher/worker_job.py
20
17
  holobench.egg-info/PKG-INFO
21
18
  holobench.egg-info/SOURCES.txt
22
19
  holobench.egg-info/dependency_links.txt
23
- holobench.egg-info/not-zip-safe
24
20
  holobench.egg-info/requires.txt
25
21
  holobench.egg-info/top_level.txt
26
- resource/bencher
27
22
  test/test_bch_p.py
28
23
  test/test_bench_examples.py
29
24
  test/test_bench_report.py
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "holobench"
3
- version = "1.25.1"
3
+ version = "1.25.2"
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"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -1,33 +0,0 @@
1
- <?xml version="1.0"?>
2
- <package format="3">
3
- <name>bencher</name>
4
- <version>0.1.0</version>
5
- <description>A package for benchmarking the performance of arbitrary functions</description>
6
- <maintainer email="austin.gregg-smith@dyson.com">Austin Gregg-Smith</maintainer>
7
- <license>MIT</license>
8
-
9
- <depend>python3-diskcache</depend>
10
-
11
- <depend>python3-pandas</depend>
12
- <depend>python3-seaborn</depend>
13
- <depend>python3-matplotlib</depend>
14
- <depend>python3-numpy</depend>
15
- <depend>python3-pytest</depend>
16
- <depend>python3-hypothesis</depend>
17
- <depend>xarray</depend>
18
- <depend>python3-zarr</depend>
19
- <depend>python3-param</depend>
20
- <depend>python3-panel</depend>
21
- <depend>python3-hvplot</depend>
22
- <depend>python3-optuna</depend>
23
- <depend>python3-plotly</depend>
24
-
25
- <!-- TO REMOVE WHEN WE UPGRADE TO PYTHON 3.11, This is in the standard library for python>=3.11 -->
26
- <depend>strenum</depend>
27
-
28
- <test_depend>python3-pytest-cov</test_depend>
29
-
30
- <export>
31
- <build_type>ament_python</build_type>
32
- </export>
33
- </package>
File without changes
@@ -1,10 +0,0 @@
1
- [develop]
2
- script_dir = $base/lib/bencher
3
-
4
- [install]
5
- install_scripts = $base/lib/bencher
6
-
7
- [egg_info]
8
- tag_build =
9
- tag_date = 0
10
-
holobench-1.25.1/setup.py DELETED
@@ -1,18 +0,0 @@
1
- from setuptools import setup, find_packages
2
-
3
- package_name = "bencher"
4
-
5
- setup(
6
- name=package_name,
7
- description="A library for benchmarking code and generating reports for analysis",
8
- maintainer="austin.gregg-smith",
9
- maintainer_email="austin.gregg-smith@dyson.com",
10
- packages=find_packages(exclude=["test.*", "test"]),
11
- data_files=[
12
- ("share/ament_index/resource_index/packages", ["resource/" + package_name]),
13
- ("share/" + package_name, ["package.xml"]),
14
- ],
15
- zip_safe=False,
16
- test_suite="test",
17
- tests_require=["pytest"],
18
- )
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes