holobench 1.25.1__py3-none-any.whl → 1.25.2__py3-none-any.whl
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.25.1.dist-info → holobench-1.25.2.dist-info}/METADATA +1 -3
- {holobench-1.25.1.dist-info → holobench-1.25.2.dist-info}/RECORD +5 -7
- holobench-1.25.1.data/data/share/ament_index/resource_index/packages/bencher +0 -0
- holobench-1.25.1.data/data/share/bencher/package.xml +0 -33
- {holobench-1.25.1.dist-info → holobench-1.25.2.dist-info}/LICENSE +0 -0
- {holobench-1.25.1.dist-info → holobench-1.25.2.dist-info}/WHEEL +0 -0
- {holobench-1.25.1.dist-info → holobench-1.25.2.dist-info}/top_level.txt +0 -0
@@ -1,10 +1,8 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: holobench
|
3
|
-
Version: 1.25.
|
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/
|
@@ -11,10 +11,8 @@ bencher/optuna_conversions.py,sha256=an-LfPsQXyyvhIZnG8Wl1RQVYMvJj7WOi3YNqoUnuxQ
|
|
11
11
|
bencher/utils.py,sha256=9KAThtIG8jNd0nd4Wft8miNM_yHWmZUkIBfJh19pzgI,6480
|
12
12
|
bencher/video_writer.py,sha256=B-V1tALd3oPDytaAsl8I6qUztDQlFbkp9gSYco-ah44,2175
|
13
13
|
bencher/worker_job.py,sha256=FREi0yWQACFmH86R1j-LH72tALEFkKhLDmmoGQY9Jh4,1571
|
14
|
-
holobench-1.25.
|
15
|
-
holobench-1.25.
|
16
|
-
holobench-1.25.
|
17
|
-
holobench-1.25.
|
18
|
-
holobench-1.25.
|
19
|
-
holobench-1.25.1.dist-info/top_level.txt,sha256=rkP5-F_W08mOD-25ZPkt0HJsHxedb2EiRcRA7IP6Ceg,8
|
20
|
-
holobench-1.25.1.dist-info/RECORD,,
|
14
|
+
holobench-1.25.2.dist-info/LICENSE,sha256=dSHXTdRY4Y7qGFMv63UksV700iff7iE-p7GGs6Sbnvo,1065
|
15
|
+
holobench-1.25.2.dist-info/METADATA,sha256=Tq6Q-IbUGYSVrbSDe212fY27PWyfxrkhbBVNI4_2UCI,5617
|
16
|
+
holobench-1.25.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
17
|
+
holobench-1.25.2.dist-info/top_level.txt,sha256=rkP5-F_W08mOD-25ZPkt0HJsHxedb2EiRcRA7IP6Ceg,8
|
18
|
+
holobench-1.25.2.dist-info/RECORD,,
|
File without changes
|
@@ -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
|
File without changes
|
File without changes
|