Skip to content

Commit 5b1e7e6

Browse files
committed
Release version 0.3.6
1 parent 3b4fdc6 commit 5b1e7e6

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ Goal for 0.4.0
9898
- Now SQLite keywords can be used as module names: no error message will be triggered.
9999
- Introduce an explicit syntax for base module: a module without executable is considered base module.
100100
- Bump `rpy2` version requirment version 3.0.0+ for benchmark with R and Python modules.
101+
- SoS bumped to version 0.19.5 for improved memory usage on job submitter and improved Python module version check.
101102

102103
0.3.5
103104

dscrutils/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: dscrutils
22
Encoding: UTF-8
33
Type: Package
4-
Version: 0.3.5.1
4+
Version: 0.3.6
55
Date: 2019-04-04
66
Title: Dynamic Statistical Comparisons R Interface
77
Authors@R: c(person("Gao","Wang",role=c("aut","cre"),

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def run(self):
5353
cmdclass = cmdclass,
5454
package_dir = {'dsc': 'src'},
5555
install_requires = ['numpy', 'pandas>=0.23.4', 'sympy', 'numexpr',
56-
'sos>=0.19.3', 'sos-pbs>=0.17.5', 'h5py', 'PTable',
56+
'sos>=0.19.5', 'sos-pbs>=0.17.5', 'h5py', 'PTable',
5757
'pyarrow>=0.5.0', 'sqlalchemy', 'tzlocal',
5858
'msgpack-python']
5959
)

src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.3.5'
1+
__version__ = '0.3.6'

0 commit comments

Comments
 (0)