Version history¶
- v 0.1.4 :
- Set function can now be used with tuple of tuple, list of list and a mix of both. This allow to use the same key several time as long as merge = True
- v 0.1.3 :
- Corrected merge bug that throw shape mismatch error when merge is enabled
- v 0.1.2 :
- Add missing docstring
- Set can now assign one value to multiple position set(“2-3[B-C]”, “ref”).
- Set can now merge value without overide it`set(“B2”, “_1”, merge=True)` (B2 will now be ref_1 instead of _1)
- Code is now coverade with unitest at 100 %
- Typing cover 100 % of code
- v 0.1.1: Bug fixes.
- v 0.1.0 : Initial PyPi release.