Skip to content

v0.2.0 - UV Migration and Refactoring

Latest

Choose a tag to compare

@kastnerp kastnerp released this 02 Dec 21:27

What's Changed

🚀 Major Improvements

  • **Migrated to ** for modern dependency management
  • Refactored codebase to remove circular dependencies
  • **Created ** module for shared utility functions
  • Enhanced README with comprehensive installation and usage instructions

🧹 Cleanup

  • Removed legacy
  • Removed unused and directories
  • Applied linting and formatting across all code

✅ Testing

  • All tests passing on Python 3.8-3.13
  • Updated CI badge to reflect comprehensive test coverage

📦 Installation

Now using for dependency management:

curl -LsSf https://astral.sh/uv/install.sh | sh
uv sync

Full Changelog: 0.1.0...v0.2.0