Skip to content

Choose a tag to compare

@github-actions github-actions released this 10 Apr 21:39
· 34 commits to master since this release
0938a45

Summary of Improvements

The last release went out with really obnoxious inverted logic for a deprecation message that spammed the terminal warning users when their usage of various modules was correct and up to date and not when they were using a deprecated interface. This just puts the noise to rest.

Bug Fixes

  • utilities: Correct reversed deprecation warning condition (a97c679), closes #2265