Skip to content

Commit

Permalink
More 0.3 release note tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurt Smith committed Jun 2, 2014
1 parent 4390f9f commit 1c01f8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/releases/release-0.3.rst
Expand Up @@ -27,12 +27,12 @@ This is the second development release.
Noteworthy improvements in 0.3 include:

* support for distributions over a subset of processes;
* distributed reductions with simple NumPy-like API: ``da.sum(axis=3)`` ;
* easier to send functions to access and modify local arrays;
* performance improvements and reduction in communication overhead;
* distributed reductions with a simple NumPy-like API: ``da.sum(axis=3)`` ;
* an ``apply()`` function for easier computation with process-local data;
* performance improvements and reduced communication overhead;
* cleanup, renamings, and refactorings;
* test suite improvements for parallel testing; and
* start of more frequent release schedule.
* start of a more frequent release schedule.

DistArray is not ready for real-world use. We want to get input from the
larger scientific-Python community to help drive its development. The API is
Expand Down

0 comments on commit 1c01f8a

Please sign in to comment.