diff options
author | Stefan van der Walt <stefan@sun.ac.za> | 2009-03-04 08:11:37 +0000 |
---|---|---|
committer | Stefan van der Walt <stefan@sun.ac.za> | 2009-03-04 08:11:37 +0000 |
commit | 0e9f73d54ea2991a5421ce0938e068d5b1544d47 (patch) | |
tree | 30e2caded678b9064079386da52b6b536c7bee3e /doc/release | |
parent | 66f36130a827212e1eb01906a16a015b2908a2a2 (diff) | |
download | numpy-0e9f73d54ea2991a5421ce0938e068d5b1544d47.tar.gz |
Update URLs to Trac.
Diffstat (limited to 'doc/release')
-rw-r--r-- | doc/release/1.3.0-notes.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/release/1.3.0-notes.rst b/doc/release/1.3.0-notes.rst index 5fc7554f8..ed893ef97 100644 --- a/doc/release/1.3.0-notes.rst +++ b/doc/release/1.3.0-notes.rst @@ -18,7 +18,7 @@ http://www.python.org/dev/peps/pep-0361/ Generalized ufuncs ~~~~~~~~~~~~~~~~~~ -http://projects.scipy.org/scipy/numpy/ticket/887 +http://projects.scipy.org/numpy/ticket/887 Experimental Windows 64 bits support ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -84,7 +84,7 @@ This should make the porting to new platforms easier, and more robust. In particular, the configuration stage does not need to execute any code on the target platform, which is a first step toward cross-compilation. -http://projects.scipy.org/scipy/numpy/browser/trunk/doc/neps/math_config_clean.txt +http://projects.scipy.org/numpy/browser/trunk/doc/neps/math_config_clean.txt umath refactor ~~~~~~~~~~~~~~ @@ -96,7 +96,7 @@ Improvements to build warnings Numpy can now build with -W -Wall without warnings -http://projects.scipy.org/scipy/numpy/browser/trunk/doc/neps/warnfix.txt +http://projects.scipy.org/numpy/browser/trunk/doc/neps/warnfix.txt Separate core math library ~~~~~~~~~~~~~~~~~~~~~~~~~~ |