Skip to content

Commit 0c0913a

Browse files
authored
API: progress protocol (#167)
Implement a protocol for progress reporting. Provides an implementation using the existing `rich`-based progress bar, as well as a new `ipywidgets`-based progress bar for Jupyter notebooks. Closes: #140
1 parent 1a1e3bd commit 0c0913a

File tree

14 files changed

+529
-427
lines changed

14 files changed

+529
-427
lines changed

.commitlint.rules.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ module.exports = {
1515
"mapper",
1616
"mapping",
1717
"progress",
18+
"rich",
1819
"twopoint",
1920
],
2021
],

0 commit comments

Comments
 (0)