Cyclops v1.5.1
Bug-fixing and functionality expansion release for Cyclops v1.5. Major fixes include the following,
slice
andpermute
corrected at C++ level for overwriting existing data with zeros as appropriate.__setitem__
and__getitem__
now work correctly consistently withnumpy
for a number of cases and permit strided slices.- type conversions automatically handled in python
- test suite for python has been significantly extended
print
function corrected for writing data to file as opposed tostdout
- symmetry handled correctly at C++ and python level for slicing, although resulting slice is always declared nonsymmetric
dot
function for python corrected- universal functions in python implemented and working