You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ All notable changes to this project will be documented in this file. The format
20
20
- Allow field containers to be included in the list of `fields` in `FieldContainer(fields)`. If a field container is included, its sub-fields are unpacked.
21
21
- Set custom attributes by keyword-arguments in `FieldContainer(fields, **kwargs)`.
22
22
- Show also the progress of Newton's method for `Job.evaluate(verbose=True)`.
23
+
- Switch to `tqdm.auto` for better progress bars in Jupyter notebooks.
0 commit comments