summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2013-05-04 16:28:20 -0700
committerCharles Harris <charlesr.harris@gmail.com>2013-05-04 16:28:20 -0700
commit4c6cfab6c056e641bb0bfc8a31feca2eb7229eb2 (patch)
treef20906aec1b67b89bc36448dc1f7200484c81f20 /tools
parent94f3b3082ced1ebfe1cd15e95265629f4ab60e8b (diff)
parentc7c4d40895b5e7824a71e5673a7c1ad378c08638 (diff)
downloadnumpy-4c6cfab6c056e641bb0bfc8a31feca2eb7229eb2.tar.gz
Merge pull request #3289 from rkern/fix-numpy.org-links
BUG: Fix some README links to point to www.numpy.org
Diffstat (limited to 'tools')
-rw-r--r--tools/osxbuild/docs/README.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/osxbuild/docs/README.txt b/tools/osxbuild/docs/README.txt
index c83ce5e97..f7a8e2a37 100644
--- a/tools/osxbuild/docs/README.txt
+++ b/tools/osxbuild/docs/README.txt
@@ -10,12 +10,15 @@ It derives from the old Numeric code base and can be used as a replacement for N
More information can be found at the website:
-http://scipy.org/NumPy
+http://www.numpy.org
After installation, tests can be run with:
python -c 'import numpy; numpy.test()'
+Starting in NumPy 1.7, deprecation warnings have been set to 'raise' by
+default, so the -Wd command-line option is no longer necessary.
+
The most current development version is always available from our
git repository: