Skip to content

Commit

Permalink
prepare for v0.3.6 (#114)
Browse files Browse the repository at this point in the history
* Update whats-new

* bump to v0.3.6 in setup.py
  • Loading branch information
cchwala committed Feb 14, 2023
1 parent c5e516c commit bcc59ff
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions docs/whats-new.rst
Expand Up @@ -5,6 +5,18 @@ What's New
Unreleased
----------

v0.3.6
------

Enhancements
~~~~~~~~~~~~
* Implemented "nearby wet-dry approach" from RAINLINK (by maxmargraf in PR #113)
* Updated ITU recommendation for k-R power law to version from 2005 (by nblettner in PR #110)

Maintenance
~~~~~~~~~~~~
* remove parameters from model.compile() in wet-dry CNN method (by cchwala in PR #112)


v0.3.5
------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -20,15 +20,15 @@ def read(fname):

setup(
name = "pycomlink",
version = "0.3.5",
version = "0.3.6",
author = "Christian Chwala",
author_email = "christian.chwala@kit.edu",
description = ("Python tools for CML (commercial microwave link) data processing"),
license = "BSD",
keywords = "microwave links precipitation radar cml",
url = "https://github.com/pycomlink/pycomlink",
download_url = (
"https://github.com/pycomlink/pycomlink/archive/0.3.5.tar.gz"),
"https://github.com/pycomlink/pycomlink/archive/0.3.6.tar.gz"),
packages=find_packages(exclude=['test']),
include_package_data=True,
long_description=read('README.md'),
Expand Down

0 comments on commit bcc59ff

Please sign in to comment.