Skip to content

Latest commit

 

History

History
490 lines (259 loc) · 27.5 KB

CHANGELOG.md

File metadata and controls

490 lines (259 loc) · 27.5 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.2.0-alpha.39 (2024-11-26)

Full Changelog: v0.2.0-alpha.38...v0.2.0-alpha.39

Bug Fixes

  • add missing dependencies (tqdm and numpy<2) (298eedb)

Chores

0.2.0-alpha.38 (2024-11-19)

Full Changelog: v0.2.0-alpha.37...v0.2.0-alpha.38

Bug Fixes

  • pin pyarrow version to avoid installation issues with latest versions (37af76c)
  • update to pyarrow==14.0.1 to avoid dependabot issues (a226ca2)

Chores

  • rebuild project due to codegen change (#384) (b6873de)

0.2.0-alpha.37 (2024-11-13)

Full Changelog: v0.2.0-alpha.36...v0.2.0-alpha.37

Chores

0.2.0-alpha.36 (2024-11-04)

Full Changelog: v0.2.0-alpha.35...v0.2.0-alpha.36

Chores

0.2.0-alpha.35 (2024-11-04)

Full Changelog: v0.2.0-alpha.34...v0.2.0-alpha.35

Features

  • feat(data): add function to push a commit to the platform (7b5a29e)

Chores

0.2.0-alpha.34 (2024-11-01)

Full Changelog: v0.2.0-alpha.33...v0.2.0-alpha.34

Chores

0.2.0-alpha.33 (2024-10-31)

Full Changelog: v0.2.0-alpha.32...v0.2.0-alpha.33

Features

Bug Fixes

  • internal: remove stale files (52247af)

0.2.0-alpha.32 (2024-10-31)

Full Changelog: v0.2.0-alpha.31...v0.2.0-alpha.32

Features

Bug Fixes

  • docs: remove old examples from next branch (534b732)
  • docs: ruff linting issues (728a7dc)

0.2.0-alpha.31 (2024-10-07)

Full Changelog: v0.2.0-alpha.30...v0.2.0-alpha.31

Features

  • fix: adjust storage upload error code range (867b3d2)

0.2.0-alpha.30 (2024-10-05)

Full Changelog: v0.2.0-alpha.29...v0.2.0-alpha.30

Features

  • fix: remove async uploads (28e24a5)

0.2.0-alpha.29 (2024-10-03)

Full Changelog: v0.2.0-alpha.28...v0.2.0-alpha.29

Features

  • feat: add async batch uploads & improve client-side upload latency (7e7261d)
  • improvement: make data stream example about tabular classification (03f1f31)

0.2.0-alpha.28 (2024-09-25)

Full Changelog: v0.2.0-alpha.27...v0.2.0-alpha.28

Features

  • chore: show how to log context in RAG notebook example (5610593)
  • fix: make sure that context logging works in development mode (11f5267)

0.2.0-alpha.27 (2024-09-12)

Full Changelog: v0.2.0-alpha.26...v0.2.0-alpha.27

Chores

0.2.0-alpha.26 (2024-08-29)

Full Changelog: v0.2.0-alpha.25...v0.2.0-alpha.26

Features

Chores

0.2.0-alpha.25 (2024-08-29)

Full Changelog: v0.2.0-alpha.24...v0.2.0-alpha.25

Features

  • fix: batch uploads to VMs broken when using filesystem storage (31e4195)

Chores

0.2.0-alpha.24 (2024-08-29)

Full Changelog: v0.2.0-alpha.23...v0.2.0-alpha.24

Features

  • api: OpenAPI spec update via Stainless API (#325) (24230df)
  • api: update via SDK Studio (#323) (0090a06)
  • feat: add tracer for Mistral AI (a1b8729)

0.2.0-alpha.23 (2024-08-26)

Full Changelog: v0.2.0-alpha.22...v0.2.0-alpha.23

Features

  • improvement: updates to custom metric runner
  • improvement: skip metrics if already computed, surface errors for each metric
  • feat: add --dataset flag so custom metrics can be forced to run on only specific datasets

0.2.0-alpha.22 (2024-08-21)

Full Changelog: v0.2.0-alpha.21...v0.2.0-alpha.22

Bug Fixes

  • add missing dependency for Anthropic notebook example (eddc160)

Chores

  • ci: also run pydantic v1 tests (#319) (6959e23)
  • client: fix parsing union responses when non-json is returned (#318) (1b18e64)

0.2.0-alpha.21 (2024-08-19)

Full Changelog: v0.2.0-alpha.20...v0.2.0-alpha.21

Features

  • fix: add missing dependencies for LangChain notebook example (fa382eb)

Chores

  • internal: use different 32bit detection method (#311) (389516d)

0.2.0-alpha.20 (2024-08-19)

Full Changelog: v0.2.0-alpha.19...v0.2.0-alpha.20

Features

  • fix: add pyyaml to requirements (94626f0)

Chores

0.2.0-alpha.19 (2024-08-13)

Full Changelog: v0.2.0-alpha.18...v0.2.0-alpha.19

Features

  • feat: allow specification of context column name when using tracers (05c5df5)
  • feat: support Vertex AI models via LangChain callback handler (0e53043)

0.2.0-alpha.18 (2024-08-12)

Full Changelog: v0.2.0-alpha.17...v0.2.0-alpha.18

Chores

  • ci: bump prism mock server version (#299) (c97393c)
  • internal: codegen related update (#296) (4025f65)
  • internal: ensure package is importable in lint cmd (#300) (8033a12)
  • internal: remove deprecated ruff config (#298) (8d2604b)

0.2.0-alpha.17 (2024-08-12)

Full Changelog: v0.2.0-alpha.16...v0.2.0-alpha.17

Features

  • feat: support Ollama models via LangChain callback handler (2865b34)

0.2.0-alpha.16 (2024-07-31)

Full Changelog: v0.2.0-alpha.15...v0.2.0-alpha.16

Features

  • fix: uploading batch data was broken (d16eee4)

0.2.0-alpha.15 (2024-07-31)

Full Changelog: v0.2.0-alpha.14...v0.2.0-alpha.15

Features

  • improvement: allow specifying dataset as path for uploads (a4d126f)
  • improvement: include method to update batch of inferences (a8f3d82)

Chores

0.2.0-alpha.14 (2024-07-29)

Full Changelog: v0.2.0-alpha.13...v0.2.0-alpha.14

Features

  • feat: allow inference_pipeline_id to be specified as a kwarg for tracing (e2b9ace)

Chores

0.2.0-alpha.13 (2024-07-23)

Full Changelog: v0.2.0-alpha.12...v0.2.0-alpha.13

Features

  • upload a batch of inferences (fa3eb50)
  • upload a reference dataset (eff6bf0)

0.2.0-alpha.12 (2024-07-23)

Full Changelog: v0.2.0-alpha.11...v0.2.0-alpha.12

Features

0.2.0-alpha.11 (2024-07-22)

Full Changelog: v0.2.0-alpha.10...v0.2.0-alpha.11

Features

Chores

0.2.0-alpha.10 (2024-07-19)

Full Changelog: v0.2.0-alpha.9...v0.2.0-alpha.10

Features

  • api: OpenAPI spec update via Stainless API (#265) (58a602f)
  • feat: add new columns to dataset when running custom metrics (9c0d94c)

0.2.0-alpha.9 (2024-07-17)

Full Changelog: v0.2.0-alpha.8...v0.2.0-alpha.9

Features

0.2.0-alpha.8 (2024-07-08)

Full Changelog: v0.2.0-alpha.7...v0.2.0-alpha.8

Features

Chores

0.2.0-alpha.7 (2024-07-04)

Full Changelog: v0.2.0-alpha.6...v0.2.0-alpha.7

Features

0.2.0-alpha.6 (2024-06-28)

Full Changelog: v0.2.0-alpha.5...v0.2.0-alpha.6

Features

  • api: update via SDK Studio (#246) (ed77b5b)
  • feat(WIP): add support for custom metrics (6c1cf1d)

0.2.0-alpha.5 (2024-06-26)

Full Changelog: v0.2.0-alpha.4...v0.2.0-alpha.5

Chores

0.2.0-alpha.4 (2024-06-25)

Full Changelog: v0.2.0-alpha.3...v0.2.0-alpha.4

Features

  • feat: Add Anthropic tracer (25792c5)

Chores

0.2.0-alpha.3 (2024-06-20)

Full Changelog: v0.2.0-alpha.2...v0.2.0-alpha.3

Features

  • feat: python async function tracing in dev mode, closing OPEN-6157 (7cb1a07)

0.2.0-alpha.2 (2024-06-11)

Full Changelog: v0.2.0-alpha.1...v0.2.0-alpha.2

Features

  • fix: include pandas as requirement (733ee7e)

0.2.0-alpha.1 (2024-06-10)

Full Changelog: v0.1.0-alpha.5...v0.2.0-alpha.1

Chores

0.1.0-alpha.5 (2024-06-05)

Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5

Features

  • completes OPEN-6020 Refactor manual part of the Python SDK (9cb9cc1)

Chores

0.1.0-alpha.4 (2024-05-24)

Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4

Chores

0.1.0-alpha.3 (2024-05-22)

Full Changelog: v0.1.0-alpha.2...v0.1.0-alpha.3

Features

  • api: OpenAPI spec update via Stainless API (#207) (0a806f1)
  • api: OpenAPI spec update via Stainless API (#209) (da14f38)
  • api: OpenAPI spec update via Stainless API (#210) (9a261c6)

0.1.0-alpha.2 (2024-05-20)

Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2

Features

  • fix: remove openlayer/ directory (1faaf2f)

0.1.0-alpha.1 (2024-05-20)

Full Changelog: v0.0.1-alpha.0...v0.1.0-alpha.1

Features

  • various codegen changes (002b857)

Bug Fixes

[0.1.0a20]

Added

  • Added prompt as an optional field in the config for LLM production data.
  • llm_monitor for OpenAI ChatCompletion models records the prompt used and uploads it.