Skip to content

Releases: Eddy3D-Dev/OpenFOAM-Residuals

v0.2.0 - UV Migration and Refactoring

02 Dec 21:27

Choose a tag to compare

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

Release to pip

09 Jul 21:56

Choose a tag to compare

Full Changelog: 0.0.1...0.1.0