Skip to content

v1.3.0 — Universal Installation

Choose a tag to compare

@tirth8205 tirth8205 released this 26 Feb 19:39
· 485 commits to main since this release

What's New

Added

  • Universal installation: now works with pip install code-review-graph[embeddings] on Python 3.10+
  • CLI entry point (code-review-graph command works after normal pip install)
  • Clear Python version check with helpful Docker fallback for older Python users
  • Improved README installation section with one-command + Docker option

Changed

  • Minimum Python requirement lowered from 3.11 → 3.10 (covers ~90% of users)

Fixed

  • Installation friction for most developers

Install

pip install code-review-graph==1.3.0

PyPI: https://pypi.org/project/code-review-graph/1.3.0/