Skip to content

Commit 4285871

Browse files
committed
release
1 parent b926483 commit 4285871

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
<!-- do not remove -->
44

5+
## 0.0.9
6+
7+
### New Features
8+
9+
- Adds docments-style comments to existing functions, so they can be used with SolveIt tool-calling if desired.
10+
11+
- add read_text ([#9](https://github.com/AnswerDotAI/ContextKit/issues/9))
12+
13+
- pypdf2 has moved to pypdf ([#7](https://github.com/AnswerDotAI/ContextKit/pull/7)), thanks to [@RensDimmendaal](https://github.com/RensDimmendaal)
14+
- This PR renames dependency `PyPDF2` to `pypdf` as the maintainers moved that package.
15+
This move will silence the deprecation warning that's currently shown when using contextkit.
16+
17+
> .venv/lib/python3.12/site-packages/PyPDF2/__init__.py:21: DeprecationWarning: PyPDF2 is deprecated. Please move to the pypdf library instead.
18+
19+
See: https://pypi.org/project/PyPDF2/
20+
21+
### Bugs Squashed
22+
23+
- Fixes read_arxiv to use HTTPS, and adds docments docs to various functions for tool support ([#10](https://github.com/AnswerDotAI/ContextKit/pull/10)), thanks to [@algal](https://github.com/algal)
24+
- - Arxiv.org started returning a 301 when you visit their HTTP URL. Commit fdfc490 fixes this library to use HTTPS, restoring lost functionality
25+
26+
527
## 0.0.8
628

729
### New Features

0 commit comments

Comments
 (0)