release: v0.2.7 with Snowflake connector, Arrow export, and benchmark suite

- Add Snowflake connector with multi-authentication support (PR #276)
- Add Apache Arrow export with explicit schemas (PR #273)
- Add comprehensive benchmark suite with regression CLI (PR #289)
- Update version to 0.2.7 across all files
- Update documentation and citations
- 44/44 tests passing, zero breaking changes
This commit is contained in:
KaifAhmad1
2026-02-09 12:55:23 +05:30
parent ae8cbcde68
commit affe3aa8bd
5 changed files with 23 additions and 65 deletions
+3 -2
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "semantica"
version = "0.2.6"
version = "0.2.7"
description = "🧠 Semantica - An Open Source Framework for building Semantic Layers and Knowledge Engineering"
readme = "README.md"
license = { text = "MIT" }
@@ -101,9 +101,10 @@ parse-docling = ["docling>=1.0.0"]
# ---- Database Connectors ----
db-snowflake = ["snowflake-connector-python>=3.0.0", "cryptography>=3.4.0"]
db-arrow = ["pyarrow>=10.0.0"]
db-all = [
"semantica[db-snowflake]"
"semantica[db-snowflake,db-arrow]"
]
# ---- Embedding / Models ----