-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 021ccb7
Showing
33 changed files
with
12,599 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
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 |
---|---|---|
@@ -0,0 +1,59 @@ | ||
|
||
|
||
# Release notes | ||
|
||
<!-- do not remove --> | ||
|
||
## 0.0.8 | ||
|
||
### New Features | ||
|
||
- Escape and print context in `folder2ctx` et al | ||
([\#16](https://github.com/AnswerDotAI/toolslm/issues/16)) | ||
|
||
## 0.0.7 | ||
|
||
### New Features | ||
|
||
- Add `dict2obj` to `md_hier` funcs | ||
([\#15](https://github.com/AnswerDotAI/toolslm/issues/15)) | ||
- Migrate call_func from claudette to toolslm | ||
([\#14](https://github.com/AnswerDotAI/toolslm/pull/14)), thanks to | ||
[@ncoop57](https://github.com/ncoop57) | ||
- Allow for getting schemas from nested structures | ||
([\#11](https://github.com/AnswerDotAI/toolslm/pull/11)), thanks to | ||
[@ncoop57](https://github.com/ncoop57) | ||
- Allow for `sel` to select and wrap multiple element results | ||
([\#10](https://github.com/AnswerDotAI/toolslm/pull/10)), thanks to | ||
[@Isaac-Flath](https://github.com/Isaac-Flath) | ||
|
||
### Bugs Squashed | ||
|
||
- Using `get_schema` on class method results in type missing error | ||
([\#12](https://github.com/AnswerDotAI/toolslm/issues/12)) | ||
|
||
## 0.0.6 | ||
|
||
### New Features | ||
|
||
- Add `read_docs` and `find_docs` | ||
([\#8](https://github.com/AnswerDotAI/toolslm/issues/8)) | ||
|
||
## 0.0.5 | ||
|
||
### Bugs Squashed | ||
|
||
- XML tools assume all files have content | ||
([\#3](https://github.com/AnswerDotAI/toolslm/issues/3)) | ||
|
||
## 0.0.4 | ||
|
||
- Minor updates | ||
|
||
## 0.0.2 | ||
|
||
- Rename project | ||
|
||
## 0.0.1 | ||
|
||
- Initial alpha release |
Oops, something went wrong.