apjanke / octave-tablicious

Table (relational, tabular data) implementation for GNU Octave
https://apjanke.github.io/octave-tablicious/
GNU General Public License v3.0
29 stars 11 forks source link

table's "shiftdims()" is a typo; should be "shiftdim()" #117

Closed apjanke closed 8 months ago

apjanke commented 8 months ago

The correct name of the function (from Matlab's interface) is "shiftdim", but it's named "shiftdims" in the table class. Fix it.

From discussion in https://github.com/apjanke/octave-tablicious/issues/115.

apjanke commented 8 months ago

Fixed in https://github.com/apjanke/octave-tablicious/commit/a0262a8bbd1f61406a92511f5acf7abd8277aa32.

Closing as Fixed.