Skip to content

Commit

Permalink
updated arkouda_server version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmerrill committed Sep 23, 2019
1 parent 7f151aa commit 106ce62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
* added groupby unit test
* refactored a bunch of code
* doubled speed of binary operators
* much faster sort added
* multi-level groupby added
* many other changes lost track of them all

### Changes in arkouda-0.0.8
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ optimized HPC libraries on massive datasets, all within the same
interactive session.

## Requirements:
* requires chapel 1.19.0
* requires chapel 1.20.0 with the --legacy-classes flag
* requires llvm version of Chapel parser to support HDF5 I/O
* requires zeromq version >= 4.2.5, tested with 4.2.5 and 4.3.1
* requires python 3.6 or greater
Expand Down
2 changes: 1 addition & 1 deletion src/ServerConfig.chpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module ServerConfig
/*
Arkouda version
*/
config param arkoudaVersion = "0.0.9-2019-09-16";
config param arkoudaVersion = "0.0.9-2019-09-23";

/*
Configure MyDmap on compile line by "-s MyDmap=0" or "-s MyDmap=1"
Expand Down

0 comments on commit 106ce62

Please sign in to comment.