DeepFlow Versioning Rules

Created:2024-11-05 Last Modified:2024-11-05

This document was translated by ChatGPT

#1. Version Naming

DeepFlow follows the Semantic Versioning (opens new window) naming convention, with the version number format X.Y.Z, where X is the Major Version, Y is the 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 Period

  • The largest Z version within each X.Y release is designated as a Long-Term Support (LTS) version.
  • After the release of each X.Y.Z version, all versions from X.Y.0 to X.Y.{Z-1} will no longer be maintained or updated.