Skip to content

Releases: microsoft/sammo

Added Python 3.12 support

20 Dec 10:20
7ad7648
Compare
Choose a tag to compare
0.3.2

Only Python 3.11 on Ubuntu uploads artifacts

Updating documentation

19 Nov 21:48
b30ad91
Compare
Choose a tag to compare

What's Changed

  • forgot to add example_sammo_express.ipynb by @t-schn in #66

Full Changelog: 0.3.1...0.3.1-beta

0.3.1

13 Nov 23:38
6f8cc09
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.7...0.3.1

0.2.7

21 Oct 22:39
703f307
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.6.1...0.2.7

0.2.6.1

16 Oct 18:25
27f28f1
Compare
Choose a tag to compare
Merge pull request #57 from microsoft/t-schn-patch-1

Update build.yml

0.2.6

16 Oct 16:43
b417ff4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.5...0.2.6

0.2.5

30 Sep 16:01
24ee50d
Compare
Choose a tag to compare

What's Changed

  • Catch ClientConnectorError and re-raise as a RetriableError by @pbourke in #51
  • Small bugfixes for 0.2.5 by @t-schn in #53

New runners for Claude and Gemini

19 Aug 20:55
0fa1dfa
Compare
Choose a tag to compare

Added two new runners to show how to interface with other REST LLM APIs

Small bug fixes

02 Aug 20:42
2aadb7c
Compare
Choose a tag to compare
  • costs are now correctly retrieved from cached requests
  • small bug in plotting fixed

Plotting now possible!

16 Jul 17:52
95ee1f8
Compare
Choose a tag to compare

Visualize the execution trace as well as the static program graph now via .plot_call_trace() and .plot_program().

What's Changed