COMMITS
/ compression/burrows_wheeler.py February 23, 2021
C
Change occurrences of str.format to f-strings (#4118)
CarsonHam committed
September 23, 2020
C
from __future__ import annotations (#2464)
Christian Clauss committed
July 6, 2020
C
isort --profile black . (#2181)
Christian Clauss committed
January 18, 2020
C
Create codespell.yml (#1698)
Christian Clauss committed
January 3, 2020
C
pyupgrade --py37-plus **/*.py (#1654)
Christian Clauss committed
October 5, 2019
W
psf/black code formatting (#1277)
William Zhang committed
July 17, 2019
B
Added Burrows-Wheeler transform algorithm. (#1029)
Bruno Simas Hadlich committed