Skip to content

Latest commit

 

History

History
119 lines (58 loc) · 7.14 KB

CHANGELOG.md

File metadata and controls

119 lines (58 loc) · 7.14 KB

Changelog

7.18.1 (2024-05-22)

🐛 Bug Fixes

  • Correctly insert default prediction id column using df.insert() (f938d29)
  • Improve error message for type errors for raw data character count (#31272) (f938d29)
  • Include SHAP value invalid rows if full of nulls in error message (#31264) (24f079f)
  • Remove f-strings from docstrings and place them above arguments (#31117) (5c812d6)
  • Update similarity timestamp validation (#31125) (1c32c37)

7.18.0 (2024-05-15)

🎁 New Features

  • python exporter embedding similarity search support (#30921) (3a58f8f)

💫 Code Refactoring

  • add preprocessing step for similarity search param in flightserver (#30984) (34e2a96)

7.17.1 (2024-05-10)

🐛 Bug Fixes

  • Serialization of nested dictionaries (#30931) (ece89dc)
  • Avoid side effects in dictionary fields (ece89dc)
  • Value validation should require dictionaries, not JSON (ece89dc)

7.17.0 (2024-05-07)

🎁 New Features

  • Add session and user ids to spans batch logging (#30588) (90a0416)
  • Send arize schema as part of the request body (#30841) (b2f8e67)

🐛 Bug Fixes

  • improve evaluation column naming error message (267d23d)
  • relax opentelemetry-semantic-conventions dependency (#30840) (267d23d)
  • update URL to model page in logger (#30591) (5f0ee5a)

7.16.1 (2024-04-29)

🐛 Bug Fixes

  • Add missing __init__.py file to tracing validation module (#30539) (d18f108)

7.16.0 (2024-04-24)

🎁 New Features

  • Add log_evaluations method for delayed evaluation logging (#30179) (0f52763)
  • Fileimporter evaluations updates records (#30301) (7e1cbf6)

📚 Documentation

  • Add docstring to log_evaluations (0f52763)
  • Add docstring to log_spans (0f52763)

💫 Code Refactoring

7.15.0 (2024-04-17)

🎁 New Features

7.14.1 (2024-04-03)

🐛 Bug Fixes

7.14.0 (2024-03-29)

🎁 New Features

  • Support export of spans from Arize platform (#29350) (e248248)
  • Increase span field validation string length limits (#29501)(c32f464)

7.13.0 (2024-03-28)

🎁 New Features

🐛 Bug Fixes

  • use pandas items() vs deprecated iteritems() (#29384) (0eb377e)

7.12.1 (2024-03-26)

💫 Code Refactoring

❔ Miscellaneous Chores