Complete v6.9.14 precision modules

This commit is contained in:
732642856
2026-06-13 16:18:37 +08:00
parent 3f355de1db
commit 33fd7e07fa
21 changed files with 717 additions and 161 deletions
+2 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "jyotish-vedic-astrology"
version = "6.9.12"
version = "6.9.14"
description = "Comprehensive Jyotish (Vedic Astrology) calculation engine with AI-ready APIs"
readme = "README.md"
license = "MIT"
@@ -71,6 +71,7 @@ addopts = "-q --strict-markers --strict-config"
markers = [
"slow: long-running validation tests",
"external: tests that depend on optional external datasets or tools",
"precision: precision benchmark and calibration tests",
]
[tool.coverage.run]