File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,26 @@ until the next release.
55
66# Latest changes in master
77
8+ ...
9+
10+ # Version 1.4.2
11+
12+ ## Print methods
13+
14+ ` pprint ` methods have been added to both ` Section ` and ` Property `
15+ to print whole Section trees with their child sections and properties.
16+ The ` __repr__ ` style of ` Section ` and ` Property ` has been changed to
17+ be more similar to the [ nixpy] ( https://github.com/G-Node/nixpy ) ` __repr__ ` style.
18+ Printing a ` Section ` now also features the immediate ` Property ` child count
19+ in addition to the immediate ` Section ` child count. See #309 .
20+
21+ ## Deprecation of 'Property.value' in favor of 'Property.values'
22+
23+ To make working with odML more similar to working with the
24+ metadata part of [ nixpy] ( https://github.com/G-Node/nixpy ) , the ` Property.value `
25+ attribute has been marked deprecated and the ` Property.values `
26+ attribute has been added. See #308 .
27+
828## Uncertainty changes
929
1030Uncertainty is now limited to float only. See #294 .
You can’t perform that action at this time.
0 commit comments