Skip to content

Commit 61f296b

Browse files
authored
Merge pull request #121 from JenMontano/clean/binwaves
Clean/binwaves
2 parents 12fba8e + 9dcbe43 commit 61f296b

File tree

64 files changed

+9899
-1764
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+9899
-1764
lines changed

.github/workflows/python-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
run: |
4848
source /usr/share/miniconda/etc/profile.d/conda.sh
4949
conda activate bluemath-tk
50+
python -m unittest discover tests/config/
51+
python -m unittest discover tests/core/
5052
python -m unittest discover tests/datamining/
5153
python -m unittest discover tests/distributions/
5254
python -m unittest discover tests/interpolation/

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ docs/_build/
7777
docs/logs/
7878
docs/jupyter_execute/
7979
docs/*.pkl
80+
.ruff_cache/
8081

8182
# MkDocs documentation (production)
8283
site/

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<img alt="GitHub Actions" src="https://github.com/GeoOcean/BlueMath_tk/actions/workflows/python-tests.yml/badge.svg?branch=main">
55
<img alt="GitHub" src="https://img.shields.io/github/license/GeoOcean/BlueMath_tk">
66
<img alt="PyPI" src="https://img.shields.io/pypi/v/BlueMath_tk">
7-
<img alt="Conda (channel only)" src="https://img.shields.io/conda/vn/conda-forge/BlueMath_tk">
7+
<img alt="Conda (channel only)" src="https://img.shields.io/conda/vn/conda-forge/bluemath-tk.svg">
88
<img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/BlueMath_tk">
99
<a href="https://github.com/astral-sh/ruff"><img alt="Ruff" src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json"></a>
1010
<a href="https://deepwiki.com/GeoOcean/BlueMath_tk"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"></a>
@@ -19,6 +19,9 @@ The package also includes a set of utility functions for processing climate data
1919
```sh
2020
pip install bluemath-tk
2121
```
22+
```sh
23+
conda install conda-forge::bluemath-tk
24+
```
2225

2326
## Project status
2427

0 commit comments

Comments
 (0)