|
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.3.0 (July 6, 2015) |
| 3 | +Release 1.3.1 (July 7, 2015) |
4 | 4 | ============================
|
5 | 5 |
|
6 | 6 |
|
7 |
| -**Features:** |
8 |
| - |
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 |
| - |
12 | 7 | **Bugs:**
|
13 | 8 |
|
14 |
| -* Takeoff now rejects `inf`/`NaN` values. (`#174 <https://github.com/diydrones/dronekit-python/pull/174>`_). |
15 |
| - |
16 |
| -**Guides:** |
17 |
| - |
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>`_). |
21 |
| - |
22 |
| -**Documentation:** |
23 |
| - |
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>`_). |
| 9 | +* `math` import missing for `takeoff` method. (`#174 <https://github.com/diydrones/dronekit-python/pull/182>`_). |
26 | 10 |
|
27 | 11 | Commits
|
28 | 12 | -------
|
29 | 13 |
|
30 | 14 |
|
31 |
| -The commits relevant to this release `are listed here <https://github.com/diydrones/dronekit-python/compare/1.2.0...v1.3.0>`_ (Github) |
| 15 | +The commits relevant to this release `are listed here <https://github.com/diydrones/dronekit-python/compare/1.3.0...v1.3.1>`_ (Github) |
32 | 16 |
|
33 | 17 | Bug fixes
|
34 | 18 | ---------
|
35 | 19 |
|
36 | 20 |
|
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). |
| 21 | +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-07-06+is%3Aissue+>`_ (Github). |
38 | 22 |
|
39 | 23 | Merged pull requests
|
40 | 24 | --------------------
|
41 | 25 |
|
42 | 26 |
|
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). |
| 27 | +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-07-06+is%3Apr+>`_ (Github). |
44 | 28 |
|
45 | 29 | Notes
|
46 | 30 | -----
|
47 | 31 |
|
48 | 32 |
|
49 |
| -Thanks to @jmacgithu, @djnugent, @stephendade, @hamishwillee, @mrpollo, @tcr3dr |
| 33 | +Thanks to @djnugent, @hamishwillee |
0 commit comments