Skip to content

Releases: AnswerDotAI/safepyrun

v0.0.17

25 Mar 01:51

Choose a tag to compare

New Features

  • Add in-place operator support and safe type() override to sandbox (#18)

v0.0.16

22 Mar 02:34

Choose a tag to compare

New Features

  • Add sdir/doc helpers, expose help/dir/doc as pytools, and broaden local var export to globals (#17)

v0.0.15

20 Mar 01:45

Choose a tag to compare

New Features

  • Add allow_write_types API for controlling in-place object mutation

Bugs Squashed

v0.0.14

19 Mar 10:07

Choose a tag to compare

New Features

  • Add default_ok_dests config, expanduser path support, and expose allow in IPython extension (#15)

v0.0.13

15 Mar 05:10

Choose a tag to compare

New Features

  • Allow sleep (#13)

v0.0.12

14 Mar 22:07

Choose a tag to compare

New Features

  • Add allow_matplotlib (#12)

v0.0.11

14 Mar 21:46

Choose a tag to compare

New Features

  • Add MRO check for callable whitelist and handle tuple SyntaxError messages (#11)

v0.0.10

14 Mar 06:25

Choose a tag to compare

New Features

  • Dynamic class-based allow policies via __pytools_cls__ defaultdict; support ... for all methods (#10)

v0.0.8

13 Mar 02:50

Choose a tag to compare

New Features

  • Simplify _run_python to return last expr directly, add %%py cell magic, matplotlib support, and IPython display tools (#7)

v0.0.7

08 Mar 22:49

Choose a tag to compare

New Features

  • Add expanduser to allowed Path methods (#6), thanks to @ncoop57
  • Add iter and next to sandbox builtins (#4), thanks to @ncoop57