Skip to content

Commit 2b0e276

Browse files
committed
Package doc header and changelog
1 parent 9bffc66 commit 2b0e276

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# v1.0.0
2+
* Rasterization with `numba`
3+
* First public version which works!

pclines/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
"""
2+
PCLines transform for line detection
3+
"""
4+
15
from .accumulator import PCLines

0 commit comments

Comments
 (0)