Releases: unoplat/unoplat-code-confluence
Releases · unoplat/unoplat-code-confluence
v0.5.0
0.5.0 (2024-07-12)
Features
- enhanced dspy pipeline for function summary reducing token usage and latency (bd094c2)
v0.4.0
0.4.0 (2024-07-11)
Features
- externalised llm provider config and enabled support for anthropic, anyscale, together and openai (30aa226)
v0.3.0
0.3.0 (2024-07-10)
Features
- add better logging at function,class,package level (43c2189)
Bug Fixes
- bug where huge classes used to fail as comprehension will not happen. improved function dspy pipeline. switched to experimental true for better performance of chat models. (6b84f2e)
v0.2.4
0.2.4 (2024-07-08)
Bug Fixes
- added markdown summary (fbbc9f8)
- codebase objective first and summary second and removing unwanted files (f8664a0)
- markdown formatting issues (6cd1cf0)
- markdown summary (2108771)
v0.2.3
0.2.3 (2024-07-04)
Bug Fixes
v0.2.2
0.2.2 (2024-07-04)
Bug Fixes
- pipx installable structure and fix loading api tokens (right now only openai) from json (f903b52)
v0.2.1
0.2.1 (2024-07-02)
Bug Fixes
- added poetry tool script to work with pipx (77a9d7f)
- markdown headers (c9b1ee4)
- python structure (9f17650)
v0.2.0
0.2.0 (2024-07-02)
Features
- add doc (7510bab)
- added dspy typed signature and predictor for function level summary (6face17)
- added output (4accaf6)
- fix and enhance models for chapi and for dspy (07658b2)
- fixed iterating over codebases (84f3aa7)
- updated documentation (086d684)
Bug Fixes