Releases: sifive/pydevicetree
pydevicetree v0.0.12
Release notes for pydevicetree v0.0.12
Statistics since v0.0.11
- 9 commits
- 6 files changed, 43 insertions(+), 3 deletions(-)
Authors
Nathaniel Graff
Merge history
b876edb Bump version to 0.0.12
ecdef2e Make sure new children are reparented when merging
eaa1d57 Require DCO signoffs in commit messages
8c4eb0f Run mypy on the entire pydevicetree package
pydevicetree v0.0.11
pydevicetree v0.0.10
pydevicetree v0.0.9
pydevicetree v0.0.8
pydevicetree v0.0.7
pydevicetree v0.0.6
Release notes for pydevicetree v0.0.6
Statistics since v0.0.5
- 9 commits
- 6 files changed, 241 insertions(+), 33 deletions(-)
Authors
Nathaniel Graff
Merge history
b1c4dc0 Bump version to 0.0.6
e3cf8bf Create RegArray and RangeArray classes to encode the reg and ranges properties
3abf78e Add a Node.filter() method for generically filtering for nodes
893d9b4 Add support for aliases
pydevicetree v0.0.5
Release notes for pydevicetree v0.0.5
Statistics since v0.0.4
- 13 commits
- 16 files changed, 327 insertions(+), 130 deletions(-)
Authors
Nathaniel Graff
Merge history
476e1b0 Fix mypy type annotations
2874cdb Describe labels, paths, and references with classes
4c55ef5 from_dts() methods raise ParseExceptions on bad input
ce0db32 Create full Devicetrees and Properties from strings
1de15ae Chosen lives within the root node
pydevicetree v0.0.4
Release notes for pydevicetree v0.0.4
Statistics since v0.0.3
- 21 commits
- 14 files changed, 708 insertions(+), 454 deletions(-)
Authors
Nathaniel Graff
Merge history
9102de4 Bump version to v0.0.4
3bca450 Create node from string
062d733 Improve structure and documentation
e10cf0b Split up the pydevicetree.ast module for maintainability
1d27842 Fix typo in README
6a367ab Fix make upload
pydevicetree v0.0.3
Release notes for pydevicetree v0.0.3
Statistics since v0.0.2
- 14 commits
- 6 files changed, 130 insertions(+), 3 deletions(-)
Authors
Nathaniel Graff
Merge history
d937bc0 Bump version to v0.0.3
502c424 Add small tutorial to README
baffea0 Set up CODEOWNERS to automatically get review requests
d874c87 Improvements to Makefile
9eccec7 Import important classes into the top-level pydevicetree module
5b89c95 Define a make target for uploading to PyPI