Skip to content

v1.5.3

Choose a tag to compare

@github-actions github-actions released this 14 Sep 21:02
· 3 commits to main since this release
0ad5df1

Install codeanalyzer-python v1.5.3

Shell script (installs the canpy CLI via uv / pipx / pip):

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/codellm-devkit/codeanalyzer-python/releases/latest/download/canpy-installer.sh | sh

PyPI:

pip install codeanalyzer-python==1.5.3

For the optional live Neo4j push (--emit neo4j --neo4j-uri ...):

pip install 'codeanalyzer-python[neo4j]==1.5.3'

Download

File Description
codeanalyzer_python-1.5.3-py3-none-any.whl Python wheel
codeanalyzer_python-1.5.3.tar.gz Source distribution
canpy-installer.sh Shell installer (uv / pipx / pip)
schema.json Neo4j schema contract

What's Changed

🛠 Other Changes

  • fix(artifacts): the run's own output is not an input (#207) by @rahlk in #216
  • fix(schema): one body node per call site, even when two share a start position (#215) by @rahlk in #217

Full Changelog: v1.5.2...v1.5.3