Skip to content

3.0.1

Latest

Choose a tag to compare

@sgillies sgillies released this 28 Aug 18:42
· 1 commit to main since this release

Deprecations

  • Affine now raises PendingDeprecationWarning when the * operator is used for matrix multiplication (gh-146). This is intended for developers to see. Documentation examples have been changed to use @ instead.

Bug fixes

  • Affine requires attrs>=21.3.0 (gh-148).