|
1 | 1 | # Release Notes |
2 | 2 |
|
3 | | -coming soon... |
| 3 | +## Release v0.2.0 |
| 4 | + |
| 5 | +### What's Changed |
| 6 | +#### Added Features: |
| 7 | +* Prompt creation utility function |
| 8 | +* Prompt variation utility function |
| 9 | +* New optimizer: OPro (see [arXiv paper](https://arxiv.org/abs/2309.03409)) |
| 10 | + |
| 11 | + |
| 12 | +#### Further Changes: |
| 13 | +* Workflows for automated build, deployment & release |
| 14 | +* New documentation page appearance |
| 15 | +* Additional Docstrings & Formatting |
| 16 | + |
| 17 | +**Full Changelog**: [here](https://github.com/finitearth/promptolution/compare/v0.1.1...v0.2.0) |
| 18 | + |
| 19 | +## Release v0.1.1 (2) |
| 20 | + |
| 21 | +### What's Changed |
| 22 | + |
| 23 | +#### Added features: |
| 24 | +\- |
| 25 | + |
| 26 | +#### Further changes: |
| 27 | +* Added workflows for automated build, deployment, release and doc creation |
| 28 | +* Updated pre-commits |
| 29 | +* Added docstrings and formatting |
| 30 | +* Updated readme |
| 31 | +* Updated docs |
| 32 | + |
| 33 | +**Full Changelog**: [here](https://github.com/finitearth/promptolution/compare/0.1.1...v0.1.1) |
| 34 | + |
| 35 | +## Release v0.1.1 |
| 36 | + |
| 37 | +### What's Changed |
| 38 | + |
| 39 | +#### Features added: |
| 40 | +\- |
| 41 | + |
| 42 | +#### Further changes: |
| 43 | +* Loosen restrictive python version requirements (^3.11 instead of ~3.11) |
| 44 | +* Add documentation pages |
| 45 | +* Update README |
| 46 | + |
| 47 | +**Full Changelog**: [here](https://github.com/finitearth/promptolution/compare/0.1.0...0.1.1) |
| 48 | + |
| 49 | +## Release v0.1.0 |
| 50 | + |
| 51 | +*First release* |
| 52 | + |
| 53 | +### What's Changed |
| 54 | + |
| 55 | +#### Added Features: |
| 56 | +* Base classes for tasks, LLMs, predictors, and optimizers |
| 57 | +* Classification task |
| 58 | +* API LLMs from OpenAI, Anthropic, and DeepInfra |
| 59 | +* Local LLM |
| 60 | +* optimizer EvoPrompt GA and EvoPrompt DE (see [arXiv paper](https://arxiv.org/abs/2309.08532)) |
| 61 | + |
| 62 | +#### Further changes: |
| 63 | +* Added example classification datasets used in the [EvoPrompt paper](https://arxiv.org/abs/2309.08532) |
| 64 | +* Added dummy classes for testing |
| 65 | +* Added example scripts and configs for experiments |
| 66 | +* Added experiment results and evaluation notebooks |
| 67 | + |
| 68 | +**Full Changelog**: [here](https://github.com/finitearth/promptolution/commits/0.1.0) |
0 commit comments