Releases: chrisjsewell/ipypublish
Releases · chrisjsewell/ipypublish
RST Converter
- add standard rst/sphinx converter
- added nbsphinx converter
- added optional printing of traceback
- allow segments to be yaml (with yaml.safe_load)
- added document level metadata schema
Outline templates now use a jinja file, instead of json
- extracted templates into separate files
- use template outline file instead of json schema
- improve front end logging
- update documentation
- version bump
- added tests
Improved the `dict_to_kwds` filter and added `biboptions` metatag
Major API Update
- Converted export configurations and templates from python to JSON
- Added validation schema for configurations and templates
- added option to control style of bibliography in latex
- Converted script executables to console entry points
- Updated test configuration from nose to pytest
- added many more tests for all export configurations and user interface
- fixed Mac Os build on Travis
- Improved user interface
- Added ipynb to python file (with commented metadata) exporter
- Updated documentation with new API and how to convert plugins
version bump to initiate Zenodo
v0.6.8 Delete HERMES_FLYER.pptx
Added support for raw cells
Raw output is now included in the latex (if raw format is latex), and html (if raw format is html)
Minor Update
v0.6.5 Update __init__.py
Encoding Bug Fixes for Python < 3.6
and addition of documentation
better support for latex math environments
v0.6.3 better support for latex math environments
Améliorations!
- added language translation
- added width/height options for latex figures
- changed embedded html to be iframes, with lazy loading for reveal
slides - added titles and author for html and slides
- bibtexparser uses "link" rather than "url" key (fixed)
- fixed regex for headers (one or more # not zero or more)
- allow codecells with no outputs
- added ansi colors for latex listings
- added adjust box for resizing tables too wide to fit in page width