v0.2.1 Improved Donate handling; Added DynamicSlice and DynamicSliceUpdate.
- Execute.NonDonatable -> Execute.DonateNone
- Added Execute.SetDonate
- Use
github.com/dmarkham/enumer
instead of the usualstringer
for dtypes. - Fixed double free of C.XlaOp pointers for Identity ops.
- Added
DynamicSlice
andDynamicSliceUpdate
. - Added check for matching DTypes for the common ops taking 2 operands.