v2.0.0-rc.3
Pre-release
Pre-release
·
2 commits
to main
since this release
Install cldk v2.0.0-rc.3
PyPI:
pip install --pre cldk==2.0.0rc3
With the read-only Neo4j backend:
pip install --pre 'cldk[neo4j]==2.0.0rc3'
Download
| File | Description |
|---|---|
| cldk-2.0.0rc3-py3-none-any.whl | Python wheel |
| cldk-2.0.0rc3.tar.gz | Source distribution |
What's Changed
🛠 Other Changes
- docs: spec leg 2.5 — TypeScript to Python's leg-1.6 maturity by @rahlk in #334
- ci(release): bundle the pinned codeanalyzer-java jar, not releases/latest by @rahlk in #337
- docs: spec leg 3 — Java to Python's leg-1.6 maturity by @rahlk in #338
- feat(typescript): leg 2.5a — TypeScript on codeanalyzer-typescript 1.2.0's schema v2 by @rahlk in #342
- feat(typescript): leg 2.5b — the query surface for TypeScript on codeanalyzer-typescript 1.3.0 by @rahlk in #357
- feat(java): leg 3b — the query surface for Java, addressing through interprocedural flow by @rahlk in #358
- fix(neo4j): scope the reachability walk's last node, and stop scoping every hop twice by @rahlk in #364
- feat(java): take up codeanalyzer-java 3.0.3, and one spelling per test variable by @rahlk in #365
- fix(python): a per-callable graph must contain its self-loops by @rahlk in #353
- feat(java): the six deferred v1 accessors answer, on both backends by @rahlk in #367
- ci(release): build the release body from install + assets, not the changelog by @rahlk in #348
- feat(typescript): take up codeanalyzer-typescript 1.5.0 — bindings, UTF-8 spans, per-facet ids by @rahlk in #370
- feat(java): take up codeanalyzer-java 3.1.0 — config-read tiers and the entrypoint report by @rahlk in #371
- chore(release): 2.0.0-rc.3 by @rahlk in #372
- test(java): establish "no build tool on PATH" instead of assuming it by @rahlk in #373
Full Changelog: v2.0.0-rc.2...v2.0.0-rc.3