Releases: alebaho/capability
Releases · alebaho/capability
v1.0.0rc7
- Addition of normalization check and normalization.
- bug fixes.
- Documentation fixes.
v1.0.0rc6
Updates to accept only list or list of lists.
v1.0.0rc5
changed: import tables as tbl_cap
to: from capability import tables as tbl
also: all references to tbl_cap changed to tbl.
v1.0.0rc4
Updated required packages and added missing init.py file.