Changelog for
python-jupyter_nbconvert-5.1.1-12.22.noarch.rpm :
Wed Apr 26 14:00:00 2017 toddrme2178AATTgmail.com
- Implement single-spec version.
Thu Mar 30 14:00:00 2017 toddrme2178AATTgmail.com
- Update to 5.1.1
* fix version numbering because of incomplete previous version number
- Update to 5.1
* improved CSS (specifically tables, in line with notebook) #498
* improve in-memory templates handling #491
* test improvements #516 #509 #505
* new configuration option: IOPub timeout #513
* doc improvements #489 #500 #493 #506
* newly customizable: output prompt #500
* more python2/3 compatibile unicode handling #502
- Update to 5.0
* Use :command:`xelatex` by default for latex export, improving unicode and font support.
* Use entrypoints internally to access Exporters, allowing for packages to declare custom exporters more easily.
* New ASCIIDoc Exporter.
* New preprocessor for sanitised html output.
* New general ``convert_pandoc`` filter to reduce the need to hard-code lists of filters in templates.
* Use pytest, nose dependency to be removed.
* Refactored Exporter code to avoid ambiguity and cyclic dependencies.
* Update to traitlets 4.2 API.
* Fixes for Unicode errors when showing execution errors on Python 2.
* Default math font matches default Palatino body text font.
* General documentation improvements. For example, testing, installation, custom exporters.
* Improved link handling for LaTeX output
* Refactored the automatic id generation.
* New kernel_manager_class configuration option for allowing systems to be set up to resolve kernels in different ways.
* Kernel errors now will be logged for debugging purposes when executing notebooks.
- Update to 4.3
* added live widget rendering for html output, nbviewer by extension
- Update to 4.2
* :ref:`Custom Exporters
` can be provided by external packages,
and registered with nbconvert via setuptools entrypoints.
* allow nbconvert reading from stdin with ``--stdin`` option (write into
``notebook`` basename)
* Various ANSI-escape fixes and improvements
* Various LaTeX/PDF export fixes
* Various fixes and improvements for executing notebooks with ``--execute``.
- Create doc subpackage
Mon Mar 7 13:00:00 2016 toddrme2178AATTgmail.com
- Update to 4.1.0
* setuptools fixes for entrypoints on Windows
* various fixes for exporters, including slides, latex, and PDF
* fixes for exceptions met during execution
* include markdown outputs in markdown/html exports
Mon Oct 5 14:00:00 2015 toddrme2178AATTgmail.com
- Build documentation
Thu Aug 13 14:00:00 2015 toddrme2178AATTgmail.com
- Initial version