-
Notifications
You must be signed in to change notification settings - Fork 615
DOC: Add core migration guide #774
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
Merged
seanpmorgan
merged 2 commits into
tensorflow:master
from
seanpmorgan:doc-core-migration
Dec 20, 2019
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Migration From TF-Addons To TensorFlow Core | ||
|
||
### In-Progress & Previous Migrations: | ||
https://github.com/tensorflow/addons/projects/2/ | ||
|
||
### Process | ||
1. Create an issue in TensorFlow Addons for a candidate that you think should be | ||
migrated. | ||
2. The SIG will evaluate the request and add it to the `Potential Candidates` section | ||
of our GitHub project. | ||
3. If it's agreed that a migration makes sense, an RFC needs to be written to discuss | ||
the move with a larger community audience. | ||
* Additions which subclass Keras APIs should submit their migration proposals to | ||
[Keras Governance](https://github.com/keras-team/governance) | ||
* Other additions should submit their migration proposals to | ||
[TensorFlow Community](https://github.com/tensorflow/community) | ||
4. If approved, a pull request must move the addition along with proper tests. | ||
5. After merging, the addition will be replaced with an alias to the core function | ||
if possible. | ||
6. If an alias is not possible (e.g. large parameter changes), then a deprecation | ||
warning will be added and eventual removed after 2 releases. | ||
|
||
|
||
### Criteria for Migration | ||
* The addition is widely used throughout the community | ||
* The addition is unlikely to have API changes as time progresses | ||
* The addition is well written / tested | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have any kind of telemetry?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#236 needs to be completed. We were/are waiting for adoption to pick up along with TF2 adoption:
https://pypistats.org/packages/tensorflow-addons