GroupDocs.Comparison for Python via .NET 26.5 – Quick Overview

Hi everyone,

GroupDocs.Comparison for Python via .NET version 26.5.0 is now available on PyPI.

:link: Full release notes: GroupDocs.Comparison for Python via .NET 26.5 Release Notes
:package: PyPI: https://pypi.org/project/groupdocs-comparison-net/
:books: Docs: https://docs.groupdocs.com/comparison/python-net/

Highlights

  • Pure‑Python wrapper rebuild – public API fully introspectable.
  • AGENTS.md file shipped inside the wheel for AI‑coding assistants.
  • New groupdocs-comparison console script with compare, info, and list-formats subcommands.
  • Documentation restructured and new pages added, including Agents and LLM Integration.

Breaking changes (see release notes for migration details):

  • Enum values are now uppercase (e.g., ChangeType.ADD instead of ChangeType.Add).
  • PreviewOptions callbacks must follow the new signature; provide a release callback when required.
  • Private import paths for Color, License, Metered, and result types are deprecated – use the public top‑level imports.

Install:

pip install groupdocs-comparison-net==26.5.0

As always, feedback and bug reports are welcome in this category.

Best regards,
The GroupDocs Team