| » Version | » Information |
|---|---|
| 0.6.2 |
Release date: 2003-11-01 19:12 UTC Release state: beta Changelog: Made the data in the constructor optional. Added setData() and getData() methods to handle vector initialization. Reorganized the directories for tests and documentation. It is recommended to uninstall Math_Vector before installing this release to avoid lingering files: $ pear uninstall Math_Vector $ pear install Math_Vector Included explicit optional dependency on PHPUnit 0.6.2 or older. Newer versions of PHPUnit require PHP5. Dependencies:
|
| 0.6.0 |
Release date: 2002-08-19 19:34 UTC Release state: beta Changelog: Some other class name capitalization fixes. Using PEAR::raiseError() instead of creating a new PEAR_Error object Added new distance metrics between vectors: Manhattan (aka city) distance and Chessboard distance. Changed examples/vector_creation.php to show the use of the new distance metrics. |
| 0.5.1 |
Release date: 2002-07-31 01:03 UTC Release state: beta Changelog: Fixed capitalization of PEAR_Error |
| 0.5.0 |
Release date: 2002-04-24 01:29 UTC Release state: beta Changelog: Initial release |