dev to release/v0.2.10#31
Merged
thomashebrard merged 4 commits intorelease/v0.2.10from Jun 2, 2025
Merged
Conversation
* 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
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
🔄 Type of Change
🧪 Tests
📋 Checklist