--- a/trunk/matplotlib/CHANGELOG
+++ b/trunk/matplotlib/CHANGELOG
@@ -1,5 +1,12 @@
New entries should be added at the top
------------------------------------------------------------
+
+2004-05-14 On second thought... created an "nx" namespace in
+ in numerix which maps type names onto typecodes
+ the same way for both numarray and Numeric. This
+ undoes my previous change immediately below. To get a
+ typename for Int16 useable in a Numeric extension:
+ say nx.Int16. - JTM
2004-05-15 Rewrote transformation class in extension code, simplified
all the artist constructors - JDH
@@ -7,7 +14,7 @@
2004-05-14 Modified the type definitions in the numarray side of
numerix so that they are Numeric typecodes and can be
used with Numeric compilex extensions. The original
- numarray types were renamed to type<old_name>. JTM
+ numarray types were renamed to type<old_name>. - JTM
2004-05-06 Gary Ruben sent me a bevy of new plot symbols and markers.
See matplotlib.matlab.plot - JDH