svn+ssh://bugman@.../svn/relax/trunk
........
r24354 | bugman | 2014-06-27 18:13:27 +0200 (Fri, 27 Jun 2014) | 16 lines
Numpy version 1.6 or higher is now required to be able to run relax.
This follows from the series of messages:
- http://www.mail-archive.com/relax-devel@.../msg06288.html,
- http://www.mail-archive.com/relax-devel@.../msg06289.html,
- http://www.mail-archive.com/relax-devel@.../msg06327.html,
- http://www.mail-archive.com/relax-devel@.../msg06335.html.
If too many users complain, maybe this change can be reverted later. This minimal numpy version is
needed for many of the speed ups going in the relaxation dispersion and frame order analyses. It is
required for the numpy ufunc out arguments and for the numpy.eigsum() function. These will likely
be used in other analyses in the future for improving the speed of relax, so it might affect users
of other analyses later on.
........
r24355 | bugman | 2014-06-27 18:14:26 +0200 (Fri, 27 Jun 2014) | 3 lines
Updated the numpy minimal dependency in the installation chapter of the manual to version 1.6.
........