-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python[minor]: Release 0.3.0 (#1439)
- turn on run compression by default - make zstandard a required dep - add pytest plugin - proper concurrency handling in Client.evaluate/aevaluate so that no more than max_concurrency examples are evaluated at once - support for filesystem access when uploading attachments ------------- Co-authored-by: Angus Jelinek <[email protected]> Co-authored-by: Isaac Francisco <[email protected]> Co-authored-by: Predrag Gruevski <[email protected]> Co-authored-by: Erick Friis <[email protected]> Co-authored-by: isaac hershenson <[email protected]> Co-authored-by: Jacob Lee <[email protected]>
- Loading branch information
Showing
30 changed files
with
4,286 additions
and
1,987 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,3 @@ sphinx-design | |
sphinx-copybutton | ||
beautifulsoup4 | ||
openai | ||
-e python |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.