Skip to content

Commit 3d785fb

Browse files
committed
docs latest release v1.2.0
1 parent ee58e10 commit 3d785fb

File tree

1 file changed

+62
-34
lines changed

1 file changed

+62
-34
lines changed

docs/about/github_latest_release.txt

Lines changed: 62 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,62 @@
1-
.. This document was auto-generated by the get_release_notes.py script using latest-release information from github
2-
3-
Release 1.1.1 (Apr 11, 2015)
4-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5-
6-
7-
This release provides minor updates to the API and significant enhancements to the documentation. The minimum required versions of MAVProxy and PyMAVLink have also been updated.
8-
9-
Commits
10-
+++++++
11-
12-
The commits relevant to this release `are listed here <https://github.com/diydrones/dronekit-python/compare/36edc4ff616655a399a5c673ff41c09fe391bcb6...6f832cfa5b66101a61fe169ea88f28f5ea34bf21>`_ (Github)
13-
14-
Bug fixes
15-
+++++++++
16-
17-
The bugs that were closed in this release `are listed here <https://github.com/diydrones/dronekit-python/issues?q=closed%3A%222015-02-13+..+2015-04-11%22+is%3Aissue>`_ (Github).
18-
19-
Merged pull requests
20-
++++++++++++++++++++
21-
22-
The pull requests merged into this release `are listed here <https://github.com/diydrones/dronekit-python/pulls?q=closed%3A%222015-02-13+..+2015-04-11%22+is%3Aissue>`_ (Github).
23-
24-
Notes
25-
+++++
26-
27-
Release 1.0 includes a number of APIs that are non-functional (they can be called, but will not return the indicated information) or internal. These are deprecated, and are likely to be removed/moved in a future release:
28-
29-
- web_connect()
30-
- AuthInfo(username, password)
31-
- Mission
32-
- ConnectionInfo(mavproxy_options)
33-
34-
There are some breaking changes made on MAVProxy see #53, this where fixed but required a version bump.
1+
.. This document was auto-generated by the get_release_notes.py script using latest-release information from github
2+
3+
Release 1.2.0 (June 2, 2015)
4+
============================
5+
6+
7+
**Features:**
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>`_
11+
12+
**Bugs:**
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>`_
16+
17+
**Examples:**
18+
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>`_
22+
23+
**Documentation:**
24+
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>`_
39+
40+
Commits
41+
-------
42+
43+
44+
The commits relevant to this release `are listed here <https://github.com/diydrones/dronekit-python/compare/1.1.1...0247a07b6bc789e2debdf2d307bde08029879c80>`_ (Github)
45+
46+
Bug fixes
47+
---------
48+
49+
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).
51+
52+
Merged pull requests
53+
--------------------
54+
55+
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).
57+
58+
Notes
59+
-----
60+
61+
62+
Thanks to @hamishwillee, @jmacgithu, @maruina, @tcr3dr, @mrpollo

0 commit comments

Comments
 (0)