Skip to content

Cyclops v1.5.1

Compare
Choose a tag to compare
@solomonik solomonik released this 08 Jan 22:11
· 656 commits to master since this release

Bug-fixing and functionality expansion release for Cyclops v1.5. Major fixes include the following,

  1. slice and permute corrected at C++ level for overwriting existing data with zeros as appropriate.
  2. __setitem__ and __getitem__ now work correctly consistently with numpy for a number of cases and permit strided slices.
  3. type conversions automatically handled in python
  4. test suite for python has been significantly extended
  5. print function corrected for writing data to file as opposed to stdout
  6. symmetry handled correctly at C++ and python level for slicing, although resulting slice is always declared nonsymmetric
  7. dot function for python corrected
  8. universal functions in python implemented and working