Skip to content

Release v1.0.0-alpha1.post0

Compare
Choose a tag to compare
@AnirudhDagar AnirudhDagar released this 01 Sep 22:08
· 1003 commits to release since this release
ca706d1

We are happy to release D2L 1.0.0-alpha1.post0 We thank all the contributors who have made this open-source textbook better for everyone.

This minor release includes the following updates:

  • Build PDFs using Cambridge Latex Style (#2187)
  • Feat: Add dynamic preview/stable version tab (#2264)
  • Chapter Modern RNN is heavily improved, refactoring the text and reorganizing content (#2241)
  • Chapter Modern CNN is refactored and is more polished (#2249)
  • Bump supported version to Python3.9 (#2231)

It also comes with the following bug-fixes:

  • Fix #2250: Depend on matplotlib-inline instead of ipython to avoid colab warning (#2279)
  • Fix broken preview version pdf links (#2264)
  • Fix #2247: Tensorflow explicitly squeeze image to support matplotlib<3.3.0 (#2248)
  • Fix PyTorch moving average computation for batch norm (#2213)
  • Fix PyTorch module types (LazyLinear -> Linear) (#2225)
  • Fix QR code being overridden by the section rule issue (#2251)
  • Fix torch.meshgrid user warning (7d92155)