# HG changeset patch # User paulb # Date 1159664183 0 # Node ID c212532eee3a77433eb130afb147278ca50209aa # Parent 5084456b7b82d070ff26b2ff025059ec3ba1ad2f [project @ 2006-10-01 00:56:23 by paulb] Updated release information. diff -r 5084456b7b82 -r c212532eee3a README.txt --- a/README.txt Tue Dec 13 16:53:28 2005 +0000 +++ b/README.txt Sun Oct 01 00:56:23 2006 +0000 @@ -24,6 +24,12 @@ fragments can be entered, and matching words and their locations will be shown. Run the program without arguments to see more information.) +Some examples are also found in the examples directory, notably the PyGmy +raytracer modified to use pprocess: + +cd examples/PyGmy +PYTHONPATH=../..:. python scene.py + Contact, Copyright and Licence Information ------------------------------------------ @@ -35,12 +41,21 @@ Copyright and licence information can be found in the docs directory - see docs/COPYING.txt and docs/LICENCE.txt for more information. +For the PyGmy raytracer example, different copyright and licence information +is provided in the docs directory - see docs/COPYING-PyGmy.txt and +docs/LICENCE-PyGmy.txt for more information. + Dependencies ------------ This software depends on standard library features which are stated as being available only on "UNIX"; it has only been tested on a GNU/Linux system. +New in parallel 0.2.1 (Changes since parallel 0.2) +-------------------------------------------------- + + * Added a PyGmy raytracer example. + New in parallel 0.2 (Changes since parallel 0.1) ------------------------------------------------