Skip to content

Commit

Permalink
prepare for v0.3.7 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
cchwala committed Jul 17, 2023
1 parent 5d3d827 commit a684b56
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions docs/whats-new.rst
Expand Up @@ -5,6 +5,22 @@ What's New
Unreleased
----------



v0.3.7
------

Maintenance
~~~~~~~~~~~~
* Change absolute imports of pycomlink to relative imports (by cchwala in PR #119)
* Drop Python 3.7 and Python 3.8 support in CI (by cchwala in PR #120)
* Replaced depreciated np.complex and np.bool (by maxmargraf in PR #122, #123 and #124)

Bug fixes
~~~~~~~~~
* Fix problems related to missing pol argument in example workflow (by cchwala in PR #116)


v0.3.6
------

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

0 comments on commit a684b56

Please sign in to comment.