Skip to content

Corrections and extensions

Compare
Choose a tag to compare
@lmendo lmendo released this 16 Aug 19:38
· 149 commits to master since this release
  • Circular convolution (cconv) implemented as Z+ with 3 inputs; including Octave compatibility

  • Zc with a single, non-cell input replaces nonzeros by 35 (ASCII for '#') and converts to char

  • Octave compatibility: Zd (gcd) and Zm (lcm) now allow char inputs

  • Extended Zs with skewness and kurtosis

  • Correction for set functions in Octave. The bug afffected Octave's compatibility functions for setxor, setdiff, union and intersect. Thanks to Sanchises for noticing!