COMMITS
/ divide_and_conquer/convex_hull.py October 13, 2022
C
Add flake8 pluin flake8 bugbear to pre-commit (#7132)
Caeden committed
July 11, 2022
C
pre-commit autoupdate: pyupgrade v2.34.0 -> v2.37.0 (#6245)
Christian Clauss committed
September 7, 2021
C
Pyupgrade to Python 3.9 (#4718)
Christian Clauss committed
October 29, 2020
S
Implement the melkman anlgorithm for computing convex hulls (#2916)
Simon Lammer committed
June 16, 2020
C
Fix long line, tests (#2123)
Christian Clauss committed
C
Set the Python file maximum line length to 88 characters (#2122)
Christian Clauss committed
March 4, 2020
M
contribution guidelines checks (#1787)
matkosoric committed
December 8, 2019
E
Adding doctests into LDA algorithm (#1621)
ELNS committed
C
Simplify sudoku.is_completed() using builtin all() (#1608)
Christian Clauss committed
December 7, 2019
G
Improved readability (#1615)
GeorgeChambi committed
October 5, 2019
W
psf/black code formatting (#1277)
William Zhang committed
September 21, 2019
D
Fix lgtm error display #1024 (#1190)
Denis Trofimov committed
September 4, 2019
M
changing typo (#1168)
Maxwell Aladago committed
August 19, 2019
C
Simplify code by dropping support for legacy Python (#1143)
Christian Clauss committed
August 17, 2019
M
ENH: two algorithms for the convex hull problem of a set of 2d points on a plain (#1135)
Maxwell Aladago committed