Commit 6336ffb
Complete deprecation cycle for Dataset.update return value (#10717)
* Complete deprecation cycle for Dataset.update return value
- Dataset.update() now returns None instead of self
- Removes deprecation that was started in v0.17 and scheduled for removal in v0.21
- Updates documentation to remove return value information
- Aligns behavior with standard dict.update() which returns None
Closes #10167
* Update doc/whats-new.rst
Co-authored-by: Stephan Hoyer <shoyer@google.com>
---------
Co-authored-by: Stephan Hoyer <shoyer@google.com>1 parent de953a8 commit 6336ffb
2 files changed
+6
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5592 | 5592 | | |
5593 | 5593 | | |
5594 | 5594 | | |
5595 | | - | |
| 5595 | + | |
5596 | 5596 | | |
5597 | 5597 | | |
5598 | 5598 | | |
| |||
5609 | 5609 | | |
5610 | 5610 | | |
5611 | 5611 | | |
5612 | | - | |
5613 | | - | |
5614 | | - | |
5615 | | - | |
5616 | | - | |
5617 | | - | |
5618 | | - | |
5619 | | - | |
5620 | 5612 | | |
5621 | 5613 | | |
5622 | 5614 | | |
| |||
5629 | 5621 | | |
5630 | 5622 | | |
5631 | 5623 | | |
5632 | | - | |
| 5624 | + | |
5633 | 5625 | | |
5634 | 5626 | | |
5635 | 5627 | | |
| |||
0 commit comments