Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 5 additions & 14 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# Release Notes

### Release v1.0.0
## Release v1.0.0

### What's changed
#### Added Features:
* Classes for Exemplar selection (Random and RandomSearch)
* exemplar selection module, 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
* removed deepinfra helper functions as langchain-community libary is now working as intended
* added license
* added release notes :)

**Full Changelog**: [here](https://github.com/finitearth/promptolution/compare/v0..20...v1.0.0)
**Full Changelog**: [here](https://github.com/finitearth/promptolution/compare/v0.2.0...v1.0.0)

## Release v0.2.0

Expand All @@ -21,7 +22,6 @@
* Prompt variation utility function
* New optimizer: OPro (see [arXiv paper](https://arxiv.org/abs/2309.03409))


#### Further Changes:
* Workflows for automated build, deployment & release
* New documentation page appearance
Expand Down Expand Up @@ -79,12 +79,3 @@
* Added experiment results and evaluation notebooks

**Full Changelog**: [here](https://github.com/finitearth/promptolution/commits/0.1.0)
<<<<<<< HEAD
=======
coming soon...
>>>>>>> main
=======
coming soon...
>>>>>>> parent of e23dd74 (Chore/docs release notes (#18))
=======
>>>>>>> parent of 25639c9 (Merge branch dev accepting all incoming changes)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "promptolution"
version = "1.0.0"
version = "1.0.1"
description = ""
authors = ["Tom Zehle, Moritz Schlager, Timo Heiß"]
readme = "README.md"
Expand Down