Update Cast op to use precision of 8 when casting floating point numbers to strings (#1210)
* Update Cast op to use precision of 8 when casting floating point numbers to strings. This matches numpy precision.
Update unit tests to include non-trivial floats in the input.
Update onnx test infrastructure to document why the test cases are disabled