mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-09-09 04:00:52 +00:00
- Remove thinc direct constraint from nlp-spacy in pyproject.toml and update README/CHANGELOG - Raise ProcessingError with install hint when UMAP is requested but unavailable in EmbeddingVisualizer - Guard PCA and TSNE dimensionality reducers against None with actionable error messages - Prevent keyword collisions in EmbeddingVisualizer dimensionality reduction (_reduce_dimensions) - Add core-only install & test step to .github/workflows/ci.yml using base-deps.txt - Prevent AttributeError on module load in repo_ingestor.py and xml_ingestor.py when optional dependencies are absent - Make TOML loading in tests/test_issue_1513_slim_core.py portable across Python versions via UTF-8 text decode and loads - Expand slim-core test suite to 17 test cases covering 2D/3D projections, core imports, and options handling