Skip to content

Releases: SlapDrone/few-shot

0.3.0

13 Aug 14:00
Compare
Choose a tag to compare
  • Change Example signature to be more intuitive, i.e. Example(a="foo", b="bar, output="baz")
  • Refactor validation logic into Example.check method, which accepts an inspect.Signature instance.
  • Update tests and docs

0.2.0

12 Aug 18:25
Compare
Choose a tag to compare
  • Replaced ReprFormatter with CleanFormatter, which looks nicer
  • Added more customisation options for how individual examples are displayed (via "template" argument in initialiser for JsonFormatter and CleanFormatter)
  • Tweaked defaults to include two newlines of spacing between examples
  • Expanded README.md
  • Updated tests

First release

05 Aug 20:11
Compare
Choose a tag to compare

Initial release:

  • few-shot decorator
  • README examples
  • unit tests