Skip to content

Releases: unoplat/unoplat-code-confluence

v0.5.0

12 Jul 05:38
4911324
Compare
Choose a tag to compare

0.5.0 (2024-07-12)

Features

  • enhanced dspy pipeline for function summary reducing token usage and latency (bd094c2)

v0.4.0

11 Jul 06:49
e89f971
Compare
Choose a tag to compare

0.4.0 (2024-07-11)

Features

  • externalised llm provider config and enabled support for anthropic, anyscale, together and openai (30aa226)

v0.3.0

10 Jul 11:05
083b695
Compare
Choose a tag to compare

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

08 Jul 06:38
9944a41
Compare
Choose a tag to compare

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

04 Jul 09:15
88372ee
Compare
Choose a tag to compare

0.2.3 (2024-07-04)

Bug Fixes

v0.2.2

04 Jul 06:49
6781f64
Compare
Choose a tag to compare

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

02 Jul 13:29
79d4473
Compare
Choose a tag to compare

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

02 Jul 11:39
f3581f1
Compare
Choose a tag to compare

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