Skip to content

Releases: AnswerDotAI/ContextKit

v0.0.10

11 Sep 22:55

Choose a tag to compare

Breaking changes

  • Rename read_url to read_link (#12), thanks to @algal

v0.0.9

04 Sep 20:25

Choose a tag to compare

New Features

  • Adds docments-style comments to existing functions, so they can be used with SolveIt tool-calling if desired.

  • add read_text (#9)

  • pypdf2 has moved to pypdf (#7), thanks to @RensDimmendaal

    • This PR renames dependency PyPDF2 to pypdf as the maintainers moved that package.
      This move will silence the deprecation warning that's currently shown when using contextkit.

.venv/lib/python3.12/site-packages/PyPDF2/init.py:21: DeprecationWarning: PyPDF2 is deprecated. Please move to the pypdf library instead.

See: https://pypi.org/project/PyPDF2/

Bugs Squashed

  • Fixes read_arxiv to use HTTPS, and adds docments docs to various functions for tool support (#10), thanks to @algal
      • Arxiv.org started returning a 301 when you visit their HTTP URL. Commit fdfc490 fixes this library to use HTTPS, restoring lost functionality

v0.0.8

05 Jun 22:23

Choose a tag to compare

New Features

  • pypdf2 has moved to pypdf (#7), thanks to @RensDimmendaal
    • This PR renames dependency PyPDF2 to pypdf as the maintainers moved that package.
      This move will silence the deprecation warning that's currently shown when using contextkit.

.venv/lib/python3.12/site-packages/PyPDF2/init.py:21: DeprecationWarning: PyPDF2 is deprecated. Please move to the pypdf library instead.

See: https://pypi.org/project/PyPDF2/

v0.0.7

05 Jun 22:12

Choose a tag to compare

  • Update to dependencies

v0.0.6

28 Mar 00:53

Choose a tag to compare

  • Make read_gh_repo default to returning dict

v0.0.5

28 Mar 00:46

Choose a tag to compare

  • Bug fix in init for read_gh_repo

v0.0.4

28 Mar 00:41

Choose a tag to compare

release

v0.0.2

03 Feb 22:34

Choose a tag to compare

New Features

  • Release Context Kit (#5)