From cb8fd7fbec888c07eee778018301d2a17f8619e3 Mon Sep 17 00:00:00 2001 From: Austin Gregg-Smith Date: Sat, 15 Jun 2024 13:39:31 +0100 Subject: [PATCH 1/4] rename to holobench --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 96fa1aff..b9b9a337 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bencher" -version = "1.26.2" +version = "1.26.3" authors = [{ name = "Austin Gregg-Smith", email = "blooop@gmail.com" }] description = "A package for benchmarking the performance of arbitrary functions" From a2e0da4cd44c11b59d5628b579dc72188aa830b3 Mon Sep 17 00:00:00 2001 From: Austin Gregg-Smith Date: Sat, 15 Jun 2024 13:39:54 +0100 Subject: [PATCH 2/4] update pixi.lock --- pixi.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pixi.lock b/pixi.lock index a322af6a..6556992c 100644 --- a/pixi.lock +++ b/pixi.lock @@ -530,9 +530,9 @@ packages: requires_python: '>=3.7' - kind: pypi name: bencher - version: 1.26.2 + version: 1.26.3 path: . - sha256: 813d28ade748694fe22bcd0ccd22d1350a7f7153457911e0205e2513c8769448 + sha256: 0357c18bf292ab2d1a72710aa930221ebe1a6f352fbf6d60f70cd11db66bf0fe requires_dist: - holoviews>=1.15,<=1.19.0 - numpy>=1.0,<=1.26.4 From 60b4e41ff4792d0686e66cc79dabec5305dda039 Mon Sep 17 00:00:00 2001 From: Austin Gregg-Smith Date: Sat, 15 Jun 2024 13:40:52 +0100 Subject: [PATCH 3/4] rename to holobench --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b9b9a337..b1a2adbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "bencher" +name = "holobench" version = "1.26.3" authors = [{ name = "Austin Gregg-Smith", email = "blooop@gmail.com" }] From 7685035d22a6c0f21c42bf54f72b597111bc479c Mon Sep 17 00:00:00 2001 From: Austin Gregg-Smith Date: Sat, 15 Jun 2024 13:42:08 +0100 Subject: [PATCH 4/4] update pixi.lock --- pixi.lock | 62 +++++++++++++++++++++++++++---------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/pixi.lock b/pixi.lock index 6556992c..e2a7ff7f 100644 --- a/pixi.lock +++ b/pixi.lock @@ -528,37 +528,6 @@ packages: - pytest-xdist[psutil] ; extra == 'tests-no-zope' - pytest>=4.3.0 ; extra == 'tests-no-zope' requires_python: '>=3.7' -- kind: pypi - name: bencher - version: 1.26.3 - path: . - sha256: 0357c18bf292ab2d1a72710aa930221ebe1a6f352fbf6d60f70cd11db66bf0fe - requires_dist: - - holoviews>=1.15,<=1.19.0 - - numpy>=1.0,<=1.26.4 - - param>=1.13.0,<=2.1.0 - - hvplot>=0.8,<=0.10.0 - - matplotlib>=3.6.3,<=3.9.0 - - panel>=1.3.6,<=1.4.4 - - diskcache>=5.6,<=5.6.3 - - optuna>=3.2,<=3.6.1 - - xarray>=2023.7,<=2024.6.0 - - plotly>=5.15,<=5.22.0 - - sortedcontainers>=2.4,<=2.4 - - pandas>=2.0,<=2.2.2 - - strenum>=0.4.0,<=0.4.15 - - scikit-learn>=1.2,<=1.5.0 - - str2bool>=1.1,<=1.1 - - scoop>=0.7.0,<=0.7.2.0 - - moviepy>=1.0.3,<=1.0.3 - - black>=23,<=24.4.2 ; extra == 'test' - - pylint>=2.17.7,<=3.2.3 ; extra == 'test' - - pytest-cov>=4.1,<=5.0.0 ; extra == 'test' - - pytest>=7.4,<=8.2.2 ; extra == 'test' - - hypothesis>=6.82,<=6.103.2 ; extra == 'test' - - ruff>=0.0.280,<=0.4.9 ; extra == 'test' - - coverage>=7.2.7,<=7.5.3 ; extra == 'test' - editable: true - kind: pypi name: black version: 24.4.2 @@ -1071,6 +1040,37 @@ packages: - objgraph ; extra == 'test' - psutil ; extra == 'test' requires_python: '>=3.7' +- kind: pypi + name: holobench + version: 1.26.3 + path: . + sha256: b0f7b893c108899ff4554bf6b090a5500ecd4f693f2b4f3e258634b3b5708518 + requires_dist: + - holoviews>=1.15,<=1.19.0 + - numpy>=1.0,<=1.26.4 + - param>=1.13.0,<=2.1.0 + - hvplot>=0.8,<=0.10.0 + - matplotlib>=3.6.3,<=3.9.0 + - panel>=1.3.6,<=1.4.4 + - diskcache>=5.6,<=5.6.3 + - optuna>=3.2,<=3.6.1 + - xarray>=2023.7,<=2024.6.0 + - plotly>=5.15,<=5.22.0 + - sortedcontainers>=2.4,<=2.4 + - pandas>=2.0,<=2.2.2 + - strenum>=0.4.0,<=0.4.15 + - scikit-learn>=1.2,<=1.5.0 + - str2bool>=1.1,<=1.1 + - scoop>=0.7.0,<=0.7.2.0 + - moviepy>=1.0.3,<=1.0.3 + - black>=23,<=24.4.2 ; extra == 'test' + - pylint>=2.17.7,<=3.2.3 ; extra == 'test' + - pytest-cov>=4.1,<=5.0.0 ; extra == 'test' + - pytest>=7.4,<=8.2.2 ; extra == 'test' + - hypothesis>=6.82,<=6.103.2 ; extra == 'test' + - ruff>=0.0.280,<=0.4.9 ; extra == 'test' + - coverage>=7.2.7,<=7.5.3 ; extra == 'test' + editable: true - kind: pypi name: holoviews version: 1.19.0