[PR #9] [MERGED] Add image manipulation example #12

Closed
opened 2026-02-15 18:16:08 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/kork/pull/9
Author: @eyurtsev
Created: 5/12/2023
Status: Merged
Merged: 5/12/2023
Merged by: @eyurtsev

Base: mainHead: eugene/add_image_manipulation_2


📝 Commits (4)

📊 Changes

5 files changed (+810 additions, -49 deletions)

View changed files

docs/source/examples/image_manipulation.ipynb (+678 -0)
📝 docs/source/index.md (+1 -0)
📝 kork/ast.py (+4 -4)
📝 kork/ast_printer.py (+56 -32)
📝 kork/display.py (+71 -13)

📄 Description

  • Add pretty print to ast
  • Add some more pretty display logic
  • Add notebook with an example for image manipulation

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/kork/pull/9 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 5/12/2023 **Status:** ✅ Merged **Merged:** 5/12/2023 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/add_image_manipulation_2` --- ### 📝 Commits (4) - [`af04dcc`](https://github.com/langchain-ai/kork/commit/af04dcc50c2c74ee9825cf621482d3accfa0b2f4) Update - [`cf09e48`](https://github.com/langchain-ai/kork/commit/cf09e481b4f40152058f7225f6a2bb63e8fde5ea) x - [`38b1fb4`](https://github.com/langchain-ai/kork/commit/38b1fb41f4e653b78490aefd447030aae38d47a1) Update - [`c744bb1`](https://github.com/langchain-ai/kork/commit/c744bb16420bfc4fa966f175865ac7684ba528e4) x ### 📊 Changes **5 files changed** (+810 additions, -49 deletions) <details> <summary>View changed files</summary> ➕ `docs/source/examples/image_manipulation.ipynb` (+678 -0) 📝 `docs/source/index.md` (+1 -0) 📝 `kork/ast.py` (+4 -4) 📝 `kork/ast_printer.py` (+56 -32) 📝 `kork/display.py` (+71 -13) </details> ### 📄 Description * Add pretty print to ast * Add some more pretty display logic * Add notebook with an example for image manipulation --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 18:16:08 -05:00
yindo closed this issue 2026-02-15 18:16:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/kork#12