DeepFlow Versioning Rules
Created:2024-11-05 Last Modified:2024-11-05
This document was translated by ChatGPT
#1. Version Naming
DeepFlow adheres to the Semantic Versioning (opens new window) method for version naming. The version number format is X.Y.Z
, where X
stands for Major Version, Y
represents Minor Version, and Z
is the Patch Version.
#2. Iteration Cycle
- The major version number X changes approximately every
two years
- The minor version number Y changes approximately every
four months
- The patch version number Z changes approximately every
two weeks
#3. Version Maintenance Time
- The largest
Z
version in eachX.Y
version is the long-term support (LTS, Long-Term Support) version - After each
X.Y.Z
version is released, allX.Y.0
-X.Y.{Z-1}
versions are no longer maintained or updated