ruby-changes:36165
From: hsbt <ko1@a...>
Date: Mon, 3 Nov 2014 11:47:57 +0900 (JST)
Subject: [ruby-changes:36165] hsbt:r48246 (trunk): * NEWS: added period into Matrix section. [ci skip]
hsbt 2014-11-03 11:47:49 +0900 (Mon, 03 Nov 2014) New Revision: 48246 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48246 Log: * NEWS: added period into Matrix section. [ci skip] [misc #10446][ruby-core:65987] Modified files: trunk/ChangeLog trunk/NEWS Index: ChangeLog =================================================================== --- ChangeLog (revision 48245) +++ ChangeLog (revision 48246) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Mon Nov 3 11:47:44 2014 SHIBATA Hiroshi <shibata.hiroshi@g...> + + * NEWS: added period into Matrix section. [ci skip] + [misc #10446][ruby-core:65987] + Mon Nov 3 09:43:30 2014 SHIBATA Hiroshi <shibata.hiroshi@g...> * vm_args.c: fixed build error with clang Index: NEWS =================================================================== --- NEWS (revision 48245) +++ NEWS (revision 48246) @@ -161,10 +161,10 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L161 horizontally and vertically. * Matrix#laplace_expansion(row_or_column: num) returns the laplace_expansion along the +num+ -th row or column. - * Vector.basis(size:, index:) returns the specified basis vector - * Unary - and + added for Vector and Matrix - * Vector#cross_product generalized to arbitrary dimensions - * Vector#dot and #cross are aliases for #inner_product and #cross_product + * Vector.basis(size:, index:) returns the specified basis vector. + * Unary - and + added for Vector and Matrix. + * Vector#cross_product generalized to arbitrary dimensions. + * Vector#dot and #cross are aliases for #inner_product and #cross_product. * Pathname * Pathname#/ is aliased to Pathname#+. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/