Releases: mpastell/Pweave
v0.30.1
Pweave v0.30
-
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
andptangle
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.
Pweave v0.25
In 0.25
- New pweave option:
output
allows to set the output file - New better themes for pypublish and an option to choose theme
- New output format: softcover (https://www.softcover.io/)
Install via conda or PyPi.
Pweave v0.24
- New input format: markdown
- New supported script format: Spyder cell markup
- Support new link attributes for pandoc >= 1.16
- pypublish now embeds figures in html output
- pypublish no longer defaults to wrap = False in html output
- Improved test coverage
- More robust script reader, not sensitive to empty lines anymore
- Removed obsolete Julia support.
Install via conda or PyPi.
Pweave v0.23.2
Pweave v0.23.1
Release 0.23.1
Fix for multiline indented blocks by @abukaj
Pypublish missing begin{document} problem fixed by @abukaj
Fix for pandoc 1.14 - tightlist not defined @trsaunders