| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| PDL_0.9.2_universal.app.tar.gz | 2025-12-11 | 10.7 MB | |
| PDL_0.9.2_universal.dmg | 2025-12-11 | 10.7 MB | |
| PDL_0.9.2_amd64.AppImage | 2025-12-11 | 83.8 MB | |
| PDL-0.9.2-1.x86_64.rpm | 2025-12-11 | 6.5 MB | |
| PDL_0.9.2_amd64.deb | 2025-12-11 | 6.5 MB | |
| README.md | 2025-12-11 | 1.4 kB | |
| Version 0.9.2 source code.tar.gz | 2025-12-11 | 4.8 MB | |
| Version 0.9.2 source code.zip | 2025-12-11 | 5.2 MB | |
| Totals: 8 Items | 128.3 MB | 0 | |
New Features
The main new feature is:
sequenceblock that corresponds the a general version oftext,lastOfm andarray.
The sequence block expect a list a PDL blocks that and executed in sequence and whose results are combine following the provided join specification. For example, an array can be created as follow:
sequence:
- Hello
- model: ollama/granite4
join:
as: array
What's Changed
- chore: fix typos by @afuetterer in https://github.com/IBM/prompt-declaration-language/pull/1363
- feat: add stdlib.bool_confidence function by @mandel in https://github.com/IBM/prompt-declaration-language/pull/1368
- Stdlib llm_as_judge changes to accept parameters by @vazirim in https://github.com/IBM/prompt-declaration-language/pull/1370
- tests: CI do not test with Python 3.13 to reduce load by @mandel in https://github.com/IBM/prompt-declaration-language/pull/1385
- feat: new
sequenceblock by @mandel in https://github.com/IBM/prompt-declaration-language/pull/1383 - Fix for eventloop in AutoPDL optimizer by @vazirim in https://github.com/IBM/prompt-declaration-language/pull/1390
New Contributors
- @afuetterer made their first contribution in https://github.com/IBM/prompt-declaration-language/pull/1363
Full Changelog: https://github.com/IBM/prompt-declaration-language/compare/v0.9.1...v0.9.2