Releases: dronekit/dronekit-python
Version 2.2.0 (2016-02-19)
Bug Fixes
- Splits outbound messages into its own thread.
- remove of capabilities request on HEARTBEAT listener
- check if mode_mapping has items before iteration
Version 2.1.0 (2016-02-16)
New Features:
- Gimbal control attribute
- Autopilot version attribute
- Autopilot capabilities attribute
- Best Practice guide documentation.
- Performance test example (restructured and docs added)
Updated Features:
- Many documentation fixes:
- Restructured documentation with Develop (Concepts) and Guide (HowTo) sections
- Docs separated out "Connection Strings" section.
- Improved test and contribution sections.
- Updated examples and documentation to use DroneKit-Sitl for simulation ("zero setup examples")
- Debugging docs updated with additional libraries.
- Flight Replay example fetches data from TLOG rather than droneshare
- Drone Delivery example now uses strart location for home address.
- Disabled web tests (not currently supported/used)
- Updated copyright range to include changes in 2016
Bug Fixes:
- Numerous minor docs fixes.
- Harmonise nosetest options across each of the integration platforms
- Fix incorrect property marker for airspeed attribute
v1.5.0
Release 1.5.0 (August 12, 2015)
Features:
- Added methods to unset
mavlink_callback
. (#115, #240) - Publishing scripts now live in
scripts/
(#259)
Documentation:
- Documented clearing of
mavlink_callback
. (#245)
Source Code
Source code is available at https://github.com/dronekit/dronekit-python/releases/tag/v1.5.0.
- View commits included in this release
- View bugs closed by this release
- View pull requests merged into this release
Notes
Thanks to @hamishwillee, @mrpollo, @tcr3dr
v1.4.3
Release 1.4.3 (August 10, 2015)
Features:
- Windows installer added to installation guide. (#273)
Documentation:
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
Thanks to @hamishwillee, @mrpollo, @tcr3dr
v1.4.2
Release 1.4.2 (July 29, 2015)
Features:
- Windows installers now built and published by Appveyor (#253)
Bugs:
Documentation:
test_simpledemo.py
is now an example integration test (#254)
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
Thanks to @hamishwillee, @mrpollo, @tcr3dr
v1.4.1
Release 1.4.1 (July 27, 2015)
The URL of this repository has moved to https://github.com/dronekit/dronekit-python. Welcome to the new org!
Features:
- Windows installer tested using Appveyor (#236)
Bugs:
Documentation:
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
Thanks to @stephendade, @hamishwillee, @mrpollo, @tcr3dr
v1.4.0
Release 1.4.0 (July 24, 2015)
Features:
Bugs:
- Web client tests fixed for Windows (#194)
Guides:
- Added test authoring to contribution guide (#212)
Documentation:
- Added information about clearing ROI (#172)
- Explicitly documented issues about
Vehicle.commands.clear()
(#213)
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
Thanks to @hamishwillee, @mrpollo, @tcr3dr
v1.3.1
Release 1.3.1 (July 7, 2015)
Bugs:
math
import missing fortakeoff
method. (#174).
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
Thanks to @djnugent, @hamishwillee
v1.3.0
Release 1.3.0 (July 6, 2015)
Features:
Bugs:
- Takeoff now rejects
inf
/NaN
values. (#174).
Guides:
- Complete Guided Mode Copter tutorial and example added. (#170).
- Guides rewritten to target native Windows and Linux development. (#149).
- "Quick Start" removed, obsoleted by dedicated Getting Started and SITL sections. (#158).
Documentation:
Vehicle.battery
documentation updated. (#148).hello_world
example is replaced byvehicle_state
. (#146).
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
Thanks to @jmacgithu, @djnugent, @stephendade, @hamishwillee, @mrpollo, @tcr3dr
v1.2.0
Release 1.2.0 (June 2, 2015)
Features:
Bugs:
target_system
andtarget_component
references were not switched to settings object #53- Non-functional client_sketch.py deleted. #126
Examples:
- Flight replay example improved, now uses Command API #81 #82
GUIDED
mode example added #69simple_goto
improved. #134
Documentation:
Vehicle.delete
,Vehicle.battery_0_volt
,Vehicle.battery_0_soc
,Vehicle.waypoint_home
, parameter attributes removed from public API #80.- Document
Vehicle.mount_status
functions. #108 - Fixes documentation for
GPSInfo
andsend_mavlink
. #90
Guides:
- API documentation restructured and improved to fill new format. #58 #94
- Example documentation now includes (auto-generated) source code sections #88 and are part of documentation set #96.
- Added contribution guide #55.
- Quickstart guide #94.
- Debugging guide #117.
- Flight mode best practices. #127.
- References for
takeoff
#134. - Guides and examples for states and parameters. #124
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
Thanks to @hamishwillee, @jmacgithu, @maruina, @tcr3dr, @mrpollo