Skip to content

Latest commit

Β 

History

History
203 lines (110 loc) Β· 9.31 KB

CHANGELOG.md

File metadata and controls

203 lines (110 loc) Β· 9.31 KB

Change Log

v1.0.0 - 23-12-11

(full changelog)

Bugs fixed

  • FIX: set colours for Verbatim without using private Sphinx macros #102 (@jfbu)

Maintenance and upkeep improvements

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@AakashGfude | @agoose77 | @chrisjsewell | @codecov | @jfbu | @michaelosthege | @mmcky | @welcome

0.5.2 - 2022-11-16

πŸ‘Œ IMPROVE

  • Bump upper sphinx version limit to 5.1

πŸ› FIX

  • Set colours for Verbatim without using private Sphinx macros

0.5.1 - 2022-10-04

πŸ‘Œ IMPROVE

  • Checking if myst-nb is installed to run some transforms and tests
  • Accomodating mystnb 0.17, moved myst_nb to install_requires
  • Updating versions in CI, including python.

0.5.0 - 2022-09-21

πŸ‘Œ IMPROVE

  • Supporting myst-nb 0.16 and myst-parser 0.18

0.4.7 - 2022-09-21

πŸ› FIX

  • Passing down document options to sphinxmanual

πŸ‘Œ IMPROVE

  • Updating tests, and comments in source files

0.4.6 - 2021-11-05

✨ NEW

  • Formatting of output code cells
  • Adding chapter numbers in equations

πŸ‘Œ IMPROVE

  • Refactored and added tests

0.4.5 - 2021-10-20

πŸ‘Œ IMPROVE

  • Added some macros in class file to better support math intensive lectures.

0.4.4 - 2021-10-06

πŸ› FIX

  • Addresses missing hidden toctree attribute PR #74 Thanks to @Jegp and @xmnlab.

0.4.3 - 2021-09-29

πŸ”§ MAINTAIN

  • Updated to support sphinx v4 PR #75

0.4.2 - 2021-07-09

✨ NEW

  • Handling of tableofcontents directive in a post-transform step

πŸ‘Œ IMPROVE

  • Added hypersetup to empower hyperref to allow greek symbols in titles

0.4.0 - 2021-05-03

This release updates the name of this package from jupyterbook-latex to sphinx-jupyterbook-latex as it is now a sphinx extension rather than a jupyterbook extension.

0.3.1 - 2021-06-01

This is a minor release to increase the flexibility for installation requirements

Maintenance

0.3.0 - 2021-05-05

This release essentially re-writes the most of the code to:

  1. Make this package a "standalone" sphinx extension, independent of jupyter-book, i.e. not dependant on the presence of a _toc.yml.
  2. Ensure HTML builds are not broken, by moving LaTeX specific doctree manipulations to post-transforms (which are builder specific)
  3. Make myst_nb requirement optional, and check for compatibility
  4. Auto-infer latex_toplevel_sectioning, when the sphinx-external-toc extension is being used.

The package maintenance has also been improved; adding mypy type-checking and other pre-commit hooks.

0.2.0 - 2021-02-25

πŸ‘Œ IMPROVE

  • Handling master_doc having being inside a subdirectory in _toc.yml.

πŸ› Bugs Fixed

  • _toc.yml can have extensions of the file names as well.

0.1.8 - 2021-02-22

Included packages for handling maths, plots and outputs. Taken from the following conf.py

0.1.7 - 2021-02-11

This release introduces unicode-math for handling math characters.

0.1.6 - 2021-02-08

πŸ‘Œ IMPROVE

  • removed explicit setting of fontsize in class file. The default sphinx fontsize is not used, and users can also set their own desired font size in config using using LaTeX customization of sphinx.
  • support for math symbols liks argmin, \argmax \gt (greater then) \mathscr
  • support for Ξ² greek character.

0.1.5 - 2021-01-28

This release includes a minor bug fix. (#26 @AakashGfude)

0.1.4 - 2020-12-18

This release includes bug fixes in configuration and setup file. (#21 @AakashGfude)

0.1.2 - 2020-12-17

This release just includes a minor update to ci for publishing to pypi (#19 @AakashGfude)

0.1.1 - 2020-12-17

(full changelog)

This is a minor release with a couple of bug fixes

πŸ› Bugs Fixed

  • Handled H2, H3 nodes for html outputs ( #16 @AakashGfude)
  • updating ci.yml publish step, and added some necessary keys in setup.py file ( #17 @AakashGfude)

0.1.0 - 2020-12-17

(full changelog)

This is the first release of this package. And includes a number of features, improvements and bug fixes for pdf builds in jupyter-book projects.

✨ New

  • Handling of parts, chapters and sections in _toc.yml (docs,#3 @AakashGfude)

  • Handling of masterdoc like as an Introduction/frontmatter page (docs,#3 @AakashGfude)

  • Code Cell Tags like hide-cell, hide-input, hide-output are being handled for latex. (docs,#1 @AakashGfude)

https://github.com/executablebooks/sphinx-jupyterbook-latex/blob/master/docs/intro.md#others-

πŸ“š Docs

Created Docs outling all the features and developer guidelines (#11 @mmcky and @AakashGfude)