* Version system changed * Fixed return of round function for Vector object * Added unit function to get the unit vector of a Vector object
2021.7
* Fixed wrongly specified required Python version; generally Python 3 was specified, but it must be at least version 3.6 * Fixed integration of the long description into the pypi.org page * Added initialization with only two coordinates for 2-dimensional vectors and points
2021.5
* Writing a complete help and readme * Fixed problem where cross product gives wrong results * Rewrote some parts of the Vector/Point object and other functions * Redefined meaning of two same vector objects * Added support for built-in round function
2021.4
* Added a point object and integrated it into the vector object * Added mode for angle function; returns angle in degrees with `mode="deg"` (default) and in radians with `mode="rad"`