v0.7.2
Added
lightmotif-py
- Add
__len__
implementation for all matrix clases. - Allow changing the logarithm base in
WeightMatrix.log_odds
method. - Implement
__getitem__
for row access for all matrix classes.
lightmotif-py
__len__
implementation for all matrix clases.WeightMatrix.log_odds
method.__getitem__
for row access for all matrix classes.