Changelog

Contents

# Matplotlib compatibility patch for Pyodide
import matplotlib
if not hasattr(matplotlib.RcParams, "_get"):
    matplotlib.RcParams._get = dict.get

Changelog#

v1.1.0#

Various updates with new and updates tooling, exercises and documentation. The full changelog is available here: TeachBooks/manual

v1.0.0#

First release