This release addresses a bug where nexus files were, under certain circumstances, read incorrectly when provided as a `data` argument to an Analysis method.
The argument `nexus=True` is now required when this type of input is provided, i.e.:
required here:
myfel = FEL(data = "data.nex", nexus=True)
but not required here:
myfel = FEL(alignment = "data.nex", tree = "data.tre")