Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5d69335

Browse files
committed
Another numerix type/typecode change.
svn path=/trunk/matplotlib/; revision=294
1 parent 15c489c commit 5d69335

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
New entries should be added at the top
22
------------------------------------------------------------
33

4+
2004-05-14 On second thought... created an "nx" namespace in
5+
in numerix which maps type names onto typecodes
6+
the same way for both numarray and Numeric. This
7+
undoes my previous change immediately below. To get a
8+
typename for Int16 useable in a Numeric extension:
9+
say nx.Int16. - JTM
10+
411
2004-05-15 Rewrote transformation class in extension code, simplified
512
all the artist constructors - JDH
613

714
2004-05-14 Modified the type definitions in the numarray side of
815
numerix so that they are Numeric typecodes and can be
916
used with Numeric compilex extensions. The original
10-
numarray types were renamed to type<old_name>. JTM
17+
numarray types were renamed to type<old_name>. - JTM
1118

1219
2004-05-06 Gary Ruben sent me a bevy of new plot symbols and markers.
1320
See matplotlib.matlab.plot - JDH

0 commit comments

Comments
 (0)