From 4c4df413ab912af1d0abe3c2922aa785d4aac18e Mon Sep 17 00:00:00 2001 From: Daniel Pelaez-Zapata Date: Wed, 24 Jul 2024 14:32:33 +0200 Subject: [PATCH] version 1.0 published and doi automatically assigned --- README.md | 8 +++++++- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d74100..71069d8 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,14 @@ [![Python package](https://github.com/dspelaez/extended-wdm/actions/workflows/python-package.yml/badge.svg)](https://github.com/dspelaez/extended-wdm/actions/workflows/python-package.yml) [![PyPI version](https://badge.fury.io/py/ewdm.svg)](https://badge.fury.io/py/ewdm) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/dspelaez/extended-wdm/HEAD?labpath=notebooks) +[![DOI](https://zenodo.org/badge/819790869.svg)](https://zenodo.org/doi/10.5281/zenodo.12805994) # EWDM: Extended Wavelet Directional Method Welcome to the GitHub repository for the Extended Wavelet Directional Method -(EWDM) - a toolkit for estimating directional spectra of ocean waves using the +(EWDM) - a toolkit for estimating directional spectra of ocean waves using the Continuous Wavelet Transform (CWT). This algorithm is an extension of the original WDM proposed by [Donelan et al. @@ -104,3 +105,8 @@ This will produce a plot like this: Consult the full documentation on [extended-wdm.readthedocs.io/](extended-wdm.readthedocs.io/) + +## How to cite this work + +If you find this package useful, please consider citing the package using the +DOI: `10.5281/zenodo.12805995` diff --git a/pyproject.toml b/pyproject.toml index 6bc86b5..543c25f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ewdm" -version = "0.4" +version = "1.0" authors = [ {name = "Daniel Peláez-Zapata", email="daniel.pelaez-zapata@ucdconnect.ie"}, ]