Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 942 Bytes

CHANGELOG.md

File metadata and controls

25 lines (18 loc) · 942 Bytes

Changelog

[0.2.14] - 2024-03-24

Changed

  • Modified Idiom model to make etymology and source fields optional
  • Enhanced add_idioms method to accept structured idiom dictionaries and validate duplicates
  • Improved test coverage for idiom addition and greedy matching functionality

[0.2.13] - 2024-03-24

Fixed

  • Fixed ModuleNotFoundError for _models package by updating setuptools configuration to automatically discover all packages

[0.2.12] - 2024-03-24

Added

  • Added structured Idiom model with etymology, senses, and examples
    • Added Sense model for representing idiom definitions and usage examples
    • Added source URL tracking for each idiom
  • Added new dev dependencies: pydantic, pyyaml, openai, pandas, python-dotenv, requests

Changed

  • Reorganized scripts directory structure (moved readme scripts to dedicated folder)
  • Migrated idiom storage to YAML format with full linguistic information