Skip to content

Release 5.1.1

Compare
Choose a tag to compare
@corranwebster corranwebster released this 24 Jan 13:55
· 31 commits to main since this release

This is a small bugfix release centered around Python 3.8+ support.

Thanks to all who contributed to the release:

  • Aaron Ayres
  • Rahul Poruri
  • Corran Webster

Fixes

  • Fix various warnings on Python 3.8 (#856)
  • Remove uses of deprecated np.bool (#852)
  • Prevent exceptions when plot size too small (#848)

Build/CI

  • Get CI running on Python 3.8 (#851)
  • Fix CI for changes to GitHub infrastructure (#849)