Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tcr3dr committed Jul 7, 2015
1 parent ce8de35 commit 7f0083d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 28 deletions.
41 changes: 14 additions & 27 deletions docs/about/github_latest_release.txt
Original file line number Diff line number Diff line change
@@ -1,62 +1,49 @@
.. This document was auto-generated by the get_release_notes.py script using latest-release information from github

Release 1.2.0 (June 2, 2015)
Release 1.3.0 (July 6, 2015)
============================


**Features:**

* Battery API added. `#135 <https://github.com/diydrones/dronekit-python/pull/135>`_
* PyCharm support. `#135 <https://github.com/diydrones/dronekit-python/pull/135>`_
* Windows installer for DroneKit-Python (`#161 <https://github.com/diydrones/dronekit-python/pull/161>`_)
* `Rangefinder` class added (`#175 <https://github.com/diydrones/dronekit-python/pull/175>`_)

**Bugs:**

* ```target_system``` and ```target_component``` references were not switched to settings object `#53 <https://github.com/diydrones/dronekit-python/pull/53>`_
* Non-functional client_sketch.py deleted. `#126 <https://github.com/diydrones/dronekit-python/pull/126>`_
* Takeoff now rejects `inf`/`NaN` values. (`#174 <https://github.com/diydrones/dronekit-python/pull/174>`_).

**Examples:**
**Guides:**

* Flight replay example improved, now uses Command API `#81 <https://github.com/diydrones/dronekit-python/pull/81>`_ `#82 <https://github.com/diydrones/dronekit-python/pull/82>`_
* ```GUIDED``` mode example added `#69 <https://github.com/diydrones/dronekit-python/pull/69>`_
* ```simple_goto``` improved. `#134 <https://github.com/diydrones/dronekit-python/pull/134>`_
* Complete Guided Mode Copter tutorial and example added. (`#170 <https://github.com/diydrones/dronekit-python/pull/170>`_).
* Guides rewritten to target native Windows and Linux development. (`#149 <https://github.com/diydrones/dronekit-python/pull/149>`_).
* "Quick Start" removed, obsoleted by dedicated Getting Started and SITL sections. (`#158 <https://github.com/diydrones/dronekit-python/pull/158>`_).

**Documentation:**

* ```Vehicle.delete```, ```Vehicle.battery_0_volt```, ```Vehicle.battery_0_soc```, ```Vehicle.waypoint_home```, parameter attributes removed from public API `#80 <https://github.com/diydrones/dronekit-python/pull/80>`_.
* Document ```Vehicle.mount_status``` functions. `#108 <https://github.com/diydrones/dronekit-python/pull/108>`_
* Fixes documentation for ```GPSInfo``` and ```send_mavlink```. `#90 <https://github.com/diydrones/dronekit-python/pull/90>`_

**Guides:**

* API documentation restructured and improved to fill new format. `#58 <https://github.com/diydrones/dronekit-python/pull/58/files>`_ `#94 <https://github.com/diydrones/dronekit-python/pull/94>`_
* Example documentation now includes (auto-generated) source code sections `#88 <https://github.com/diydrones/dronekit-python/pull/88>`_ and are part of documentation set `#96 <https://github.com/diydrones/dronekit-python/pull/96>`_.
* Added contribution guide `#55 <https://github.com/diydrones/dronekit-python/pull/55>`_.
* Quickstart guide `#94 <https://github.com/diydrones/dronekit-python/pull/94>`_.
* Debugging guide `#117 <https://github.com/diydrones/dronekit-python/pull/117>`_.
* Flight mode best practices. `#127 <https://github.com/diydrones/dronekit-python/pull/127>`_.
* References for ```takeoff``` `#134 <https://github.com/diydrones/dronekit-python/pull/134>`_.
* Guides and examples for states and parameters. `#124 <https://github.com/diydrones/dronekit-python/pull/124>`_
* `Vehicle.battery` documentation updated. (`#148 <https://github.com/diydrones/dronekit-python/pull/148>`_).
* `hello_world` example is replaced by `vehicle_state`. (`#146 <https://github.com/diydrones/dronekit-python/pull/146>`_).

Commits
-------


The commits relevant to this release `are listed here <https://github.com/diydrones/dronekit-python/compare/1.1.1...0247a07b6bc789e2debdf2d307bde08029879c80>`_ (Github)
The commits relevant to this release `are listed here <https://github.com/diydrones/dronekit-python/compare/1.2.0...v1.3.0>`_ (Github)

Bug fixes
---------


The bugs that were closed in this release `are listed here <https://github.com/diydrones/dronekit-python/issues?utf8=%E2%9C%93&q=is%3Aclosed+created%3A%3E2015-04-08+is%3Aissue+>`_ (Github).
The bugs that were closed in this release `are listed here <https://github.com/diydrones/dronekit-python/issues?utf8=%E2%9C%93&q=is%3Aclosed+created%3A%3E2015-05-02+is%3Aissue+>`_ (Github).

Merged pull requests
--------------------


The pull requests merged into this release `are listed here <https://github.com/diydrones/dronekit-python/pulls?utf8=%E2%9C%93&q=is%3Amerged+created%3A%3E2015-04-08+is%3Apr+>`_ (Github).
The pull requests merged into this release `are listed here <https://github.com/diydrones/dronekit-python/pulls?utf8=%E2%9C%93&q=is%3Amerged+created%3A%3E2015-05-02+is%3Apr+>`_ (Github).

Notes
-----


Thanks to @hamishwillee, @jmacgithu, @maruina, @tcr3dr, @mrpollo
Thanks to @jmacgithu, @djnugent, @stephendade, @hamishwillee, @mrpollo, @tcr3dr
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, Extension
import platform

version = '1.2.0'
version = '1.3.0'

ext_modules = []

Expand Down

0 comments on commit 7f0083d

Please sign in to comment.