From 43845f42c6c29f57129826b7049704aae18cc372 Mon Sep 17 00:00:00 2001 From: ni1o1 <53589767+ni1o1@users.noreply.github.com> Date: Sat, 10 Sep 2022 11:43:55 +0800 Subject: [PATCH 1/3] Update test cover --- src/transbigdata/plotmap.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/transbigdata/plotmap.py b/src/transbigdata/plotmap.py index 75d139e..b88d658 100644 --- a/src/transbigdata/plotmap.py +++ b/src/transbigdata/plotmap.py @@ -273,8 +273,8 @@ def loadfig(filename): return None # pragma: no cover except Exception as e: if printlog: # pragma: no cover - print(e) - return None + print(e) # pragma: no cover + return None # pragma: no cover tile = loadfig(filename) if tile is None: From 9bf4c62370eee9dd737f8c7935773db49bb110c7 Mon Sep 17 00:00:00 2001 From: ni1o1 <53589767+ni1o1@users.noreply.github.com> Date: Sun, 11 Sep 2022 17:46:00 +0800 Subject: [PATCH 2/3] Bump version --- docs/source/conf.py | 4 ++-- setup.py | 2 +- src/transbigdata/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 8039793..edda689 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,8 +25,8 @@ author = 'Qing Yu' # The full version, including alpha/beta/rc tags -release = '0.4.12' -version = '0.4.12' +release = '0.4.13' +version = '0.4.13' html_logo = "_static/logo-wordmark-light.png" html_favicon = '_static/logo2.ico' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index c37d1cb..49932e0 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="transbigdata", - version="0.4.12", + version="0.4.13", author="Qing Yu", author_email="qingyu0815@foxmail.com", description="A Python package developed for transportation spatio-temporal big data processing and analysis.", diff --git a/src/transbigdata/__init__.py b/src/transbigdata/__init__.py index 098a454..cf56e40 100644 --- a/src/transbigdata/__init__.py +++ b/src/transbigdata/__init__.py @@ -33,7 +33,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. """ -__version__ = '0.4.12' +__version__ = '0.4.13' __author__ = 'Qing Yu ' # module level doc-string From 3e1dadc9f49c635d1f7e7d1975a85fabf0ada1de Mon Sep 17 00:00:00 2001 From: ni1o1 <53589767+ni1o1@users.noreply.github.com> Date: Sun, 11 Sep 2022 17:49:00 +0800 Subject: [PATCH 3/3] change the mail address --- setup.py | 2 +- src/transbigdata/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 49932e0..eb860cb 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ name="transbigdata", version="0.4.13", author="Qing Yu", - author_email="qingyu0815@foxmail.com", + author_email="yuq@sustech.edu.cn", description="A Python package developed for transportation spatio-temporal big data processing and analysis.", long_description=long_description, long_description_content_type="text/markdown", diff --git a/src/transbigdata/__init__.py b/src/transbigdata/__init__.py index cf56e40..1dab356 100644 --- a/src/transbigdata/__init__.py +++ b/src/transbigdata/__init__.py @@ -34,7 +34,7 @@ """ __version__ = '0.4.13' -__author__ = 'Qing Yu ' +__author__ = 'Qing Yu ' # module level doc-string __doc__ = """