Skip to content

Commit 8d4495a

Browse files
committed
Release 2.9.2 notes and version bump
1 parent 3cd8bde commit 8d4495a

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
4+
## Version 2.9.2 (2019-03-18)
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import setuptools
22
import os
33

4-
version = '2.9.1'
4+
version = '2.9.2'
55

66
with open(os.path.join(os.path.dirname(__file__), 'README.md')) as f:
77
LongDescription = f.read()

0 commit comments

Comments
 (0)