Skip to content

Releases: log10-io/log10

0.10.9

16 Aug 20:17
406eb49
Compare
Choose a tag to compare

What's Changed

CLI updates

Full Changelog: 0.10.8...0.10.9

0.10.8

14 Aug 00:21
cbe2b22
Compare
Choose a tag to compare

What's Changed

CLI

Update dependencies

  • Dependency update by @wenzhe-log10 in #263
    • openai -> 1.40.6
    • anthropic -> 0.33.1
    • magentic -> 0.31.0

Full Changelog: 0.10.7...0.10.8

0.10.7

08 Aug 17:32
0002a75
Compare
Choose a tag to compare

What's Changed

Log19 CLI

  • allow benchmark_models --id to take a json file of completion ids by @wenzhe-log10 in #250
    Example:
log10 completions benchmark_models --ids list_comp_ids.json --models=gpt-4o-mini -f benchmark_summ_test_gpt4o_mini.jsonl

JSON file examples:

[
    "545ab06c-07b0-4720-bce8-68df8201dbcc",
    "c01e663f-cd8a-4cd8-8aa8-6b6ef8966b4d",
    "c450eb50-5e0f-4bcc-9faf-3a1d4183f41a"
]

Full Changelog: 0.10.6...0.10.7

0.10.6

02 Aug 21:21
ed94392
Compare
Choose a tag to compare

What's Changed

Maintenance

Full Changelog: 0.10.5...0.10.6

0.10.5

01 Aug 15:12
920edec
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • Fix listing and download completions cli bug by @kxtran in #240

Chores

Full Changelog: 0.10.4...0.10.5

0.10.4

30 Jul 19:14
7611486
Compare
Choose a tag to compare

What's Changed

CLI Features

Full Changelog: 0.10.3...0.10.4

0.10.3

23 Jul 18:59
c4ccdf3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.10.2...0.10.3

0.10.2

11 Jul 17:04
89558a4
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • ENG-900 Return early when completion_id is not set by @kxtran in #213

Chores

New Contributors

Full Changelog: 0.10.1...0.10.2

0.10.1

02 Jul 20:34
617b1e7
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • Fix missing request's system message in anthropic by @kxtran in #208

Chores

  • ENG-879 ENG-882 Move cli logic into its own folder by @kxtran in #198

Full Changelog: 0.10.0...0.10.1

0.10.0

21 Jun 22:13
5d1b0bb
Compare
Choose a tag to compare

What's Changed

New

  • Support Anthropic claude-3-5-sonnet-20240620 model
  • Support magentic version 0.27.0
  • Support anthropic version 0.29.0

Fixes

  • Update Anthropic function call output parsing logic to display messages properly in log10 platform

Chores

  • ENG-849 ENG-819 Refactor Anthropic parsing code for async and sync with httpx client by @kxtran in #183

Full Changelog: 0.9.2...0.10.0