|
1 | 1 | .. This document was auto-generated by the get_release_notes.py script using latest-release information from github |
2 | 2 |
|
3 | | -Release 1.2.0 (June 2, 2015) |
| 3 | +Release 1.3.0 (July 6, 2015) |
4 | 4 | ============================ |
5 | 5 |
|
6 | 6 |
|
7 | 7 | **Features:** |
8 | 8 |
|
9 | | -* Battery API added. `#135 <https://github.com/diydrones/dronekit-python/pull/135>`_ |
10 | | -* PyCharm support. `#135 <https://github.com/diydrones/dronekit-python/pull/135>`_ |
| 9 | +* Windows installer for DroneKit-Python (`#161 <https://github.com/diydrones/dronekit-python/pull/161>`_) |
| 10 | +* `Rangefinder` class added (`#175 <https://github.com/diydrones/dronekit-python/pull/175>`_) |
11 | 11 |
|
12 | 12 | **Bugs:** |
13 | 13 |
|
14 | | -* ```target_system``` and ```target_component``` references were not switched to settings object `#53 <https://github.com/diydrones/dronekit-python/pull/53>`_ |
15 | | -* Non-functional client_sketch.py deleted. `#126 <https://github.com/diydrones/dronekit-python/pull/126>`_ |
| 14 | +* Takeoff now rejects `inf`/`NaN` values. (`#174 <https://github.com/diydrones/dronekit-python/pull/174>`_). |
16 | 15 |
|
17 | | -**Examples:** |
| 16 | +**Guides:** |
18 | 17 |
|
19 | | -* 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>`_ |
20 | | -* ```GUIDED``` mode example added `#69 <https://github.com/diydrones/dronekit-python/pull/69>`_ |
21 | | -* ```simple_goto``` improved. `#134 <https://github.com/diydrones/dronekit-python/pull/134>`_ |
| 18 | +* Complete Guided Mode Copter tutorial and example added. (`#170 <https://github.com/diydrones/dronekit-python/pull/170>`_). |
| 19 | +* Guides rewritten to target native Windows and Linux development. (`#149 <https://github.com/diydrones/dronekit-python/pull/149>`_). |
| 20 | +* "Quick Start" removed, obsoleted by dedicated Getting Started and SITL sections. (`#158 <https://github.com/diydrones/dronekit-python/pull/158>`_). |
22 | 21 |
|
23 | 22 | **Documentation:** |
24 | 23 |
|
25 | | -* ```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>`_. |
26 | | -* Document ```Vehicle.mount_status``` functions. `#108 <https://github.com/diydrones/dronekit-python/pull/108>`_ |
27 | | -* Fixes documentation for ```GPSInfo``` and ```send_mavlink```. `#90 <https://github.com/diydrones/dronekit-python/pull/90>`_ |
28 | | - |
29 | | -**Guides:** |
30 | | - |
31 | | -* 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>`_ |
32 | | -* 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>`_. |
33 | | -* Added contribution guide `#55 <https://github.com/diydrones/dronekit-python/pull/55>`_. |
34 | | -* Quickstart guide `#94 <https://github.com/diydrones/dronekit-python/pull/94>`_. |
35 | | -* Debugging guide `#117 <https://github.com/diydrones/dronekit-python/pull/117>`_. |
36 | | -* Flight mode best practices. `#127 <https://github.com/diydrones/dronekit-python/pull/127>`_. |
37 | | -* References for ```takeoff``` `#134 <https://github.com/diydrones/dronekit-python/pull/134>`_. |
38 | | -* Guides and examples for states and parameters. `#124 <https://github.com/diydrones/dronekit-python/pull/124>`_ |
| 24 | +* `Vehicle.battery` documentation updated. (`#148 <https://github.com/diydrones/dronekit-python/pull/148>`_). |
| 25 | +* `hello_world` example is replaced by `vehicle_state`. (`#146 <https://github.com/diydrones/dronekit-python/pull/146>`_). |
39 | 26 |
|
40 | 27 | Commits |
41 | 28 | ------- |
42 | 29 |
|
43 | 30 |
|
44 | | -The commits relevant to this release `are listed here <https://github.com/diydrones/dronekit-python/compare/1.1.1...0247a07b6bc789e2debdf2d307bde08029879c80>`_ (Github) |
| 31 | +The commits relevant to this release `are listed here <https://github.com/diydrones/dronekit-python/compare/1.2.0...v1.3.0>`_ (Github) |
45 | 32 |
|
46 | 33 | Bug fixes |
47 | 34 | --------- |
48 | 35 |
|
49 | 36 |
|
50 | | -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). |
| 37 | +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). |
51 | 38 |
|
52 | 39 | Merged pull requests |
53 | 40 | -------------------- |
54 | 41 |
|
55 | 42 |
|
56 | | -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). |
| 43 | +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). |
57 | 44 |
|
58 | 45 | Notes |
59 | 46 | ----- |
60 | 47 |
|
61 | 48 |
|
62 | | -Thanks to @hamishwillee, @jmacgithu, @maruina, @tcr3dr, @mrpollo |
| 49 | +Thanks to @jmacgithu, @djnugent, @stephendade, @hamishwillee, @mrpollo, @tcr3dr |
0 commit comments