Skip to content

Commit

Permalink
Prepare for v0.3.10 (#143)
Browse files Browse the repository at this point in the history
* Update setup.py
* Update whats-new.rst
  • Loading branch information
cchwala committed Nov 12, 2023
1 parent eaebe64 commit 28d54a4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions docs/whats-new.rst
Expand Up @@ -3,6 +3,24 @@ What's New
**********************


v0.3.10
-------

Enhancements
~~~~~~~~~~~~
* added more flexible handling of input for `a_b()` function (by maxmargraf in PR #141)
* updaetd WAA example notebook with WAA example with method from Pastorek (by cchwala in PR #136)

Maintenance
~~~~~~~~~~~~
* Refactoring of nearby-link approach code (by maxmargraf in PR #139)

Bug fixes
~~~~~~~~~
* Fixed some errors in the nearby-link approach code (by maxmargraf in PR #139)
* Fixed bug in `read_cmlh5_file_to_xarray()` (by maxmargraf in PR #138)


v0.3.9
------

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.9",
version = "0.3.10",
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.9.tar.gz"),
"https://github.com/pycomlink/pycomlink/archive/0.3.10.tar.gz"),
packages=find_packages(exclude=['test']),
include_package_data=True,
long_description=read('README.md'),
Expand Down

0 comments on commit 28d54a4

Please sign in to comment.