------------------------
* added threshold to pdarray.__iter__() to limit comms with arkouda_server
* refactored how dist domain mapped arrays for symbol table entries
* added some more tests to ak_test.py
* simplified ones_like and zeros_like in arkouda.py
* added bitwise {&,|,>>,<<,^,~} operators to int64
* added unary-
* added initial version of histogram
* added bounds checking on pdarray indexing "a[iv]" where iv is an int64 pdarray
* moved all operator stuff into OperatorMgs.chpl
* factored the code put config const/param into ServerConfig.chpl module
* added initital version of in1d
* added initial version of randint
* cleaned up ValueError vs. TypeError in arkouda.py
* indexing operations moved to IndexingMsg.chpl
* added initial version of unique