From b2fdddfa29d2206d350f111106e06280c544d968 Mon Sep 17 00:00:00 2001 From: Gao Wang Date: Mon, 10 Jun 2019 10:31:07 -0500 Subject: [PATCH] Release 0.3.9 --- README.md | 3 +++ dscrutils/DESCRIPTION | 2 +- setup.py | 2 +- src/version.py | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 750508fa..22aaf0c9 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,10 @@ Goal for 0.4.0 0.3.9 +- Issue #179 +- Issue #182 - Issue #183 +- SoS bumped to version 0.19.11 for additional improvements in cluster job submission. 0.3.8 diff --git a/dscrutils/DESCRIPTION b/dscrutils/DESCRIPTION index 3126d121..eca58a1b 100644 --- a/dscrutils/DESCRIPTION +++ b/dscrutils/DESCRIPTION @@ -1,7 +1,7 @@ Package: dscrutils Encoding: UTF-8 Type: Package -Version: 0.3.8.7 +Version: 0.3.9 Date: 2019-05-15 Title: Dynamic Statistical Comparisons R Interface Authors@R: c(person("Gao","Wang",role=c("aut","cre"), diff --git a/setup.py b/setup.py index 951a23f3..007ee0b2 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ def run(self): cmdclass = cmdclass, package_dir = {'dsc': 'src'}, install_requires = ['numpy', 'pandas>=0.24.1', 'sympy', 'numexpr', - 'sos>=0.19.10', 'sos-pbs>=0.19.6', 'h5py', 'PTable', + 'sos>=0.19.11', 'sos-pbs>=0.19.6', 'h5py', 'PTable', 'pyarrow>=0.5.0', 'sqlalchemy', 'tzlocal', 'msgpack-python'] ) diff --git a/src/version.py b/src/version.py index 17a33147..6a49b246 100644 --- a/src/version.py +++ b/src/version.py @@ -1 +1 @@ -__version__ = '0.3.8' +__version__ = '0.3.9'