Skip to content

Releases: chrisjsewell/ipypublish

RST Converter

03 Feb 06:00
Compare
Choose a tag to compare
  • 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

01 Feb 11:19
5b4e82a
Compare
Choose a tag to compare
  • 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

29 Jan 17:16
Compare
Choose a tag to compare
  • 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

21 Jan 22:50
Compare
Choose a tag to compare
v0.6.8

Delete HERMES_FLYER.pptx

Added support for raw cells

19 Jun 03:34
Compare
Choose a tag to compare

Raw output is now included in the latex (if raw format is latex), and html (if raw format is html)

Minor Update

09 Oct 02:40
Compare
Choose a tag to compare
v0.6.5

Update __init__.py

Encoding Bug Fixes for Python < 3.6

04 Sep 18:19
Compare
Choose a tag to compare

and addition of documentation

better support for latex math environments

08 Aug 21:59
Compare
Choose a tag to compare
v0.6.3

better support for latex math environments

Améliorations!

01 Aug 03:54
Compare
Choose a tag to compare
  • 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