Skip to content

Pweave v0.30

Compare
Choose a tag to compare
@mpastell mpastell released this 26 Aug 21:04
· 26 commits to master since this release
  • Use IPython kernel to run Python code:

    • support for rich output
    • support IPython magics
    • Improved error handling
  • Render tracebacks correctly

  • Drop Python 2 support

  • Run code using any Jupyter kernel with --kernel option

  • Output directly to Jupyter notebooks with chunk options preserved
    as metadata -> ability to use custom nbconvert templates in addition to builtin formatters.

  • Drop uppercase versions on pweave and ptangle scripts

  • Weave documents from URLs

  • md2html is the new default format for .pmd and .py input

  • Drop support for specification of figure format. Use default figure format as specified by output format.