Skip to content

Commit 4aa104b

Browse files
authored
Merge pull request #20 from finitearth/timo282-patch-1
Update release-notes.md
2 parents f204c6d + 441d0d4 commit 4aa104b

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

docs/release-notes.md

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
# Release Notes
22

3-
### Release v1.0.0
3+
## Release v1.0.0
4+
45
### What's changed
56
#### Added Features:
6-
* Classes for Exemplar selection (Random and RandomSearch)
7+
* exemplar selection module, classes for exemplar selection (Random and RandomSearch)
78
* helper functions: run_experiment, run_optimization and run_evaluation
89

910
#### Further Changes:
10-
* removed deepinfra helper functions, as the langchain-community libary is now working as intended
11+
* removed deepinfra helper functions as langchain-community libary is now working as intended
1112
* added license
1213
* added release notes :)
1314

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

1617
## Release v0.2.0
1718

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

24-
2525
#### Further Changes:
2626
* Workflows for automated build, deployment & release
2727
* New documentation page appearance
@@ -79,12 +79,3 @@
7979
* Added experiment results and evaluation notebooks
8080

8181
**Full Changelog**: [here](https://github.com/finitearth/promptolution/commits/0.1.0)
82-
<<<<<<< HEAD
83-
=======
84-
coming soon...
85-
>>>>>>> main
86-
=======
87-
coming soon...
88-
>>>>>>> parent of e23dd74 (Chore/docs release notes (#18))
89-
=======
90-
>>>>>>> parent of 25639c9 (Merge branch dev accepting all incoming changes)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "promptolution"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = ""
55
authors = ["Tom Zehle, Moritz Schlager, Timo Heiß"]
66
readme = "README.md"

0 commit comments

Comments
 (0)