Skip to content

v1.0.0

Compare
Choose a tag to compare
@CallumJHays CallumJHays released this 17 Oct 08:29
· 53 commits to main since this release

Feature

  • Add matrices and complete Walkthrough.ipynb (6aad4ea)

Fix

  • py37: Import Protocol from typing_extensions (b8d0e95)
  • types: Undo contravariance for Generic Vec and Val types (882c09e)
  • Make SubstitutionMap keys and vals covariant per pyright's recommendation (94ceba3)
  • Replace SubstitutionMap with contravariant equivalent and fix examples (462f670)

Breaking

  • Replace SubstitutionMap with contravariant equivalent and fix examples (462f670)

Documentation

  • Update walkthrough and readme (d6dc4ee)