Skip to content

Commit

Permalink
Updated for version 0.2.3 (#42)
Browse files Browse the repository at this point in the history
Updated whats-new file and bumped version number
  • Loading branch information
cchwala committed Aug 26, 2018
1 parent 041b05e commit e81d2c0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
17 changes: 15 additions & 2 deletions docs/whats-new.rst
@@ -1,8 +1,21 @@
What's New
==========

v0.2.2 (not released)
---------------------
v0.2.3
------

Bug fixes
~~~~~~~~~

* Added missing kwarg for polarization in `calc_A` in `Processor`. Before,
`calc_A` always used the default polarization for the A-R relation which
leads to rain rate overestimation!

* Changed reference values in test for Ordinary Kriging interpolator, because
`pykrige v1.4.0` seems to produce slightly different results than `v1.3.1`

v0.2.2
------

Enhancements
~~~~~~~~~~~~
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -17,15 +17,15 @@ def read(fname):

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

0 comments on commit e81d2c0

Please sign in to comment.