gpo.zugaina.org

Search Portage & Overlays:

dev-python/outlines-core

Structured text generation core engine in Rust

Screenshots

  • outlines-core-0.2.14
    ~amd64
    test debug python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 debug

    View      Download      Browse     License: Apache-2.0 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD ISC CDLA-Permissive-2.0 MIT MPL-2.0 openssl Unicode-3.0 ZLIB   
    Overlay: stuff

ChangeLog

commit 6b671d2bef9aacf18b094c19a0e012162fe1aba8
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Aug 5 10:24:32 2026 +0200

dev-python/outlines-core: cap PYTHON_COMPAT at python3_14

The vendored pyo3-0.27.2 supports CPython only through 3.14 and this ebuild enables
no abi3 forward-compatibility, so a python3_15 target fails to build. Match the
sibling compiled-pyo3 packages, which also cap at 3.14.

commit 0b210dbf41027e87cbb11469fd140722bf62a5ac
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Aug 5 09:15:02 2026 +0200

dev-python/outlines-core: fix compat, tests and licenses in 0.2.14

commit 9c8ac7a49a5488a1b1ac24054ce4cde3ccda7c70
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Aug 4 22:11:26 2026 +0200

dev-python/outlines-core: enable offline tests in 0.2.14

commit a251afce8a7790b4fc342a271b2a982270ac06be
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed May 13 14:35:16 2026 +0200

dev-python/outlines-core: disable py3.11

commit 3236f4fe6d849a61a4095552dd8814b3f7535977
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sun May 10 09:06:53 2026 +0200

dev-python/outlines-core: PEP 503 canonical pypi HOMEPAGE

PyPI canonicalizes URLs via PEP 503 normalization, so /project/outlines_core/
permanently redirects to /project/outlines-core/. The metadata remote-id
already uses the hyphenated form; bring HOMEPAGE in line.

commit d7a95a3f7e82b737eea84d44e4cddcc205ad7f01
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu May 7 00:41:12 2026 +0200

dev-python/outlines-core: new package

Rust+pyo3+maturin core engine for structured text generation. Required
by dev-python/vllm. ~258 crate deps inlined per overlay's vendored
CRATES convention.