8000 Releases · khive-ai/lionagi · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: khive-ai/lionagi

v0.12.2

14 May 21:05
fa56db2
Compare
Choose a tag to compare

Removed

  • dev related reports, tools, codes, gitignore....etc
  • added khive dependency

Included

@Alina-Luo to project authors in readme and pyproject.

What's Changed

Full Changelog: v0.12.1...v0.12.2

v0.12.1

14 May 16:37
2fabc78
Compare
Choose a tag to compare

Changed

using provider pydantic models from khive

What's Changed

  • Potential fix for code scanning alert no. 4: Workflow does not contain permissions by @ohdearquant in #641
  • Potential fix for code scanning alert no. 1: Workflow does not contain permissions by @ohdearquant in #642
  • Feat/migrate endpoint system by @ohdearquant in #643
  • Add coverage configuration and pytest-cov dependency for improved tes… by @ohdearquant in #644

Full Changelog: v0.12.0...v0.12.1

v0.12.0

14 May 04:01
92e1128
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.12.0

v0.11.0

01 May 23:41
c9f13f1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.7...v0.11.0

v0.10.7

22 Apr 07:53
86ae914
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.6...v0.10.7

v0.10.6

05 Apr 20:30
2aec2a4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.5...v0.10.6

v0.10.5

29 Mar 04:13
7a4420d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.4...v0.10.5

v0.10.4

29 Mar 03:45
5c1bef2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.3...v0.10.4

v0.10.3

27 Mar 17:42
2237d84
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.2...v0.10.3

v0.10.2

24 Mar 23:42
bb81d4c
Compare
Choose a tag to compare

Release 0.10.2 - March 24, 2025

We are excited to announce the release of version 0.10.2. This release brings new functionality for media processing, significant refactorings for improved maintainability, and streamlined import paths across the codebase.


New Features

  • Image and PDF Processing Utilities:
    • Introduced read_image_to_base64 for converting images to Base64 format.
    • Added pdf_to_images to convert PDF files into images, one per page.
  • Enhanced Dependency Management:
    • Implemented the check_import utility that attempts to install missing packages automatically, improving the developer experience.

Refactorings and Improvements

  • Fields Module Restructuring:
    • Moved and consolidated field definitions (e.g., Source, File, Reason) into a dedicated lionagi/fields package.
    • Updated all import paths to remove the deprecated libs prefix, ensuring a more organized project structure.
  • Utilities Module Consolidation:
    • Centralized common utility functions (e.g., check_import, import_module, install_import) into lionagi/utils.py.
  • Code Cleanup:
    • Removed deprecated parameters and unused imports in several modules.
    • Streamlined type definitions in _types.py for enhanced clarity and consistency.

Version Bump

  • The version number has been updated from 0.10.1 to 0.10.2 in version.py, pyproject.toml, and uv.lock.

What's Changed

Full Changelog: v0.10.1...v0.10.2

0