CHANGES
=======

1.2.1
-----

* Fix deployment GitHub Actions scripts (#14)
* Update CI/CD and fix deprecated numpy usage (#13)

1.2.0
-----

* nd rotations now accept non-orthogonal vectors (#10)
* Added codacy badge to readme

1.1.1
-----

* Improved code style according to codacy report. (#9)
* Edited readme to clarify example
* Fixed typo in documentation

1.1.0
-----

* added random rotations
* Added tests for new vector length test
* Fixed vector type to np.float
* Added checks for vector lengths in nd case
* Improved wording in documentation
* Fixed typos in thhe rotation nd doc
* Fixed typo in documentation index page
* Fixed wrong code snippet description in Readme
* Added n-dimensional rotations. (#5)
* Added license badge
* Added PYPI version badge to readme

1.0.0
-----

* Initial commit
