Skip to content

Commit

Permalink
API: progress protocol (#167)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ntessore authored Aug 30, 2024
1 parent 1a1e3bd commit 0c0913a
Show file tree
Hide file tree
Showing 14 changed files with 529 additions and 427 deletions.
1 change: 1 addition & 0 deletions .commitlint.rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = {
"mapper",
"mapping",
"progress",
"rich",
"twopoint",
],
],
Expand Down
Loading

0 comments on commit 0c0913a

Please sign in to comment.