Skip to content

Releases: QuantEcon/sphinx-tojupyter

v0.3.0

21 Mar 01:43
20286fd
Compare
Choose a tag to compare

This is a major version update as it is not compatible with myst-nb<0.14 given the way `notebook mime type overrides is specified.

There are however no new features and is a compatibility update to enable compatibility with latest jupyter-book and myst_nb>=0.14 which is now a specified dependency.

Release of v0.2.1

18 Mar 01:22
6bdac32
Compare
Choose a tag to compare

This minor release includes a bug fix to improve compatibility with sphinx-exercise. When titles for exercise nodes are parsed (if those exercises are labelled then sphinx uses numref to resolve the numbers during the translation phase. Therefore this release includes a visit_exercise_enumerable_node method to resolve these titles.

Release of v0.2.0

18 Oct 04:15
ba15167
Compare
Choose a tag to compare

This release brings compatibility with sphinx>=4,5

If you need compatibility with sphinx<=4 please use sphinx-tojupyter==0.1.2

RELEASE of v0.1.2

07 Jul 06:21
7e9a52b
Compare
Choose a tag to compare

This release includes:

  1. incorporates chapter context when numbering equations when using sphinx-multitoc-numbering #30

Release of v0.1.1

25 Feb 01:51
Compare
Choose a tag to compare

This is a minor release that incorporates some bug fixes.

#. Fixes issue when building markdown tables and table_width was passed with type float (#27)

Release of v0.1 (Initial Release via PyPI)

08 Dec 01:04
Compare
Choose a tag to compare

This is the initial release. It is a port from sphinxcontrib-jupyter which will be reworked overtime to become a specialised writer of ipynb files for Sphinx and is compatible with jupyter-book / myst_nb. Features such as site and pdf writers will be removed in future releases but will remain avaiable via sphinxcontrib-jupyter