Skip to content

Latest commit

 

History

History
213 lines (120 loc) · 10.4 KB

CHANGELOG.md

File metadata and controls

213 lines (120 loc) · 10.4 KB

Changelog

v0.12.1 (2024-10-22)

Fix

  • Also install extras for documentation build (50e97aa)

v0.12.0 (2024-10-22)

Feature

Documentation

  • sphinx: How to use scorer module (1ae50cd)

v0.11.6 (2024-09-26)

Fix

  • cd: Install all dependencies for autodoc (140c7cb)

Documentation

v0.11.5 (2024-09-26)

Fix

  • cd: Install only docs dependencies (d26748c)

v0.11.4 (2024-09-26)

Fix

  • poetry: Generate poetry lock (e0d9d7d)
  • poetry: Group doc generation dependencies (041e086)

Documentation

  • readme: Fix indentations of lists (b34314f)

v0.11.3 (2024-09-26)

Fix

  • ci: Upgrade poetry version (277171a)

Documentation

  • readme: Add copy code buttons in code cells (a35b732)
  • readme: Modify readme for better render (f09a639)

v0.11.2 (2024-09-25)

Fix

v0.11.1 (2024-09-24)

Fix

v0.11.0 (2024-09-24)

Feature

  • metrics: Add gpt support and change to default (7db90e9)
  • metrics: Add langchain powered metrics for retrieval and generation (d74efd3)

Fix

  • ci: Poetry install (86b8a85)
  • model: Add condition to not use gpt if no keys (5fd3372)

Documentation

  • appearance: Pimp the doc (0b31fc9)
  • project: Add documentation of the library (d69834f)

v0.10.1 (2024-06-27)

Fix

  • pyproject: Remove spacy language models too (176b291)

v0.10.0 (2024-06-27)

Feature

  • pyproject: Remove bleurt from dependencies, add it to readme (49ffac0)

v0.9.0 (2024-06-27)

Feature

  • cd: Add token pypi to poetry in cd (0879230)

v0.8.0 (2024-06-04)

Feature

  • Make publishing public to PyPI (64fbb80)

v0.7.2 (2023-12-08)

Fix

  • cd: Add password for private repo (c509d8a)
  • cd: Add username cred for private repo (6e02408)
  • pyproject: Re-add private repo to poetry (7360b4a)

v0.7.1 (2023-12-08)

Fix

  • cd: Update credentials for private repo (d2832a3)

v0.7.0 (2023-12-07)

Feature

  • project: Llama model can be now load from local, minor fix, improve doc (6064ffc)
  • project: Redesigned scorer, llm_metrics support lists as input, scorer test skipped (99932ea)
  • llm_metric: For each llm_metric, evaluation model can be passed as input (d01ca44)

Fix

  • llm_metrics: Unify default value for models (c467e28)

Documentation

  • language_metrics: Adjust doc for q_squared compute function (8fa7e97)

v0.6.0 (2023-10-26)

Feature

  • add_aspects: Add aspects to geval and gptscore small changes in arguments (d76676d)
  • scorer: Add scorer class support (c457d31)

v0.5.0 (2023-10-25)

Feature

  • llm_metrics: Refactor gptscore and add support for geval and selfcheck (980acdb)
  • gptscore: Revamp to make multiple predictions at once (ce999f8)
  • gptscore: Add gptscore support (09d2cba)

Fix

  • format: Run pylint and black (7986b7f)
  • pylint: Format code (4f44004)

v0.4.0 (2023-10-23)

Feature

  • language_metrics: Add q squared (329b7bd)

Fix

  • versions: Update versions of tensorflow back (a25acd7)

v0.3.0 (2023-10-19)

Feature

  • metadata: Add support for computing simple metadata (1f12800)

Fix

  • ci: Downgraded elemeta to 1.0.7 (c8c872c)
  • ci: Attempt for fixing ci (74b2078)

v0.2.0 (2023-10-18)

Feature

  • bleurt: Add bleurt metric support (5a315c6)

Fix

  • tensorflow-macos: Attempt to fix poetry install for ci (9e1cfb6)

v0.1.0 (2023-10-18)

Feature

  • embedding_metrics: Implement BERTScore and MAUVE and add unit tests support (04d50ff)
  • project: Add initial structure (786afbb)

Fix

  • cd: Change version for python semantic release (a84c790)
  • embedding_metrics: Add featurize_model_name argument to init for mauve score (db39ad3)
  • embedding_metrics: Add tests, attempt to fix libcublas and move pytest to dev dependencies (1d45ec8)
  • embedding_metrics: Change default models for bertscore and mauve (8e9a20d)