Skip to content

Commit

Permalink
Fix example netcdf path (#84)
Browse files Browse the repository at this point in the history
* Moved NetCDF example data and adapted example notebook

* removed ununsed csv.py module

* bump version to 0.3.2 to have this as new conda version

* update whats-new.rst
  • Loading branch information
cchwala committed May 26, 2021
1 parent 96ddefa commit 7b39769
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 104 deletions.
13 changes: 13 additions & 0 deletions docs/whats-new.rst
Expand Up @@ -2,6 +2,19 @@
What's New
**********************

v0.3.2
------

* minor fix to include example NetCDF data in source distribution (by cchwala in PR #84)


v0.3.1
------

* small update to how the dependencies are defined
* testing for Python verions 3.7, 3.8 and 3.9


v0.3.0
------

Expand Down
46 changes: 24 additions & 22 deletions notebooks/Basic CML processing workflow.ipynb

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions pycomlink/io/__init__.py
@@ -1,4 +1,2 @@
from __future__ import absolute_import
from .csv import write_to_wasim_input_file

from . import examples
78 changes: 0 additions & 78 deletions pycomlink/io/csv.py

This file was deleted.

File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -20,15 +20,15 @@ def read(fname):

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

0 comments on commit 7b39769

Please sign in to comment.