Skip to content

0.11.2

Compare
Choose a tag to compare
@donishadsmith donishadsmith released this 24 Jun 02:41
· 7 commits to main since this release

♻ Changed

  • Changed how ids are organized in respective group when initializing the CAP class. In version 0.11.1, the ids are
    sorted lexicographically:
self._groups[group] = sorted(list(set(self._groups[group])))

This doesn't affect functionality but it may be better to respect the original user ordering.This is no longer the case.