Skip to content

v1.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Sep 20:22
· 1 commit to main since this release
0194937

Install codeanalyzer-python v1.4.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.4.0

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

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

Download

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

What's Changed

🛠 Other Changes

  • perf(dataflow): solve each function once instead of three times by @rahlk in #156
  • fix(neo4j)!: scope and gate every Bolt delete; an artifact's source is the whole file by @rahlk in #174

Full Changelog: v1.3.0...v1.4.0