This repository has been archived by the owner on May 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
CHANGELOG
208 lines (125 loc) · 6.05 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
## 1.5.4
- chore: change max-line-length and run black and isort by @hhk7734 in #36
- Fixed issue when gpio chip has no label by @yacinbm in #35
- Also build a py3-none-any wheel by @rmelick-muon in #33
## 1.5.3
- libgpiod: update typing for return values #27
- libgpiod: update typing for return values #27
## 1.5.2
- MANIFEST.in: add `py.typed` for compatibility with sdist and bdist #24
- setup.py: refactor #25
python3-gpiod (1.5.1) unstable; urgency=medium
* add py.typed
-- Hyeonki Hong <[email protected]> Thu, 27 Jan 2022 20:19:00 +0900
python3-gpiod (1.5.0) unstable; urgency=medium
* libgpiodcxx: fix request flags
* libgpiodcxx: provide line::update()
* libgpiod: deprecate gpiod_needs_update()
* libgpiodcxx: remove property decorator from members beginning with a verb
* libgpiodcxx: add support for bias flags
* libgpiodcxx: add support for SET_CONFIG
* libgpiod: fix issue where microseconds is calculated twice
* libgpiod: use gpiod_line_event_get_fd() in gpiod_line_event_read()
-- Hyeonki Hong <[email protected]> Tue, 13 Apr 2021 14:45:13 +0900
python3-gpiod (1.4.0) unstable; urgency=medium
* libgpiod: correct type check
* libgpiodcxx: correct type check
-- Hyeonki Hong <[email protected]> Wed, 16 Dec 2020 23:14:22 +0900
python3-gpiod (1.3.0) unstable; urgency=medium
* skip: main change in libgpiod's v1.3 development cycle is cosmetic change
-- Hyeonki Hong <[email protected]> Thu, 28 May 2020 10:36:55 +0900
python3-gpiod (1.2.5) unstable; urgency=medium
* libgpiodcxx: document line_bulk class
* libgpiodcxx: change line_bulk.MAX_LINES to property
-- Hyeonki Hong <[email protected]> Thu, 14 May 2020 12:21:46 +0900
python3-gpiod (1.2.4) unstable; urgency=medium
* libgpiod: implement gpiod_chip_iter.next_noclose
* libgpiodcxx: implement chip/line_iter
* libgpiodcxx: implement find_line
-- Hyeonki Hong <[email protected]> Thu, 07 May 2020 13:34:04 +0900
python3-gpiod (1.2.3) unstable; urgency=medium
* github: fix pylint option
* README: remove gpiod installation
-- Hyeonki Hong <[email protected]> Wed, 29 Apr 2020 17:25:39 +0900
python3-gpiod (1.2.2) unstable; urgency=medium
* github: add python lint action
* libgpiod: implement gpio.h and ioctl.h
* Fix huge amount of functions to remove libgpiod dependency
-- Hyeonki Hong <[email protected]> Wed, 29 Apr 2020 17:00:49 +0900
python3-gpiod (1.2.1) unstable; urgency=medium
* libgpiodcxx: document line class
* pylint: create .pylintrc and run black
* libgpiodcxx: fix issue using list as default argument
* libgpiod: add gpiod_line_is_requested
-- Hyeonki Hong <[email protected]> Thu, 23 Apr 2020 14:48:10 +0900
python3-gpiod (1.2.0) unstable; urgency=medium
* libgpiodcxx: document chip class
* libgpiod: fix issue that fail to load libgpiod.so
-- Hyeonki Hong <[email protected]> Thu, 16 Apr 2020 21:05:58 +0900
python3-gpiod (1.1.2) unstable; urgency=medium
* pypi: version up due to pypi version problem
-- Hyeonki Hong <[email protected]> Thu, 16 Apr 2020 20:55:27 +0900
python3-gpiod (1.1.1) unstable; urgency=medium
* libgpiodcxx: fix issue where line_bulk.get_values does not return result
-- Hyeonki Hong <[email protected]> Thu, 16 Apr 2020 20:44:47 +0900
python3-gpiod (1.1.0) unstable; urgency=medium
* libgpiod: API: start certain enums from 1
-- Hyeonki Hong <[email protected]> Wed, 15 Apr 2020 15:40:56 +0900
python3-gpiod (1.0.1) unstable; urgency=medium
* libgpiodcxx: use gpiod_line_event_get_fd in line.event_get_fd
-- Hyeonki Hong <[email protected]> Wed, 15 Apr 2020 15:31:19 +0900
python3-gpiod (1.0.0) unstable; urgency=medium
* libgpiod: call libgpiod.so using ctypes
* libgpiodcxx: implement chip class
* libgpiodcxx: implement line class
* libgpiodcxx: implement line_bulk class
* libgpiodcxx: implement line_event class
* libgpiodcxx: implement line_request class
-- Hyeonki Hong <[email protected]> Wed, 15 Apr 2020 03:47:31 +0900
python3-gpiod (0.6.0) unstable; urgency=medium
* Fix issue where 'setup.py clean' is not executed
* Correct error messages to be noticeable
* Fix iterator in line_bulk class
-- Hyeonki Hong <[email protected]> Thu, 02 Apr 2020 14:55:17 +0900
python3-gpiod (0.5.4) unstable; urgency=medium
* Update README.md
-- Hyeonki Hong <[email protected]> Mon, 30 Mar 2020 20:04:10 +0900
python3-gpiod (0.5.3) unstable; urgency=medium
* Add std::bitset<32> type caster
-- Hyeonki Hong <[email protected]> Thu, 26 Mar 2020 11:39:33 +0900
python3-gpiod (0.5.2) unstable; urgency=medium
* Add documentation for tested methods
* Add test code
* Update README.md
-- Hyeonki Hong <[email protected]> Fri, 20 Mar 2020 13:17:41 +0900
python3-gpiod (0.5.1) unstable; urgency=medium
* Move xxx class into xxx_wrapper.h
* Add blink test module
-- Hyeonki Hong <[email protected]> Fri, 20 Mar 2020 00:58:05 +0900
python3-gpiod (0.5.0) unstable; urgency=medium
* Add pybind11/chrono.h for std::chrono
* Prevent installation if libgpiodcxx v1.0 or lower
* Add xxx_lines into chip class
* Add operators
* Add MAX_LINES attribute
* Fix issue where 'setup.py sdist' is not executed
-- Hyeonki Hong <[email protected]> Sat, 14 Mar 2020 02:37:13 +0900
python3-gpiod (0.4.1) unstable; urgency=medium
* Fix issue where pip does not install dependencies
-- Hyeonki Hong <[email protected]> Thu, 12 Mar 2020 19:11:24 +0900
python3-gpiod (0.4.0) unstable; urgency=medium
* Add libgpiodcxx version check
* Remove -std=c++11 option
* Add line_bulk, chip_iter, line_iter classes
-- Hyeonki Hong <[email protected]> Thu, 12 Mar 2020 14:18:16 +0900
python3-gpiod (0.3.0) unstable; urgency=medium
* Add open, reset function
* Add LICENSE
* Create README.md
-- Hyeonki Hong <[email protected]> Wed, 11 Mar 2020 18:58:14 +0900
python3-gpiod (0.2.0) unstable; urgency=medium
* Add chip, line_request, line, line_event class
-- Hyeonki Hong <[email protected]> Wed, 11 Mar 2020 13:28:45 +0900
python3-gpiod (0.1.0) unstable; urgency=medium
* Add initial setup files
-- Hyeonki Hong <[email protected]> Tue, 10 Mar 2020 15:40:13 +0900