summaryrefslogtreecommitdiff
path: root/DEV_README.txt
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-01-17 22:23:57 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-01-17 22:23:57 +0000
commit0e1c71808725c49f65d84847cc6fc7e88909a6de (patch)
treee001aead6f01785686b5cd3a68d7a0b16f8eab11 /DEV_README.txt
parente5bd12f3dd9e408faea445e963e28654fe9c3327 (diff)
downloadnumpy-0e1c71808725c49f65d84847cc6fc7e88909a6de.tar.gz
Reset MAX_DIMS to 32 and add tests for dot.
Diffstat (limited to 'DEV_README.txt')
-rw-r--r--DEV_README.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/DEV_README.txt b/DEV_README.txt
index 6f89b5d5b..bae74b429 100644
--- a/DEV_README.txt
+++ b/DEV_README.txt
@@ -4,11 +4,11 @@ available.
The only rules we like to follow are to try hard to keep the SVN
repository in a buildable state and to not indiscriminately muck with
-others' code.
+what others have contributed.
Simple changes and obvious improvements are always welcome. Changes
-that fundamentally change behavior need discussion on scipy-dev@scipy.org
-before anything is done.
+that fundamentally change behavior need discussion on
+numpy-discussions@lists.sourceforge.net before anything is done.
Please add meaningful comments when you check changes in. These comments
form the basis of the change-log.