Skip to content

Tags: codellm-devkit/python-sdk

Tags

v1.2.0

Toggle v1.2.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
docs: add a prominent 'Cited By' section to the README

Lists the 9 papers citing 'Codellm-Devkit: A Framework for Contextualizing Code
LLMs with Program Analysis Insights' (arXiv:2410.13007), compiled from Semantic
Scholar / OpenAlex citation data, with a TOC entry near the top.

v1.1.3

Toggle v1.1.3's commit message

Verified

This commit was signed with the committer’s verified signature.
rahlk Rahul Krishna
Prepare for v1.1.3

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

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was signed with the committer’s verified signature.
rahlk Rahul Krishna
Merge branch 'main' of github.com:codellm-devkit/python-sdk

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #152 from codellm-devkit/137-feature-request-featu…

…re-parity-between-java-and-python-analysis

Python analysis parity with Java (codeanalyzer-python backend)

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
rahlk Rahul Krishna
refactor: drop CLDK-side analysis cache, rely on codeanalyzer-python

Remove the content-addressed two-tier cache (cache.py) and CLDK's own
analysis.json read/write. codeanalyzer-python already caches the
virtualenv, CodeQL database, and analysis result under its cache_dir
with checksum-based invalidation, so the CLDK layer was a redundant
second cache that also caused unbounded ~/.cldk growth and coupled the
CodeQL DB to a dependency-hash key. cache_dir/analysis_json_path are now
forwarded verbatim to the backend (None -> backend defaults to
<project>/.codeanalyzer); eager maps to rebuild_analysis.

v1.0.6

Toggle v1.0.6's commit message

Verified

This tag was signed with the committer’s verified signature.
rahlk Rahul Krishna
Update callsite argument expression

v1.0.5

Toggle v1.0.5's commit message

Unverified

The email in this signature doesn’t match the committer email.
Fix issue #135

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was signed with the committer’s verified signature.
rahlk Rahul Krishna
Prepare for a patch release v1.0.4

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

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was signed with the committer’s verified signature.
rahlk Rahul Krishna
Prepare patch for release

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was signed with the committer’s verified signature.
rahlk Rahul Krishna
Prepare version 1.0.2 release

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