Skip to content

Commit 4eceed0

Browse files
committed
Fixing HISTORY file and adding comment
1 parent 04d65ee commit 4eceed0

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

HISTORY.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,16 @@
33
History
44
-------
55

6-
8.2.0 (2022-09-21)
6+
8.2.0 (2022-09-22)
77
------------------
88

9-
- Fixing bug in api.ok: response to failing API calls.
109
- Adding new option to api.ok to report progress via a function callback.
1110

11+
8.1.1 (2022-09-21)
12+
------------------
13+
14+
- Fixing bug in api.ok: response to failing API calls.
15+
1216
8.1.0 (2022-09-16)
1317
------------------
1418

bigml/api_handlers/resourcehandler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,7 @@ def ok(self, resource, query_string='', wait_time=1,
681681
This is not a hard limit for the method
682682
to end, but an estimation of time to wait.
683683
debug: (boolean) Whether to print traces for every get call
684+
progress_cb: (function) Callback function to log progress
684685
685686
"""
686687
def maybe_retrying(resource, error_retries, new_resource=None):

0 commit comments

Comments
 (0)