Skip to content

Commit

Permalink
update 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
YvZheng committed Sep 23, 2021
1 parent a0fdcb5 commit c46b52e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: pycwr
version: 0.3.2
version: 0.3.3

build:
skip: True # [py<35]
Expand Down
1 change: 1 addition & 0 deletions pycwr/qc/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .attenuation import correct_attenuation, correct_attenuation_HB, pia_from_kdp
4 changes: 2 additions & 2 deletions pycwr/retrieve/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from . import WindField, HID
__all__ = ["WindField", "HID"]
from .WindField import VAD, VVP
from .HID import fhc_HCL, hid_beta_function
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ pyproj
scipy
numpy
netCDF4
PyQt5>=5.8
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
LICENSE='MIT'
PYTHON_REQUIRES = ">=3.6"
INSTALL_REQUIRES = ["matplotlib", "cython", "pyproj", "Cartopy", "xarray","numpy",\
"scipy", "pandas", "PyQt5", "netCDF4", 'easydict']
"scipy", "pandas", "netCDF4", 'easydict']
DESCRIPTION = "China Weather Radar tools"
LONG_DESCRIPTION = """The Weather Radar Toolkit, support most of China's radar formats
(WSR98D, CINRAD/SA/SB/CB, CINRAD/CC/CCJ, CINRAD/SC/CD)"""
Expand All @@ -39,7 +39,7 @@
'Operating System :: Microsoft :: Windows']
setup(
name=DISTNAME,
version="0.3.2",
version="0.3.3",
author=AUTHOR,
license=LICENSE,
author_email=AUTHOR_EMAIL,
Expand Down

0 comments on commit c46b52e

Please sign in to comment.