Skip to content

Commit

Permalink
Add NumPy 1.0 compatibility
Browse files Browse the repository at this point in the history
svn path=/trunk/matplotlib/; revision=2546
  • Loading branch information
teoliphant committed Jul 8, 2006
1 parent f6e7e7e commit 90aeb28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
2006-07-07 Add compatibility for NumPy 1.0 - TEO

2006-06-29 Added a Qt4Agg backend. Thank you James Amundson - DSD

2006-06-26 Fixed a usetex bug. On windows, usetex will prcess
Expand Down
3 changes: 3 additions & 0 deletions src/cntr.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
#else
#define PY_ARRAY_TYPES_PREFIX NumPy
#include "numpy/arrayobject.h"
#if (NDARRAY_VERSION >= 0x00090908)
#include "numpy/oldnumeric.h"
#endif
#endif
#endif

Expand Down

0 comments on commit 90aeb28

Please sign in to comment.