Skip to content

Commit

Permalink
* RELEASE, doc/source/intro.rst: Tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwgoodman committed Apr 27, 2010
1 parent 4f8044a commit ead2c4c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2010-04-27 Keith

* RELEASE, doc/source/intro.rst: Tweaks.

* tests/func_test.py, doc/source/intro.rst: Add unit tests for the
following functions: union, intersection, panel, stack.

Expand Down
2 changes: 1 addition & 1 deletion RELEASE
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ New larry methods
Enhancements
------------
- All larry methods can now take nd input arrays (some previously 2d only)
- Added ability to save larrys with datetime.date labels
- Added ability to save larrys with datetime.date labels to HDF5
- New function (panel) to convert larry of shape (n, m, k) to shape (m*k, n)
- Expanded documentation
- Over 280 new unit tests; testing easier with new assert_larry_equal function
Expand Down
3 changes: 2 additions & 1 deletion doc/source/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ Installation

The ``la`` package requires Python and Numpy. Numpy 1.4 or newer is
recommended for its improved NaN handling. Also some of the unit tests in the
``la`` package require Numpy 1.4 or newer.
``la`` package require Numpy 1.4 or newer and many require
`nose <http://somethingaboutorange.com/mrl/projects/nose>`_.

To save and load larrys in HDF5 format, you need
`h5py <http://h5py.alfven.org>`_ with HDF5 1.8.
Expand Down

0 comments on commit ead2c4c

Please sign in to comment.