Changelog¶
Unreleased¶
Merged pull requests:
- Optimize slow code patterns in text processing and data loading #52 (Copilot)
- Bump actions/checkout from 5 to 6 #51 (dependabot[bot])
- Add graph creation and visualization for corpus relationships #50 (Copilot)
- Feature/fix filter 1 #48 (dermatologist)
- Feature/parallel 1 #47 (dermatologist)
- Add subcommand support, unquoted syntax, and color formatting to --print option #46 (Copilot)
- Update README and add TDABM documentation for multidimensional data v… #44 (dermatologist)
- Implement TDABM \(Topological Data Analysis Ball Mapper\) for multidimensional data visualization #43 (Copilot)
- Update deps #41 (dermatologist)
- Replace sample CSV with dynamically created temporary CSV for data pr… #40 (dermatologist)
- Add LDA Visualization with pyLDAvis, Coherence and Perplexity Metrics #39 (Copilot)
- Add tqdm progress bars for long-running functions #37 (Copilot)
- Add LSTM text classification method to test convergence between text and outcome variables #35 (Copilot)
- Add semantic search based on document list for literature reviews #33 (Copilot)
- Add semantic chunk search for document coding and annotation #31 (Copilot)
- Bump astral-sh/setup-uv from 6 to 7 #29 (dependabot[bot])
- Add semantic search with ChromaDB and metadata export functionality #28 (Copilot)
- Add AGENTS.md file with comprehensive instructions for LLM agents #26 (Copilot)
- Update pytest.yml to support multiple OS and extend timeout; revise D… #25 (dermatologist)
- Feature/fix ml output 1 #24 (dermatologist)
- Feature/demo 1 #23 (dermatologist)
- Feature/copilot mcp fix 1 #22 (dermatologist)
- Add Linear and Logistic Regression Support to ML Module #19 (Copilot)
- Feature/vibe 1 #17 (dermatologist)
- Feature/utils 1 #16 (dermatologist)
- Feature/document meta 1 #15 (dermatologist)
- Feature/cli 1 #14 (dermatologist)
- Implement comprehensive CLI interface and documentation for CRISP-T framework #13 (Copilot)
- Feature/visualize 1 #11 (dermatologist)
- Feature/model 2 #10 (dermatologist)
- Update GitHub Actions to use actions/checkout@v5 across all workflows #9 (dermatologist)
- Feature/uv 1 #8 (dermatologist)
- Feature/readme 1 #4 (dermatologist)
- Bump astral-sh/setup-uv from 5 to 6 #2 (dependabot[bot])
v1.2.0 (2025-11-08)¶
Implemented enhancements:
- Feature Request: Add a graph creation and visualization feature. #49
v1.1.1 (2025-10-28)¶
v1.1.0 (2025-10-28)¶
v1.0.0 (2025-10-26)¶
Implemented enhancements:
- Feature request: Improve the --print command with more options and better display. #45
v0.9.0 (2025-10-25)¶
Implemented enhancements:
- Feature Request: Implement Topological Data Analysis Ball Mapper \(TDABM\) #42
v0.8.0 (2025-10-22)¶
Implemented enhancements:
- Feature request: LDA output Visualization for text mining #38
v0.7.0 (2025-10-21)¶
Implemented enhancements:
- Feature request: Add a progress bar for long running functions. #36
v0.6.0 (2025-10-19)¶
Implemented enhancements:
- Feature request: Add LSTM method to ml.py. #34
v0.5.0 (2025-10-18)¶
Closed issues:
- Feature request: Semantic Search based on a list of documents #32
v0.4.0 (2025-10-15)¶
Closed issues:
- Feature request: Semantic Search for a concept within a document #30
v0.3.0 (2025-10-12)¶
Implemented enhancements:
- Feature request: Semantic Search with chromadb and metadata export as dataframe #27
v0.2.0 (2025-10-10)¶
v0.1.0 (2025-10-10)¶
Implemented enhancements:
- Feature Request: Create an MCP server #20
- Feature request: Add Linear and Logistic regression #18
- Feature: Command line interface and Documentation. #12
* This Changelog was automatically generated by github_changelog_generator