This is the initial release of the `simple-drone-control` (`sdc`) package. It features a really simple, fully functional simulation API for aerial movements in the 3D mathematical space, following a purely kinematic model.
The package can be installed through Python's `pip`, since [it has been released through PyPI](https://pypi.org/project/simple-drone-control/), yet it can also be built from the source code using the repository.
What's Changed
* Implement kinetic models base by erlete in https://github.com/erlete/simple-drone-control/pull/1
* Add core simulation functionality and clean up code by erlete in https://github.com/erlete/simple-drone-control/pull/2
* Add pondered scores and solve workflow issue by erlete in https://github.com/erlete/simple-drone-control/pull/5
* Fix incorrect start statistic by erlete in https://github.com/erlete/simple-drone-control/pull/6
* Minor changes by erlete in https://github.com/erlete/simple-drone-control/pull/7
New Contributors
* erlete made their first contribution in https://github.com/erlete/simple-drone-control/pull/1
**Full Changelog**: https://github.com/erlete/simple-drone-control/commits/v1.0.0