Skip to content

Release 1.3.17

Choose a tag to compare

@ad3002 ad3002 released this 14 Jun 15:32
· 56 commits to master since this release

Changes in v1.3.17

  • Added psutil>=5.8.0 as a required dependency
  • Fixed segmentation fault in k13 functionality tests (typo in function name)
  • Improved Makefile for better binary file packaging
  • Enhanced wheel build process for better compatibility
  • Fixed opечатка в test_aindex_functionality_k13.py (кириллическая 'м' -> латинская 'm')

Technical Details

  • All dependencies now properly declared in pyproject.toml and setup.py
  • Binary files correctly copied to aindex/bin/ directory during build
  • Improved error handling in C++ extension builds
  • Better cross-platform compatibility

Bug Fixes

  • Fixed ModuleNotFoundError for psutil in test files
  • Resolved segfault caused by incorrect function name in k13 tests
  • Corrected binary file inclusion in wheel packages

This release improves package installation reliability and fixes critical test failures.