Skip to content

Commit

Permalink
Release 0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
gaow committed Sep 18, 2019
1 parent 9068628 commit d97db33
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ Goal for 0.4.0

### 0.3.x

0.3.10

- Issue #154
- Add a remote job option `nodes_per_job` and provide such mechanism to run on multiple nodes.
- SoS bumped to version 0.20.2

0.3.9

- Issue #179
Expand Down
2 changes: 1 addition & 1 deletion dscrutils/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: dscrutils
Encoding: UTF-8
Type: Package
Version: 0.3.9
Version: 0.3.10
Date: 2019-05-15
Title: Dynamic Statistical Comparisons R Interface
Authors@R: c(person("Gao","Wang",role=c("aut","cre"),
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def run(self):
cmdclass = cmdclass,
package_dir = {'dsc': 'src'},
install_requires = ['numpy', 'pandas>=0.24.1', 'sympy', 'numexpr',
'sos>=0.20.1', 'sos-pbs>=0.20.0', 'h5py', 'PTable',
'sos>=0.20.2', 'sos-pbs>=0.20.0', 'h5py', 'PTable',
'pyarrow>=0.5.0', 'sqlalchemy', 'tzlocal',
'msgpack-python']
)
)
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.9'
__version__ = '0.3.10'

0 comments on commit d97db33

Please sign in to comment.