-
Notifications
You must be signed in to change notification settings - Fork 349
Soft-deprecate combine_with_last_data arg, setting it as not overwrite_existing_data
#4211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D75696517 |
d244a83 to
bad7154
Compare
|
This pull request was exported from Phabricator. Differential Revision: D75696517 |
bad7154 to
7e4b511
Compare
|
This pull request was exported from Phabricator. Differential Revision: D75696517 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D75696517 |
…te_existing_data` (facebook#4211) Summary: Pull Request resolved: facebook#4211 Diff contents: * Soft-deprecates `combine_with_last_data` arg in `Experiment.attach_data` signature, docs, and logic. * For all passthrough callsites, updates signature and docs. * Removes all direct specification of `combine_with_last_data=True/False`, ensuring that the same behavior remains after the change (i.e., `overwrite_existing_data is not combine_with_last_data`). Reviewed By: saitcakmak Differential Revision: D75696517
7e4b511 to
526e8b2
Compare
|
This pull request was exported from Phabricator. Differential Revision: D75696517 |
…te_existing_data` (facebook#4211) Summary: Diff contents: * Soft-deprecates `combine_with_last_data` arg in `Experiment.attach_data` signature, docs, and logic. * For all passthrough callsites, updates signature and docs. * Removes all direct specification of `combine_with_last_data=True/False`, ensuring that the same behavior remains after the change (i.e., `overwrite_existing_data is not combine_with_last_data`). Reviewed By: saitcakmak Differential Revision: D75696517
526e8b2 to
a6ed52f
Compare
|
This pull request was exported from Phabricator. Differential Revision: D75696517 |
…te_existing_data` (facebook#4211) Summary: Pull Request resolved: facebook#4211 Diff contents: * Soft-deprecates `combine_with_last_data` arg in `Experiment.attach_data` signature, docs, and logic. * For all passthrough callsites, updates signature and docs. * Removes all direct specification of `combine_with_last_data=True/False`, ensuring that the same behavior remains after the change (i.e., `overwrite_existing_data is not combine_with_last_data`). Reviewed By: saitcakmak Differential Revision: D75696517
a6ed52f to
002ad1c
Compare
|
This pull request was exported from Phabricator. Differential Revision: D75696517 |
…te_existing_data` (facebook#4211) Summary: Diff contents: * Soft-deprecates `combine_with_last_data` arg in `Experiment.attach_data` signature, docs, and logic. * For all passthrough callsites, updates signature and docs. * Removes all direct specification of `combine_with_last_data=True/False`, ensuring that the same behavior remains after the change (i.e., `overwrite_existing_data is not combine_with_last_data`). Reviewed By: saitcakmak Differential Revision: D75696517
002ad1c to
36deb7c
Compare
|
@bernardbeckerman has exported this pull request. If you are a Meta employee, you can view the originating Diff in D75696517. |
Summary:
Diff contents:
combine_with_last_dataarg inExperiment.attach_datasignature, docs, and logic.combine_with_last_data=True/False, ensuring that the same behavior remains after the change (i.e.,overwrite_existing_data is not combine_with_last_data).Reviewed By: saitcakmak
Differential Revision: D75696517