Skip to content

Commit

Permalink
perf: Update datavzrd wrapper (snakemake#3428)
Browse files Browse the repository at this point in the history
<!-- Ensure that the PR title follows conventional commit style (<type>:
<description>)-->
<!-- Possible types are here:
https://github.com/commitizen/conventional-commit-types/blob/master/index.json
-->

<!-- Add a description of your PR here-->

### QC
<!-- Make sure that you can tick the boxes below. -->

* [ ] 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


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## 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.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
fxwiegand authored Nov 6, 2024
1 parent 40338e2 commit 34a454a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/datavzrd/environment.linux-64.pin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion utils/datavzrd/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ channels:
- conda-forge
- nodefaults
dependencies:
- datavzrd =2.44.1
- datavzrd =2.44.2
- yte =1.5.4
- numpy
- pandas
Expand Down

0 comments on commit 34a454a

Please sign in to comment.