Skip to content

Releases: codellm-devkit/python-sdk

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 24 May 22:19
57248f2
Prepare version 1.0.2 release

Signed-off-by: Rahul Krishna <i.m.ralk@gmail.com>

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 07 May 15:04
e4ea5f5
  • no changes

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 29 Apr 17:41
5f669b5

✨ Release

  • Update releases and readme

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 13 Mar 12:50
0f5b19b

🐛 Fixes

  • Update get_all_docstrings to return dict

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 22 Feb 00:08
e3a5fc3

🚀 Features

  • Issue 79 support C
  • Issue 98: CLDK now supports getting crud operations from Java JPA applications
  • Address Feature Request Issue 114: Update APIs to match codeanalyzer 2.3.0

🐛 Fixes

  • Update get entrypoint classes and methods
  • removed unused parameter issue #104
  • Fix issue 105: Removed unused parameter issue #105
  • removing the line that was causing the issue
  • Fix Issue 104: Tests are failing upon migration to codeanalyzer v2.1.0+
  • Fix issue 108: Unnecessary dependency on clang/llvm for non c/cpp analysis

♻️ Refactoring

  • Update get entrypoint classes and methods
  • removed unused parameter issue #104
  • Address Issues 99-100: Remove CodeQL and refactor Treesitter
  • Address Feature Request Issue 114: Update APIs to match codeanalyzer 2.3.0

⚡️ Performance Improvements

  • Update get entrypoint classes and methods
  • Add Dev Container support that installs Python 3.11, Java 11.0.25-sem, Maven, LLVM (for C), and Rust.

📚 Documentation

  • CLDK documentation
  • Update README.md to include discord
  • Revamp documentation page!
  • Update repo links

🚦 Tests

  • Created test cases to bring JCodeAnalyzer, JavaAnalysis, and JavaSitter to 90% test coverage
  • Added test cases for PythonSitter and Python Analysis
  • Fix issue 108: Unnecessary dependency on clang/llvm for non c/cpp analysis

🛠 Other Updates

  • Downstream changes from main to c-cpp branch
  • Add Dev Container support that installs Python 3.11, Java 11.0.25-sem, Maven, LLVM (for C), and Rust.

🚨 Breaking Changes

  • Update get entrypoint classes and methods
  • Address Issues 99-100: Remove CodeQL and refactor Treesitter

CLDK v0.4.0

Choose a tag to compare

@rahlk rahlk released this 13 Nov 20:08
9730268

What's Changed

  • Update poetry build rules to include codeanalyzer-*.jar and add a tes… by @rahlk in #66
  • Fix issue 67 by @rahlk in #68

Full Changelog: v0.3.0...v0.4.0

CLDK v0.3.0

Choose a tag to compare

@rahlk rahlk released this 12 Nov 20:26
1315c1d

What's Changed

Full Changelog: v0.2.0...v0.3.0

CLDK v0.1.4

Choose a tag to compare

@rahlk rahlk released this 21 Oct 19:52
b88ead0

Full Changelog: v0.1.3...v0.1.4

CLDK v0.1.3

Choose a tag to compare

@rahlk rahlk released this 21 Oct 16:12
e567b5c

Full Changelog: v0.1.2...v0.1.3

CLDK v0.1.2

Choose a tag to compare

@rangeetpan rangeetpan released this 17 Oct 21:41

Full Changelog: 0.1.0-dev...v0.1.2
Treesitter problem fix