Releases: codellm-devkit/python-sdk
Releases · codellm-devkit/python-sdk
v1.0.5
v1.0.4
Prepare for a patch release v1.0.4 Signed-off-by: Rahul Krishna <i.m.ralk@gmail.com>
v1.0.3
- no changes
v1.0.2
Prepare version 1.0.2 release Signed-off-by: Rahul Krishna <i.m.ralk@gmail.com>
v1.0.1
- no changes
v1.0.0
v0.5.1
v0.5.0
🚀 Features
- Issue 79 support C
- PR: #81
- Issue 98: CLDK now supports getting crud operations from Java JPA applications
- PR: #101
- Address Feature Request Issue 114: Update APIs to match codeanalyzer 2.3.0
- PR: #115
🐛 Fixes
- Update get entrypoint classes and methods
- PR: #85
- removed unused parameter issue #104
- PR: #106
- Fix issue 105: Removed unused parameter issue #105
- PR: #107
- removing the line that was causing the issue
- PR: #110
- Fix Issue 104: Tests are failing upon migration to
codeanalyzer
v2.1.0+- PR: #111
- Fix issue 108: Unnecessary dependency on clang/llvm for non c/cpp analysis
- PR: #112
♻️ Refactoring
- Update get entrypoint classes and methods
- PR: #85
- removed unused parameter issue #104
- PR: #106
- Address Issues 99-100: Remove CodeQL and refactor Treesitter
- PR: #113
- Address Feature Request Issue 114: Update APIs to match codeanalyzer 2.3.0
- PR: #115
⚡️ Performance Improvements
- Update get entrypoint classes and methods
- PR: #85
- Add Dev Container support that installs Python 3.11, Java 11.0.25-sem, Maven, LLVM (for C), and Rust.
- PR: #103
📚 Documentation
- CLDK documentation
- PR: #70
- Update README.md to include discord
- PR: #82
- Revamp documentation page!
- PR: #83
- Update repo links
- PR: #102
🚦 Tests
- Created test cases to bring JCodeAnalyzer, JavaAnalysis, and JavaSitter to 90% test coverage
- PR: #75
- Added test cases for PythonSitter and Python Analysis
- PR: #76
- Fix issue 108: Unnecessary dependency on clang/llvm for non c/cpp analysis
- PR: #112
🛠 Other Updates
- Downstream changes from main to c-cpp branch
- PR: #80
- Add Dev Container support that installs Python 3.11, Java 11.0.25-sem, Maven, LLVM (for C), and Rust.
- PR: #103
🚨 Breaking Changes
CLDK v0.4.0
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
What's Changed
- Add copyrights to IBM source files by @rofrano in #51
- fixing the error where ipdb import not found by @rangeetpan in #52
- Inject latest codeanalyzer.jar by @rofrano in #50
- Adding more support for code parsing by @rangeetpan in #53
- Reads slim JSON from codeanalyzer v2.0.0. by @rahlk in #59
- Testcase fix up at 58% by @rofrano in #62
- Remove all language skeletons. by @rahlk in #64
Full Changelog: v0.2.0...v0.3.0