Skip to content

Commit 497bfab

Browse files
committed
added deprecation policy
1 parent ad74a73 commit 497bfab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,12 @@ You can register a converter for your op using the `NodeConverterRegistry` insid
324324
| [**py**](py) | Python API for Torch-TensorRT |
325325
| [**tests**](tests) | Unit tests for Torch-TensorRT |
326326

327+
## Deprecation Policy
328+
329+
Deprecation is used to inform developers that some APIs and tools are no longer recommended for use. Beginning with version 2.3, Torch-TensorRT has the following deprecation policy:
330+
331+
Deprecation notices are communicated in the Release Notes. Deprecated API functions will have a statement in the source documenting when they were deprecated. Deprecated methods and classes will issue deprecation warnings at runtime, if they are used. Torch-TensorRT provides a 6-month migration period after the deprecation. APIs and tools continue to work during the migration period. After the migration period ends, APIs and tools are removed in a manner consistent with semantic versioning.
332+
327333
## Contributing
328334

329335
Take a look at the [CONTRIBUTING.md](CONTRIBUTING.md)

0 commit comments

Comments
 (0)