version x.y.z
while in beta convention is :
and then
inlining example with methods so that it is more obvious what method does
v 0.4.1
- adding doc for finding item in a tree ;
- adding QA information (such as where is the ticketing) in the documentation.
v 0.5.0
- BUG 7 is not a bug
- removing push
- adding __and__, __or__, __not__
- set operations are Beta, don’t use them
- refactoring + - * /
- doc refactoring
v 0.6.0
- BUG 8 fixed
- convert_tree fixed
- pprint fixed
- API __xor__ added
- pformat added
- tformat/tprint output changed I consider this an API change (thus 0.6.0)
- inconsistency in logical operations spotted. Change in API planned (0.7.0)
- how the heck do I force test_suite to be triggered when people install this package and an automated bug tracking trace added to github, plus not installing broken packages ? Python is still way behind perl -eshell -MCPAN behaviour.