Skip to content

Enum: SoftwareMaturityLevel

General software maturity assessment levels

URI: valuesets:SoftwareMaturityLevel

Permissible Values

Value Meaning Description
ALPHA None Early development stage with basic functionality, may be unstable
BETA None Feature-complete but may contain bugs, ready for testing
RELEASE_CANDIDATE None Stable version ready for final testing before release
STABLE None Production-ready with proven stability and reliability
MATURE None Well-established with extensive usage and proven track record
LEGACY None Older version still in use but no longer actively developed
DEPRECATED None No longer recommended for use, superseded by newer versions
OBSOLETE None No longer supported or maintained

Slots

Name Description
software_maturity_level General software maturity assessment levels

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: SoftwareMaturityLevel
description: General software maturity assessment levels
title: Software Maturity Level
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  ALPHA:
    text: ALPHA
    description: Early development stage with basic functionality, may be unstable
    title: Alpha
  BETA:
    text: BETA
    description: Feature-complete but may contain bugs, ready for testing
    title: Beta
  RELEASE_CANDIDATE:
    text: RELEASE_CANDIDATE
    description: Stable version ready for final testing before release
    title: Release Candidate
  STABLE:
    text: STABLE
    description: Production-ready with proven stability and reliability
    title: Stable
  MATURE:
    text: MATURE
    description: Well-established with extensive usage and proven track record
    title: Mature
  LEGACY:
    text: LEGACY
    description: Older version still in use but no longer actively developed
    title: Legacy
  DEPRECATED:
    text: DEPRECATED
    description: No longer recommended for use, superseded by newer versions
    title: Deprecated
  OBSOLETE:
    text: OBSOLETE
    description: No longer supported or maintained
    title: Obsolete