Skip to content

Release v1.4.4

Latest

Choose a tag to compare

@ad3002 ad3002 released this 18 Jun 08:53

Release v1.4.4

New Features & Improvements

  • Fix segmentation fault issues
  • Remove references to obsolete .pos.bin file in API documentation
  • Refactor tests and add new validation and conversion functionalities
  • Refactor code structure for improved readability and maintainability
  • Make cli.py executable
  • Cleanup: remove unused patches and add 'obj' to .gitignore

Bug Fixes

  • Critical: Fixed cibuildwheel compatibility by adding proper ext_modules definition
  • Fixed critical segmentation fault that could occur during processing
  • Improved stability and error handling

Documentation

  • Updated API documentation to remove obsolete file references
  • Enhanced code readability and maintainability

Build System

  • Fixed wheel building for cross-platform distribution via cibuildwheel
  • Improved binary extension compilation and packaging