This release makes a handful of small changes:
vector.__pos__ has been enabled; it returns a copy of self.
vector.__abs__ has been enabled; it returns self.mag.
All module-private functions have been prefixed with a single leading
underscore to denote that they are private/protected.
Some demo programs have been updated.
The INSTALL.txt instructions have been updated.
The release is available from the Sourceforge download page:
http://sourceforge.net/project/showfiles.php?group_id=6013&package_id=6822
-Jonathan Brandmeyer
|