From 34a454a9b4e5e9adaf0ec222f77d7b0bf9fd578b Mon Sep 17 00:00:00 2001 From: Felix Wiegand Date: Wed, 6 Nov 2024 12:08:00 +0100 Subject: [PATCH] perf: Update datavzrd wrapper (#3428) ### QC * [ ] I confirm that I have followed the [documentation for contributing to `snakemake-wrappers`](https://snakemake-wrappers.readthedocs.io/en/stable/contributing.html). While the contributions guidelines are more extensive, please particularly ensure that: * [ ] `test.py` was updated to call any added or updated example rules in a `Snakefile` * [ ] `input:` and `output:` file paths in the rules can be chosen arbitrarily * [ ] wherever possible, command line arguments are inferred and set automatically (e.g. based on file extensions in `input:` or `output:`) * [ ] temporary files are either written to a unique hidden folder in the working directory, or (better) stored where the Python function `tempfile.gettempdir()` points to * [ ] the `meta.yaml` contains a link to the documentation of the respective tool or command under `url:` * [ ] conda environments use a minimal amount of channels and packages, in recommended ordering ## Summary by CodeRabbit - **New Features** - Updated the `datavzrd` package to version 2.44.2, enhancing functionality and performance. - **Bug Fixes** - Resolved issues related to the previous version of the `datavzrd` package. --- utils/datavzrd/environment.linux-64.pin.txt | 2 +- utils/datavzrd/environment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/datavzrd/environment.linux-64.pin.txt b/utils/datavzrd/environment.linux-64.pin.txt index cb35df851ea..3a0bca25ee9 100644 --- a/utils/datavzrd/environment.linux-64.pin.txt +++ b/utils/datavzrd/environment.linux-64.pin.txt @@ -46,6 +46,6 @@ https://conda.anaconda.org/conda-forge/linux-64/numpy-2.1.3-py312h58c1407_0.cond https://conda.anaconda.org/conda-forge/noarch/pip-24.3.1-pyh8b19718_0.conda#5dd546fe99b44fda83963d15f84263b7 https://conda.anaconda.org/conda-forge/noarch/python-dateutil-2.9.0-pyhd8ed1ab_0.conda#2cf4264fffb9e6eff6031c5b6884d61c https://conda.anaconda.org/conda-forge/noarch/yte-1.5.4-pyha770c72_0.conda#f4d2f4a372be452baebf8dbdcd9892ed -https://conda.anaconda.org/conda-forge/linux-64/datavzrd-2.44.1-py312haefdf13_0.conda#9e783ad187d80f136102862865f94eb2 +https://conda.anaconda.org/conda-forge/linux-64/datavzrd-2.44.2-py312hfb744d2_0.conda#d1be64932a8b36004c4687ace22c670e https://conda.anaconda.org/conda-forge/linux-64/pandas-2.2.3-py312hf9745cd_1.conda#8bce4f6caaf8c5448c7ac86d87e26b4b https://conda.anaconda.org/conda-forge/linux-64/polars-1.12.0-py312hfe7c9be_0.conda#47b6df7e8b629d1257a6f971b88c15de diff --git a/utils/datavzrd/environment.yaml b/utils/datavzrd/environment.yaml index 04a2e8ea2c3..5deb2fa0766 100644 --- a/utils/datavzrd/environment.yaml +++ b/utils/datavzrd/environment.yaml @@ -2,7 +2,7 @@ channels: - conda-forge - nodefaults dependencies: - - datavzrd =2.44.1 + - datavzrd =2.44.2 - yte =1.5.4 - numpy - pandas