Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 27 Jul 15:39
08ab971

Install codeanalyzer-python v1.1.0

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.1.0

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

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

Download

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

What's Changed

🛠 Other Changes

  • feat(dataflow): vendored typed_ast-free scalpel as the default L4 oracle by @rahlk in #111

Full Changelog: v1.0.3...v1.1.0