view build-aux/changelog.tmpl @ 21222:732ec49d1ec5 stable

Fix regressions caused by ismatrix definition change (partial fix bug #47036). * gray2ind.m: Simplify input checks. Add BIST test. * inpolygon.m: Replace ismatrix with isnumeric in input validation. Add BIST tests. Update copyright date. * __stem__.m: Validate single input is a not an N-D array. * stem.m: Add BIST test for an N-D array input.
author Colin Macdonald <cbm@m.fsf.org>
date Mon, 08 Feb 2016 20:35:29 -0800
parents b67c2d580a25
children 592fa741e0aa
line wrap: on
line source

header = '{date|shortdate}  {author|person}  <{author|email}>\n\n'
changeset = '\t{desc|tabindent|strip}\n\n\tFiles: {files|stringify|fill68|tabindent|strip}\n\n'