On Wed, Aug 6, 2014 at 4:32 PM, Charles R Harris
<charlesr.har...@gmail.com> wrote:
> Should also mention that we don't have the ability to operate on stacked
> vectors because they can't be identified by dimension info. One workaround
> is to add dummy dimensions where needed, another is to add two flags, row
> and col, and set them appropriately. Two flags are needed for backward
> compatibility, i.e., both false is a traditional array.

It's possible I could be convinced to like this, but it would take a
substantial amount of convincing :-). It seems like a pretty big
violation of orthogonality/"one obvious way"/etc. to have two totally
different ways of representing row/column vectors.

-- 
Nathaniel J. Smith
Postdoctoral researcher - Informatics - University of Edinburgh
http://vorpus.org
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to