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
Improvements to record downloading and docstrings (#352)
* Improvements to record downloading and docstrings
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Apply corrections from code review.
Co-authored-by: Lily Wang <[email protected]>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Remove unused import
* restore support for single drivers outside iterable
* update releasehistory
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Lily Wang <[email protected]>
Co-authored-by: Jeff Wagner <[email protected]>
Copy file name to clipboardExpand all lines: docs/releasehistory.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,16 @@ Releases are given with dates in DD-MM-YYYY format.
11
11
12
12
<!--## Version / Date DD-MM-YYYY -->
13
13
14
+
## 0.57.0 / 10-02-2025
15
+
16
+
### API extensions
17
+
*[PR #352:] Add `include` argument to `to_records()` to enable users to select which fields to download (and hint to user that not all fields are downloaded by default!)
18
+
19
+
### Documentation updates
20
+
*[PR #352:] Revise docstrings for to_records() to better reflect their purpose
21
+
*[PR #352:] Add a note to OptimizationResultCollection.to_records() docstring to explain that the user may want to call .to_basic_result_collection() first
22
+
*[PR #352:] Revise docstring of to_basic_result_collection() with more details
0 commit comments