Skip to content

Commit 30d5f45

Browse files
committed
Release 2.9.2 notes and version bump
1 parent 119689e commit 30d5f45

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
4+
## Version 2.9.2 (2019-03-14)
5+
6+
### Improvements
7+
* CI integration improvements
8+
* Python3 compatability
9+
* use logging module
10+
* log statustexts
11+
* documentation improvements
12+
* convenience functions added: wait_for, wait_for_armable, arm, disarm, wait_for_mode, wait_for_alt, wait_simple_takeoff
13+
* play_tune method added
14+
* reboot method added
15+
* send_calibrate_gyro, send_calibrate_magnetometer, send_calibrate_magnetometer, send_calibrate_vehicle_level, send_calibrate_barometer all added
16+
* update gimbal orientation from MOUNT_ORIENTATION
17+
* add a still-waiting callback for connect() to provide debug on where the connection is up to
18+
* several new tests added (including, play_tune, reboot and set_attitude_target)
19+
20+
### Cleanup
21+
* flake8 compliance improvements
22+
* test includes pruned
23+
* examples cleaned up
24+
25+
### Bug Fixes
26+
* ignore GCS heartbeats for the purposes of link up
27+
* many!
28+
329
## Version 2.9.1 (2017-04-21)
430

531
### Improvements

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import setuptools
22

3-
version = '2.9.1'
3+
version = '2.9.2'
44

55
setuptools.setup(
66
name='dronekit',

0 commit comments

Comments
 (0)