Skip to content

Releases: AnswerDotAI/pyskills

v0.0.11

22 Jun 04:07

Choose a tag to compare

New Features

  • Remove pyskills.files module and simplify edit/ipynb docstrings (#26)
  • clamp file_view endline (#23)

v0.0.10

16 Jun 00:33

Choose a tag to compare

New Features

  • Use PrettyString (#21)
  • Add fmt_sig helper to strip module names from signature annotations (#20)
  • Split file search/create/view into new pyskills.files module (#17)
  • resolve symbol strings in xdir, doc, and docfind (#15), thanks to @ncoop57
  • Split out ipynb; remove unneeded async (#14)

v0.0.9

02 Jun 23:43

Choose a tag to compare

New Features

  • Wrap allowed callables with fastaudit.core.track_call in allow (#13)
  • Refactor AllowPolicy to accept data dict instead of ok_dests parameter (#12)
  • Support per-callable allow policies in dict form and resolve module via __globals__ (#11)

v0.0.8

20 May 23:33

Choose a tag to compare

Bugs Squashed

  • Currently _doc_module hardcodes function def which loses sync/async info and causes AI to not await an async function
  • Added missing shutil import
  • Removed export marker from the first note msg in edit dialog which was causing it to appear twice in the docstring

v0.0.7

04 May 02:25

Choose a tag to compare

New Features

  • Harden ep_desc against import errors and filter None entries from list_pyskills (#8)

Bugs Squashed

v0.0.6

10 Apr 06:00

Choose a tag to compare

New Features

  • Add pyskills.edit (#6)
  • Improve ensure_pyskills_dir to try all site-packages paths with permission fallback (#5)

v0.0.5

10 Apr 05:28

Choose a tag to compare

New Features

  • Add pyskills.edit (#6)
  • Improve ensure_pyskills_dir to try all site-packages paths with permission fallback (#5)

v0.0.4

01 Apr 09:44

Choose a tag to compare

New Features

  • Add can_render check to doc() (#4)

v0.0.3

30 Mar 16:20

Choose a tag to compare

New Features

  • Add xdir() and docfind() functions, refactor doc() and _doc_module() for improved module/class/instance inspection with submodule support (#3)

v0.0.2

29 Mar 05:13

Choose a tag to compare

New Features

  • Add support for class method resolution in allow() via __objclass__ and __qualname__ (#2)