Skip to content

Commit 62ca6d8

Browse files
committed
[CHANGELOG] Add latest changes
1 parent 66784ae commit 62ca6d8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1030
Uncertainty is now limited to float only. See #294.

0 commit comments

Comments
 (0)