Skip to content

v0.2.3 - PyPI Discoverability & Documentation Standards

Latest

Choose a tag to compare

@devilsfave devilsfave released this 10 Mar 11:01
· 1 commit to main since this release

This release focuses on optimizing DagPipe's presence on PyPI and standardizing the documentation syntax to ensure a professional, technical presentation.

Enhancements
PyPI Discoverability: Optimized the project description and added specialized classifiers (Scientific/Engineering :: Artificial Intelligence) to improve search rankings and categorization on PyPI.
Documentation Refactor: Systematically replaced informal punctuation (em dashes) with standard structural delimiters (commas, colons, and semicolons) throughout the

README.md
for better readability.
Syncing Test Metrics: Updated documented test coverage from 108 to 132 passed tests to accurately reflect the current state of the battle-hardened core.

Maintenance
Synchronized version strings to 0.2.2 across the core package,

llms.txt
(agent primer),

server.json
, and the library source code (

src/dagpipe/
init
.py
).
Verified that all 132 tests pass with zero regressions.
Installation

bash
pip install dagpipe-core==0.2.2
View this release on PyPI