Skip to content

Releases: dronekit/dronekit-python

v1.1.1

16 Apr 04:12
Compare
Choose a tag to compare

Release 1.1.1 (Apr 11, 2015)

This release provides minor updates to the API and significant enhancements to the documentation. The minimum required versions of MAVProxy and PyMAVLink have also been updated.

Commits

The commits relevant to this release are listed here (Github)

Bug fixes

The bugs that were closed in this release are listed here (Github).

Merged pull requests

The pull requests merged into this release are listed here (Github).

Notes

Release 1.0 includes a number of APIs that are non-functional (they can be called, but will not return the indicated information) or internal. These are deprecated, and are likely to be removed/moved in a future release:

  • web_connect()
  • AuthInfo(username, password)
  • Mission
  • ConnectionInfo(mavproxy_options)

There are some breaking changes made on MAVProxy see #53, this where fixed but required a version bump.