Skip to content

Commit

Permalink
update 0.3.4 (PyQT5 set as optional)
Browse files Browse the repository at this point in the history
  • Loading branch information
YvZheng committed Sep 23, 2021
1 parent c46b52e commit 91b59b3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.3
version: 0.3.4

build:
skip: True # [py<35]
Expand Down
4 changes: 2 additions & 2 deletions pycwr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from . import configure, core, draw, io, interp
__all__ = ["configure", "core", "draw", "io", "interp"]
from . import configure, core, draw, io, interp, retrieve, qc
__all__ = ["configure", "core", "draw", "io", "interp", "qc", "retrieve"]

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
'Operating System :: Microsoft :: Windows']
setup(
name=DISTNAME,
version="0.3.3",
version="0.3.4",
author=AUTHOR,
license=LICENSE,
author_email=AUTHOR_EMAIL,
Expand Down
2 changes: 1 addition & 1 deletion test/plot_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import matplotlib.pyplot as plt
import numpy as np

file = "/Users/zhengyu/Downloads/Z_RADR_I_ZGZ01_20200820220246_O_DOR_DXK_CAR.bin.bz2"
file = "/Users/zhengyu/Downloads/Z_RADR_I_Z0001_20200521191950_O_DOR_DXK_CAR.bin"
PRD = read_PA(file)
x = PAFile.PABaseData(file)

Expand Down

0 comments on commit 91b59b3

Please sign in to comment.