Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 914 Bytes

CHANGES.md

File metadata and controls

29 lines (21 loc) · 914 Bytes

Version 0.1.5 (2024-11-08)

  • Adding support for LLM-backed (decoder) search, e.g., via OpenAI, Anthropic, VLLM, Together

Version 0.1.4 (2024-09-04)

  • Add prefix search for typeahead/search bars (with optional trie-based search)
  • Enhanced sort order for _basic_search (search_by_label, search_by_definition)

Version 0.1.3 (2024-09-03)

  • Separate rapidfuzz dependency into optional [search] extra

Version 0.1.2 (2024-09-02)

  • Added JSON-LD serialization support
  • Adding shorthand namespace support (e.g., soli:R09...)
  • Fixed dc:description type conversion (Element -> str)

Version 0.1.1 (2024-09-01)

  • Fix nested f-string formatting issue with older Python versions

Version 0.1.0 (2024-09-01)

  • First release of the SOLI Python library.