diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-09-04 21:52:13 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-09-04 21:52:13 +0000 |
commit | 33a5ed76adf630b4ad0f90d02a1dc73d6f086ef8 (patch) | |
tree | 5bb6a2b2266630a2a13291cc07de0d9def0bb16b /numpy/__init__.py | |
parent | b1e4fe0ae77bc204c3ecbe85e606f846f42d189a (diff) | |
download | numpy-33a5ed76adf630b4ad0f90d02a1dc73d6f086ef8.tar.gz |
Fix rounding of integers with decimal < 0
Diffstat (limited to 'numpy/__init__.py')
-rw-r--r-- | numpy/__init__.py | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/numpy/__init__.py b/numpy/__init__.py index a6615a41a..b84972815 100644 --- a/numpy/__init__.py +++ b/numpy/__init__.py @@ -3,14 +3,15 @@ NumPy ========== You can support the development of NumPy and SciPy by purchasing -"Guide to NumPy" at +the book "Guide to NumPy" at http://www.trelgol.com -It is being distributed for a fee for only a limited time to -cover some of the costs of development. +It is being distributed for a fee for only a few years to +cover some of the costs of development. After the restriction period +it will also be freely available. -Documentation is also available in the docstrings and at +Additional documentation is available in the docstrings and at http://www.scipy.org. """ |