Skip to content

Releases: jupyter-book/jupyter-book

v2.0.0a0

15 Nov 11:47
Compare
Choose a tag to compare
v2.0.0a0 Pre-release
Pre-release

2.0.0a0

(Full Changelog)

Enhancements made

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@agoose77 | @choldgraf | @codecov | @jmshea | @LoicGrobol | @psychemedia | @welcome

v1.0.3

07 Oct 13:59
882ac1a
Compare
Choose a tag to compare

v1.0.3 - 2024-10-07

(full changelog)

New features added

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@agoose77 | @brownsarahm | @bryanwweber | @choldgraf | @codecov | @drsimonmartin | @jakubzitny | @jmshea | @LoicGrobol | @MortenHannemose | @psychemedia | @welcome

v1.0.2

27 Jun 16:32
47d2481
Compare
Choose a tag to compare

v1.0.2 - 2024-06-27

(full changelog)

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@agoose77 | @sbwiecko | @welcome

v1.0.1

28 May 12:36
b9a5a80
Compare
Choose a tag to compare

v1.0.1 - 2024-05-28

(full changelog)

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@agoose77 | @bryanwweber | @CalMacCQ | @choldgraf | @chrisjsewell | @codecov | @dependabot | @domoritz | @effigies | @fkohrt | @ghisvail | @isabelizimm | @iso2013 | @jackminchin | @janash | @jmshea | @joaomh | @mgeier | @mmann1123 | @mmcky | @parmentelat | @VRConservation | @welcome

v1.0.0

26 Jan 21:10
a8b7cf6
Compare
Choose a tag to compare

v1.0.0 - 2024-01-26

(full changelog)

This release represents a stabilisation of the jupyter-book ecosystem. It features updates to many of the underlying software packages used by jupyter-book, including "major" updates to myst-nb and myst-parser which power jupyter-book. This release also brings compatibility with sphinx v7.

A big thank you to all contributors and maintainers of these underlying packages!

Important

This release brings in updates to myst-parser. A notable change is that of the markdown link syntax, which was extended to support more constructs. The syntax behind this change is outlined in https://mep.mystmd.org/en/latest/meps/mep-0002/.

Bugs fixed

  • FIX: update output_scroll tag #2050 (@agoose77)
  • RELEASE: v0.15.1 + BUG: Issue warning for sphinxcontrib-bibtex + docutils>=0.18,<0.20 #1965 (@mmcky)

Maintenance and upkeep improvements

Documentation improvements

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@AakashGfude | @agoose77 | @ashejim | @blakeNaccarato | @bsipocz | @chbrandt | @choldgraf | @chrisjsewell | @codecov | @delfanbaum | @dependabot | @finsberg | @firasm | @GlobalMin | @jorgensd | @kolibril13 | @marcdexet-cnrs | @mathieuboudreau | @minrk | @mmcky | @mwcraig | @nikosavola | @nocomplexity | @PhilippKaniuth | @phockett | @pre-commit-ci | @RichardLitt | @SamB | @welcome | [@westurner](https://github.com/search?q=repo%3Aexecutablebooks%2Fjupyter-book+involves%3Awesturner+updated%3A2023-03-14.....

Read more

v0.15.1

14 Mar 01:24
04b7b65
Compare
Choose a tag to compare

v0.15.1 - 2023-03-13

(full changelog)

Bug

This release is a minor update to alert users of jupyter-book to sphinxcontrib-bibtex #322 when building bibliographies with docutils>=0.18,<0.20 installed.

Bug: Using docutils>=0.18 results in breaking the page html layout when using sphinx-book-theme on pages
that include a bibliography directive.

v0.15.0

08 Mar 02:33
a17924d
Compare
Choose a tag to compare

v0.15.0 - 2023-03-07

(full changelog)

This release updates sphinx-book-theme to version 1.0.0

The full release notes for sphinx-book-theme==1.0.0 can be found here

Thanks to all the contributors that worked on this major update to sphinx-book-theme

v0.14.0

01 Mar 02:11
3bcc1e9
Compare
Choose a tag to compare

v0.14.0 - 2023-02-28

(full changelog)

This release updates many of the underlying software packages used by jupyter-book including major updates to myst-nb and myst-parser which power jupyter-book. This release also brings compatibility with sphinx v5.

A big thank you to all contributors and maintainers of these underlying packages. There have been many major updates that will flow through to jupyter-book with this release.

A migration assistance page has been setup to assist users with updates to your configuration and highlights a few of the common breaking changes which are discussed with examples.

Package Updates

  • #1842 updates myst-nb moving from myst-nb~=0.13.1 to myst-nb~=0.17.1. This incorporates three major updates to myst-nb which in turn incorporates changes to the underlying myst-parser moving from myst-parser~=0.15 to myst-parser~=0.18.
  • #1842 enables compatibility with docutils>=0.15,<0.19
  • #1842 supports sphinx5
  • #1842 incorporates updates for sphinx-design, sphinx-thebe and sphinx-book-theme.

Docs

Contributors to this release

(GitHub contributors page for this release)

However this excludes the many major contributions in underlying projects which are documented in the table below.

Package Contributions
myst-nb contributors
myst-parser contributors
sphinx-design contributors
sphinx-thebe contributors
sphinx-book-theme contributors

v0.13.2

07 Feb 20:19
ed53af0
Compare
Choose a tag to compare

(full changelog)

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors

@mmcky
@maxbane
@choldgraf
@fortierq
@stoffprof
@rkdarst
@root
@rafmudaf
@MaxGhenis
@benjaoming
@paugier
@firasm
@leodrivera
@fmaussion
@jbusecke

v0.13.1

16 Aug 07:13
31df44f
Compare
Choose a tag to compare

v0.13.1 - 2022-08-16

(full changelog)

This minor release includes improvements to the project documentation and includes the following fixes:

Fixes and Maintenance

  1. #1750 improves compatibility with sphinx>=5.
  2. #1774 fixes an issue that enables math when using the singlehtml builder