Release/v0.2.12#50
Merged
thomashebrard merged 28 commits intomainfrom Jun 3, 2025
Merged
Conversation
dev to release/v0.2.10
* fix/python3>=11 * f * fix makefile * gha * fix * test * e * a * ok * t * a * lint
* fix/tests-without-google cred * fix/Makefile-python-version * fix Makefile
### Features - Template preprocessor new token prefix `@?` for **optional insertion**: if the variable doesn't exist in the context, nothing is inserted (instead of raising an exception). ### Models - Added **Claude 4 Opus and Sonnet**, usable through the Anthropic SDK at Anthropic and Bedrock and usable with the Bedrock SDK. Includes a specific setting to reduce the max_tokens limit to avoid a timeout/streaming issue yet to be addressed later. - Added support for the **Grok 3** family through the OpenAI SDK. - Added support for **GPT4o image generation** through the OpenAI SDK, with the gpt-image-1 model. Available through PipeImgGen as an alternative to the Forest Lab (FAL) supported models. Currently saves local files, to be addressed. - Added latest gemini-2.5-pro ### Base Library - **Added Pipe:** extract_page_contents_and_views_from_pdf which not only grabs the text and linked images from PDF but also includes `page_view` images, i.e. pages rendered as images (very useful for using Vision down the line). This one used to be defined in the cookbook samples so, congrats on the promotion. ### Refactor - Improved **error handling** in several places regarding inference - Moved cogt tests into the tests/pipelex so they can share fixtures, currently used for imgg_handle (image generation handle) ### Fixes - Fixed integration of **Perplexity**, broken by recent changes ### Dependencies - Updated **instructor** to 1.8.3 - Dev: replaced pytest-pretty by **pytest-sugar** because pytest-pretty truncates test-case names just to make it fit into a pretty rich table. Function before fashion. ### 🔄 Type of Change - [x] 🐛 Bug fix - [X] ✨ New feature - [ ] 💥 Breaking change - [ ] 📚 Documentation update - [X] 🧹 Code refactor - [ ] ⚡ Performance improvement - [X] ✅ Test update ### 🧪 Tests - TestTemplatePreprocessor - TestImggByOpenAIGpt - TestImageGeneration - TestPipeImgg
* fix/python3>=11 (#24) * fix/python3>=11 * f * fix makefile * gha * fix * test * e * a * ok * t * a * lint * Fix/makefile python version (#30) * fix/tests-without-google cred * fix/Makefile-python-version * fix Makefile * Add inference models & template optional insertion (#32) ### Features - Template preprocessor new token prefix `@?` for **optional insertion**: if the variable doesn't exist in the context, nothing is inserted (instead of raising an exception). ### Models - Added **Claude 4 Opus and Sonnet**, usable through the Anthropic SDK at Anthropic and Bedrock and usable with the Bedrock SDK. Includes a specific setting to reduce the max_tokens limit to avoid a timeout/streaming issue yet to be addressed later. - Added support for the **Grok 3** family through the OpenAI SDK. - Added support for **GPT4o image generation** through the OpenAI SDK, with the gpt-image-1 model. Available through PipeImgGen as an alternative to the Forest Lab (FAL) supported models. Currently saves local files, to be addressed. - Added latest gemini-2.5-pro ### Base Library - **Added Pipe:** extract_page_contents_and_views_from_pdf which not only grabs the text and linked images from PDF but also includes `page_view` images, i.e. pages rendered as images (very useful for using Vision down the line). This one used to be defined in the cookbook samples so, congrats on the promotion. ### Refactor - Improved **error handling** in several places regarding inference - Moved cogt tests into the tests/pipelex so they can share fixtures, currently used for imgg_handle (image generation handle) ### Fixes - Fixed integration of **Perplexity**, broken by recent changes ### Dependencies - Updated **instructor** to 1.8.3 - Dev: replaced pytest-pretty by **pytest-sugar** because pytest-pretty truncates test-case names just to make it fit into a pretty rich table. Function before fashion. ### 🔄 Type of Change - [x] 🐛 Bug fix - [X] ✨ New feature - [ ] 💥 Breaking change - [ ] 📚 Documentation update - [X] 🧹 Code refactor - [ ] ⚡ Performance improvement - [X] ✅ Test update ### 🧪 Tests - TestTemplatePreprocessor - TestImggByOpenAIGpt - TestImageGeneration - TestPipeImgg --------- Co-authored-by: Louis Choquel <lchoquel@users.noreply.github.com>
- Moved “plugin” to the same level as “cogt” within **pipelex** for better visibility - Major cleanup in the unit tests: hierarchy largely flattened - Added **pytest-xdist** to run unit tests in parallel on multiple CPUs. Not yet integrated into the Makefile, so run it manually with `pytest -n auto` or `pytest -n auto -m "llm"` - Added `make test-quiet` (shorthand `tq`) to Makefile to run tests without capturing outputs (i.e. without pytest `-s` option) - Stopped using Fixtures for `pipe_router` and `content_generator`: we're now always getting the singleton from `pipelex.hub`
### 🔗 Related Issues ### 📝 Description - Rename plugins package and move its confg - Use constants and defaults via configs instead of code magic numbers ### 🔄 Type of Change - [ ] 🐛 Bug fix - [ ] ✨ New feature - [ ] 💥 Breaking change - [ ] 📚 Documentation update - [X] 🧹 Code refactor - [ ] ⚡ Performance improvement - [ ] ✅ Test update
* fix/python-3.10 * update strenum * add "3.10", iin gha * fix with backports * to pipelex.types * update kajson
# Conflicts: # CHANGELOG.md
- Add a specific config path that gets loaded right the all the previous ones. - Use it test `pipelex/pipelex_init.toml` via TestConfigManager - Fix pipelex/pipelex_init.toml`
### 📝 Description - Added mistral-small-3.1 and qwen3:8b - Fix template pre-processor: don't try and substitute a dollar numerical like $10 or @25 - Refactor with less "OpenAI" naming for non-openai stuff that just uses the OpenAI SDK ### 🔄 Type of Change - [X] 🐛 Bug fix - [X] ✨ New feature - [ ] 💥 Breaking change - [X] 📚 Documentation update - [X] 🧹 Code refactor - [ ] ⚡ Performance improvement - [X] ✅ Test update
* fix/pipelex-init * fix Makefile
### 📝 Description - rename Mission to Pipeline - enable to start a pipeline and let in run in the background, getting it's run id, but not waiting for the output - Makefile: avoid defaulting pytest to verbose. Setup target `make test-xdist` = Run unit tests with xdist, make it the default for shorthand `make t`. The old make t is now make tp (test-with-prints) ### 🔄 Type of Change - [ ] 🐛 Bug fix - [X] ✨ New feature - [ ] 💥 Breaking change - [ ] 📚 Documentation update - [X] 🧹 Code refactor - [ ] ⚡ Performance improvement - [ ] ✅ Test update
dev to release/v0.2.12
* fix/cli-init * update makefile * make cc * make lock * fix makefile
dev to release/v0.2.12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 Related Issues
📝 Description
[v0.2.12] - 2025-06-03
pipelex initinto 2 separate functions:pipelex init-librariesandpipelex init-configMakefile: avoid defaulting pytest to verbose. Setup targetmake test-xdist= Run unit tests withxdist, make it the default for shorthandmake t. The oldmake tis nowmake tp(test-with-prints)mistral-small-3.1andqwen3:8b🔄 Type of Change
🧪 Tests
📋 Checklist