[View on PyPI](https://pypi.org/project/tf-big/0.2.1/)
New features
- Adds ability to import/export tensors in GMP's "limbs" format (i.e. encode large-precision ints as raw bytes)
- Adds "RandomRsaModulus" and "Div" ops needed by Paillier cryptosystem
- Updates the underlying TF version from 1.x to 2.x. This release has been tested against TF 2.2.0, although other versions may work as well.
Breaking changes
- `tf_big.convert_to_tensor` and `tf_big.convert_from_tensor` are now `tf_big.import_tensor` (or `tf_big.import_limbs_tensor`) and `tf_big.export_tensor` (or `tf_big.export_limbs_tensor`)
- TF Big no longer works with TF 1.x. Use the `tf.compat.v1` module in TF 2.x for old code.