fixed format2 and form broadcasting bugs. some minor dyad perf optimizations fixed kgpy printing of strings, particularly annoying when embedded in arrays and you couldn't tell if an element was a string or integer.
added some initial examples for docker / k8s deploy
0.5.12
refactored library kg files from examples. lib files now are included in the package deployment so that help and other libraries are "batteries included".
in kgpy help is now accessible via ]h
$> ]h [shows all help] $> ]h <topic or symbol>
0.5.10
Fixed IPC issue where KGLambda references were not properly passed back to IPC clients.