SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python-jupyter_nbformat-4.3.0-11.13.noarch.rpm :
Wed Apr 26 14:00:00 2017 toddrme2178AATTgmail.com
- Implement single-spec version.

Fri Apr 7 14:00:00 2017 toddrme2178AATTgmail.com
- Clean up update-alternatives usage.

Thu Mar 30 14:00:00 2017 toddrme2178AATTgmail.com
- Update to 4.3.0

* A new pluggable ``SignatureStore`` class allows specifying different ways to
record the signatures of trusted notebooks. The default is still an SQLite
database. See :ref:`pluggable_signature_store` for more information.

* :func:`nbformat.read` and :func:`nbformat.write` accept file paths as bytes
as well as unicode.

* Fix for calling :func:`nbformat.validate` on an empty dictionary.

* Fix for running the tests where the locale makes ASCII the default encoding.
- Update to 4.2.0

* Update nbformat spec version to 4.2, allowing JSON outputs to have any JSONable type, not just ``object``,
and mime-types of the form ``application/anything+json``.

* Define basics of ``authors`` in notebook metadata.
``nb.metadata.authors`` shall be a list of objects with the property ``name``, a string of each author\'s full name.

* Update use of traitlets API to require traitlets 4.1.

* Support trusting notebooks on stdin with ``cat notebook | jupyter trust``
- Update to 4.1.0

* Update nbformat spec version to 4.1, adding support for attachments on markdown and raw cells.

* Catch errors opening trust database, falling back on ``:memory:`` if the database cannot be opened.
- Create doc subpackage

Mon Oct 12 14:00:00 2015 toddrme2178AATTgmail.com
- update to version 4.0.1:

* setuptools entrypoint

* Add label to format docs for cross referencing

* ensure `--version` output has actual version

Mon Oct 5 14:00:00 2015 toddrme2178AATTgmail.com
- Build documentation

Thu Aug 13 14:00:00 2015 toddrme2178AATTgmail.com
- Initial version


 
ICM