Skip to content

v0.7.12

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Apr 19:03
· 9 commits to master since this release

DomainSets v0.7.12

Diff since v0.7.11

  • arrays can be used as linear maps
  • the code uses StaticVector and StaticMatrix where possible, instead of the more restrictive (concrete) SVector and SMatrix types

Merged pull requests:

  • make abstract arrays work like a linear map (#160) (@daanhb)