Skip to content
Snippets Groups Projects
  1. Apr 10, 2018
    • Martin Bauer's avatar
      PEP8 naming · 3bcfac93
      Martin Bauer authored
      3bcfac93
    • Martin Bauer's avatar
      pystencils: Assignment instead of sympy.Eq · 9f071fdd
      Martin Bauer authored
      - Previously sympy.Eq was used to represent assignments. However Eq
        represents equality not assignment. This means that sometimes sympy
        "simplified" an equation like a = a  to True,
      -> replaced sp.Eq by pystencils.Assignment everywhere
      - renamed EquationCollection to AssignmentCollection
      9f071fdd