Skip to content

v0.1.0

Latest

Choose a tag to compare

@rosmur rosmur released this 24 Jun 01:11
· 77 commits to main since this release

Initial Release

0.1.0 - 2025-04-09

Initial release of cpkmetrics, a featherweight Python library for calculating process capability metrics.

Added

  • Core process capability calculation functionality with zero dependencies, computing the following metrics:
    • Cp (Process Capability)
    • Cpk (Process Capability Index, adjusted for mean shift)
    • Cpu (Upper Process Capability Index)
    • Cpl (Lower Process Capability Index)
    • Cpa (Process Accuracy)
    • Process Sigma Level
    • Cpk and Cpa Ratings
  • Examples for:
    • Basic usage with numeric inputs
    • Accessing results through output attributes and dictionaries
    • Dataframe compatibility (and by extension CSVs)
  • Comprehensive docstrings and documentation
  • Full test coverage
  • Type hints with mypy validation
  • Code quality enforced through ruff
  • Modern toolchain with pyproject.toml and uv support