Skip to content

1.6.7

Choose a tag to compare

@oscarvalenzuelab oscarvalenzuelab released this 28 Oct 03:01
· 48 commits to main since this release
2aca829

Release Notes - Version 1.6.7 (2025-10-27)

Changed

  • License Detection Library Migration: Migrated from deprecated semantic-copycat-oslili to
    osslili
    • Updated dependency from semantic-copycat-oslili>=1.5.5 to osslili>=1.5.5
    • Renamed license detection module: oslili_subprocess.py → osslili_subprocess.py
    • Renamed detector class: OsliliSubprocessDetector → OssliliSubprocessDetector
    • Updated all function names, comments, and references to use "osslili" naming convention
    • Updated GitHub workflow to install osslili instead of the deprecated package
    • Updated documentation references to point to the new osslili repository

Technical

  • Maintained full backward compatibility for license detection functionality
  • CLI commands from oslili to osslili for consistency with new package naming
  • Updated all variable names and method references throughout the codebase
  • All extractors now reference "osslili" for detection method tracking

Dependencies

  • Breaking: Removed deprecated semantic-copycat-oslili dependency
  • Added: osslili>=1.5.5 (successor package with improved functionality)