comparison scripts/ChangeLog @ 12555:422a7a7e9b6e

cor.m: fix operation with only single input (bug #32961)
author Rik <octave@nomad.inbox5.com>
date Thu, 31 Mar 2011 09:34:26 -0700
parents 4040a95a586d
children 88558b8eb8a7
comparison
equal deleted inserted replaced
12554:4040a95a586d 12555:422a7a7e9b6e
1 2011-03-31 Rik <octave@nomad.inbox5.com> 1 2011-03-31 Rik <octave@nomad.inbox5.com>
2 2
3 * plot/private/__quiver__.m: Revamp autoscaling algorithm (bug #32836). 3 * statistics/base/cor.m: Fix operation with only single input
4 (bug #32961)
4 5
5 2011-03-29 John W. Eaton <jwe@octave.org> 6 2011-03-29 John W. Eaton <jwe@octave.org>
6 7
7 * special-matrix/wilkinson.m: Update test for 'wilkinson(1)' to reflect 8 * special-matrix/wilkinson.m: Update test for 'wilkinson(1)' to reflect
8 changes to diag(). 9 changes to diag().