Skip to content

Dev#127

Merged
zTgx merged 2 commits intomainfrom
dev
Apr 29, 2026
Merged

Dev#127
zTgx merged 2 commits intomainfrom
dev

Conversation

@zTgx
Copy link
Copy Markdown
Member

@zTgx zTgx commented Apr 29, 2026

Summary

Changes

Checklist

  • Code compiles (cargo build)
  • Tests pass (cargo test --lib --all-features)
  • No new clippy warnings (cargo clippy --all-features)
  • Public APIs have documentation comments
  • Python bindings updated (if Rust API changed)

Notes

zTgx added 2 commits April 29, 2026 18:12
- Add abi3-py311 feature to pyo3 dependency in Cargo.toml to enable
  Python 3.11 compatibility
- Update pyproject.toml to include pyo3/abi3-py311 feature flag
- Replace custom VectorlessError implementation with pyo3's
  create_exception! macro for simpler error handling
- Simplify error conversion logic in error.rs by removing manual
  exception class implementation
- Update workspace package version from 0.1.14 to 0.1.15
- Add release notes for version 0.15 in HISTORY.md
- Enable PyO3 abi3 for cross-version Python compatibility
- Simplify exception handling by using PyRuntimeError instead of custom VectorlessError
- Remove unnecessary error module registration
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 29, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
vectorless Ready Ready Preview, Comment Apr 29, 2026 10:28am

@zTgx zTgx merged commit b1da169 into main Apr 29, 2026
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant