v2.0.0-rc.2
Pre-release
Pre-release
·
2 commits
to main
since this release
Install cldk v2.0.0-rc.2
PyPI (prerelease):
pip install --pre cldk==2.0.0rc2
With the read-only Neo4j backend:
pip install --pre 'cldk[neo4j]==2.0.0rc2'
Download
| File | Description |
|---|---|
| cldk-2.0.0rc2-py3-none-any.whl | Python wheel |
| cldk-2.0.0rc2.tar.gz | Source distribution |
What's Changed
✨ Features
- feat(python): leg 1 — Python facade onto codeanalyzer-python 1.4.0 by @rahlk in #322
- feat(python): leg 1.5 — bounded queries, addressing, and dataflow by @rahlk in #323
- feat(python): leg 1.6 — scope by can:// id prefix, retire _module, pin codeanalyzer-python 1.4.1 by @rahlk in #330
🐛 Fixes
- Omit None-code callables from Python get_method_bodies by @rahlk in #305
- Fix dead release test gate: use outcome, not conclusion by @rahlk in #306
- fix(java): retire source-mode witnesses and refuse a None cache dir (#328) by @rahlk in #329
- ci(release): point codeanalyzer-python at the uv-installed interpreter by @rahlk in #332
📚 Documentation
🛠 Other Changes
Full Changelog: v1.5.0...v2.0.0-rc.2