» Version | » Information |
---|---|
0.7.0 |
Easy InstallNot sure? Get more info. pear install Math_Vector-0.7.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Math_Vector-0.7.0 Release date: 2010-10-05 01:26 UTC Release state: beta Release uploaded by: doconnor Changelog: QA Release Updated to PHPUnit 3.4+ Fixed SVN layout Package 2.0 BC break: require_once 'Math/Tuple.php' now, instead of Math/Vector/Tuple.php Dependencies:
|
0.6.2 |
Easy InstallNot sure? Get more info. pear install Math_Vector-0.6.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Math_Vector-0.6.2 Release date: 2003-11-01 19:12 UTC Release state: beta Release uploaded by: jmcastagnetto 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 |
Easy InstallNot sure? Get more info. pear install Math_Vector-0.6.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Math_Vector-0.6.0 Release date: 2002-08-19 19:34 UTC Release state: beta Release uploaded by: jmcastagnetto 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 |
Easy InstallNot sure? Get more info. pear install Math_Vector-0.5.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Math_Vector-0.5.1 Release date: 2002-07-31 01:03 UTC Release state: beta Release uploaded by: jmcastagnetto Changelog: Fixed capitalization of PEAR_Error |
0.5.0 |
Easy InstallNot sure? Get more info. pear install Math_Vector-0.5.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Math_Vector-0.5.0 Release date: 2002-04-24 01:29 UTC Release state: beta Release uploaded by: jmcastagnetto Changelog: Initial release |