What's Changed * Catch ClientConnectorError and re-raise as a RetriableError by pbourke in https://github.com/microsoft/sammo/pull/51 * Small bugfixes for 0.2.5 by t-schn in https://github.com/microsoft/sammo/pull/53
0.2.3
Added two new runners to show how to interface with other REST LLM APIs
0.2.1
- costs are now correctly retrieved from cached requests - small bug in plotting fixed
0.2.0
Visualize the execution trace as well as the static program graph now via `.plot_call_trace()` and `.plot_program()`.
What's Changed * Plotting + tutorials update by t-schn in https://github.com/microsoft/sammo/pull/36 **Full Changelog**: https://github.com/microsoft/sammo/compare/0.1.8...0.2.0
0.1.8
Now possible via optimizer.save().
0.1.7
SAMMO should now run on Python 3.9 and 3.10 as parts of asyncio have been backported.