Skip to content

Releases: automl/promptolution

Release v1.1.0

19 Nov 19:16
729983f

Choose a tag to compare

Release v1.1.0

What's changed

Added features

  • Enable reading tasks from a pandas dataframe

Further Changes:

  • deleted experiment files from the repo folders (logs, configs, etc.)
  • improved opros meta-prompt
  • added support for python versions from 3.9 onwards (previously 3.11)

Release v1.0.1

14 Oct 20:00
4aa104b

Choose a tag to compare

What's Changed

Features added:

-

Further changes:

  • fixed release notes

Full Changelog: v1.0.0...v1.0.1

Release v1.0.0

14 Oct 10:54
f204c6d

Choose a tag to compare

Release v1.0.0

What's changed

Added Features:

  • Classes for Exemplar selection (Random and RandomSearch)
  • helper functions: run_experiment, run_optimization and run_evaluation

Further Changes:

  • removed deepinfra helper functions, as the langchain-community libary is now working as intended
  • added license
  • added release notes :)

Full Changelog: here

Release v0.2.0

04 Oct 11:22
ff84a44

Choose a tag to compare

What's Changed

Added Features:

Further Changes:

  • Workflows for automated build, deployment & release
  • New documentation page appearance
  • Additional Docstrings & Formatting

Full Changelog: v0.1.1...v0.2.0

Release v0.1.1 (2)

04 Oct 09:32
8d069ac

Choose a tag to compare

What's Changed

Added features:

-

Further changes:

  • Added workflows for automated build, deployment, release and doc creation
  • Updated pre-commits
  • Added docstrings and formatting
  • Updated readme
  • Updated docs

Full Changelog: 0.1.1...v0.1.1

Release v0.1.1

29 Sep 19:31
9982638

Choose a tag to compare

What's Changed

Features added:

-

Further changes:

  • Loosen restrictive python version requirements (^3.11 instead of ~3.11)
  • Add documentation pages
  • Update README

Full Changelog: 0.1.0...0.1.1

Release v0.1.0

29 Sep 18:51

Choose a tag to compare

First release

What's Changed

Added Features:

  • Base classes for tasks, LLMs, predictors, and optimizers
  • Classification task
  • API LLMs from OpenAI, Anthropic, and DeepInfra
  • Local LLM
  • optimizer EvoPrompt GA and EvoPrompt DE (https://arxiv.org/abs/2309.08532)

Further changes:

  • Added example classification datasets used in https://arxiv.org/abs/2309.08532
  • Added dummy classes for testing
  • Added example scripts and configs for experiments
  • Added experiment results and evaluation notebooks

Full Changelog: https://github.com/finitearth/promptolution/commits/0.1.0