Hi everyone,
GroupDocs.Comparison for Python via .NET version 26.5.0 is now available on PyPI.
Full release notes: GroupDocs.Comparison for Python via .NET 26.5 Release Notes
PyPI: https://pypi.org/project/groupdocs-comparison-net/
Docs: https://docs.groupdocs.com/comparison/python-net/
Highlights
- Pure‑Python wrapper rebuild – public API fully introspectable.
AGENTS.mdfile shipped inside the wheel for AI‑coding assistants.- New
groupdocs-comparisonconsole script withcompare,info, andlist-formatssubcommands. - 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.ADDinstead ofChangeType.Add). PreviewOptionscallbacks 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