# Matplotlib compatibility patch for Pyodide
import matplotlib
if not hasattr(matplotlib.RcParams, "_get"):
matplotlib.RcParams._get = dict.get
Changelog#
This changelog will include all changes, except for minor adjustments like typos.
v2024.3.0 After class February 26th#
Added solutions to text and downloads Coding of optimization problems - Multi-objective optimization using
scipy- Class exercise: Ice cream coneSee full changelog here
v2024.2.0 After class February 26th#
Added solutions to text and downloads Coding of optimization problems - Nonlinear constrained optimization using
scipy- Class exercise: Suspended beamsSee full changelog here
v2024.1.0 After class February 19th#
Added solutions to text and downloads Coding of optimization problems - Linear constrained optimization using
scipy- Class exercise: Book distributionSee full changelog here
v2024.0.0 Start course#
Restructured book with part on introduction, coding of optimization problems and miscellaneous
Added class exercises to book
Various improvements of student-experience
See full changelog here