diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-01-06 21:06:12 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-01-06 21:06:12 +0000 |
commit | 48079cbd5da130e0d3db4e65814fe0d8f2cbd500 (patch) | |
tree | d09b1d3bcf90e6515041ee0290645c71b352afb9 /README.txt | |
parent | ddff28c9595a3742e967f4eb892632d2ba99a0b6 (diff) | |
download | numpy-48079cbd5da130e0d3db4e65814fe0d8f2cbd500.tar.gz |
A few cleanups to error code in PyArray_NewFromDescr. Some checks so that certain subclassees cannot be created inappropriately by .view()
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.txt b/README.txt index 384e08803..4016d3e74 100644 --- a/README.txt +++ b/README.txt @@ -11,5 +11,5 @@ If fast BLAS and LAPACK cannot be found, then a slower default version is used. The current version is always available from a Subversion repostiory: -http://svn.numpy.org/svn/numpy_core/trunk +http://svn.numpy.org/svn/numpy/trunk |