|
1 | | -# 2021 |
| 1 | +# ChangeLog for pymycobot. |
2 | 2 |
|
3 | | -## 6.24 |
| 3 | +## v2.5.4 (2021-07-19) |
| 4 | + |
| 5 | +- release v2.5.4 |
| 6 | +- add methods for raspberry pi version basic control. |
| 7 | + - `def gpio_init(self)` |
| 8 | + - `def gpio_output(self, pin, v)` |
| 9 | + |
| 10 | +--- |
| 11 | + |
| 12 | +## v2.5.3 (2021-06-24) |
4 | 13 |
|
5 | 14 | - release v2.5.3 |
6 | 15 | - sync with Atom3.1 |
7 | 16 |
|
8 | | -## 6.10 |
| 17 | +--- |
| 18 | + |
| 19 | +## v2.5.1 (2021-06-10) |
9 | 20 |
|
10 | | -- release v2.5.1 |
11 | 21 | - improved parameter checking. |
12 | 22 | - new class `MycobotCommandGenerator` that generate binary real command. |
13 | 23 | - can import needed class from `pymycobot`, like: |
14 | 24 | ```python |
15 | 25 | from pymycobot import Mycobot, Angle, Coord, MycobotCommandGenerator |
16 | 26 | ``` |
17 | 27 |
|
18 | | -## 5.27 |
| 28 | +--- |
| 29 | + |
| 30 | +## v2.4.2 (2021-05-27) |
19 | 31 |
|
20 | 32 | - release v2.4.2 |
21 | 33 | - fixed `set_pwm_output()` |
22 | 34 |
|
23 | | -## 5.24 |
| 35 | +--- |
| 36 | + |
| 37 | +## 2021-05-24 |
24 | 38 |
|
25 | 39 | - update demo. |
26 | 40 |
|
27 | | -## 4.27 |
| 41 | +--- |
| 42 | + |
| 43 | +## v2.4.0 (2021-04-27) |
28 | 44 |
|
29 | | -- release v2.4.0 |
30 | 45 | - set_free_mode -> release_all_servos |
31 | 46 | - Add new port: |
32 | 47 | - is_controller_connected |
|
36 | 51 | - set_basic_output |
37 | 52 | - Update API document. |
38 | 53 |
|
39 | | -## 4.25 |
| 54 | +--- |
| 55 | + |
| 56 | +## v2.3.6 (2021-04-25) |
40 | 57 |
|
41 | | -- release v2.3.6 |
42 | 58 | - fix focus_servo error |
43 | 59 |
|
44 | | -## 4.20 |
| 60 | +--- |
| 61 | + |
| 62 | +## v2.3.5 (2021-04-20) |
45 | 63 |
|
46 | | -- release v2.3.5 |
47 | 64 | - fix v2.3.4 install error |
48 | 65 |
|
49 | | -## 4.19 |
| 66 | +--- |
| 67 | + |
| 68 | +## v2.3.4 (2021-04-19) |
50 | 69 |
|
51 | | -- release **v2.3.4** |
52 | 70 | - update debug mode |
53 | 71 |
|
54 | | -## 4.2 |
| 72 | +--- |
| 73 | + |
| 74 | +## v2.3.3 (2021-04-02) |
55 | 75 |
|
56 | | -- relase **v2.3.3** |
57 | 76 | - fix bug. |
58 | 77 |
|
59 | | -## 3.29 |
| 78 | +--- |
| 79 | + |
| 80 | +## v2.3.1 (2021-03-29) |
60 | 81 |
|
61 | | -- release **v2.3.1** |
62 | 82 | - fix error bug |
63 | 83 | - add new method `set_encoder`, `get_encoder`, `set_encoders` |
64 | 84 |
|
65 | | -## 3.26 |
| 85 | +--- |
| 86 | + |
| 87 | +## v2.3.0 (2021-03-26) |
66 | 88 |
|
67 | | -- release **v2.3** |
68 | 89 | - fix `is_in_position()` |
69 | 90 | - refactor process method |
70 | 91 | - some methods can be chained |
71 | 92 | - add new methods to control pump |
72 | 93 | - change `set_led_color(rgb:str)` -> `set_color(r:int, g:int, b:in)` |
73 | 94 |
|
74 | | -## 3.12 |
| 95 | +--- |
| 96 | + |
| 97 | +## 2021-03-12 |
75 | 98 |
|
76 | 99 | added more test file. |
77 | 100 |
|
78 | | -## 2.5 |
| 101 | +--- |
79 | 102 |
|
80 | | -relase **v2.2.0** |
| 103 | +## v2.2.0 (2021-02-05) |
81 | 104 |
|
82 | 105 | - add new method for girpper and IO. |
83 | 106 |
|
84 | | -## 1.25 |
| 107 | +--- |
85 | 108 |
|
86 | | -release **v2.1.2** |
| 109 | +## v2.1.2 (2021-01-25) |
87 | 110 |
|
88 | 111 | - refactor pymycobot |
89 | 112 | - add Error class |
90 | 113 |
|
91 | | -## 1.20 |
| 114 | +--- |
| 115 | + |
| 116 | +## 2021-01-20 |
92 | 117 |
|
93 | 118 | `v1.0.6` fix get_coords() error. |
94 | 119 |
|
95 | 120 | relase v2.0.0 |
96 | 121 |
|
97 | | -## 1.16 |
| 122 | +--- |
| 123 | + |
| 124 | +## 2021-01-16 |
98 | 125 |
|
99 | 126 | Upload to server, can use `pip` to installation now. |
100 | 127 |
|
101 | | -## 1.9 |
| 128 | +--- |
| 129 | + |
| 130 | +## 2021-01-09 |
102 | 131 |
|
103 | 132 | Fix the API problem that `is_moving()` and other methods of mycobot cannot be used. |
104 | 133 |
|
105 | | -## 1.8 |
| 134 | +--- |
| 135 | + |
| 136 | +## 2021-01-08 |
106 | 137 |
|
107 | 138 | Python API add new methods: |
108 | 139 |
|
109 | 140 | - `jog_angle()` |
110 | 141 | - `jog_coord()` |
111 | 142 | - `jog_stop()` |
112 | 143 |
|
113 | | -# 2020 |
| 144 | +--- |
114 | 145 |
|
115 | | -## 12.30 |
| 146 | +## 202-12-30 |
116 | 147 |
|
117 | 148 | Adding usage documents to Python API. |
118 | 149 |
|
119 | | -## 12.29 |
| 150 | +--- |
| 151 | + |
| 152 | +## 2020-12-29 |
120 | 153 |
|
121 | 154 | Python API supports python2.7 |
122 | 155 |
|
123 | 156 | Modify the serial port to manual setting, support the use of window. |
| 157 | + |
| 158 | +--- |
0 commit comments