Skip to content

v1.0.9

Latest
Compare
Choose a tag to compare
@billbrod billbrod released this 02 Apr 18:01
· 2 commits to main since this release
c937115

Avoid numpy DeprecationWarning by using np.asarray to initialize arrays, instead of np.array.

What's Changed

  • switch almost all np.array to np.asarray by @billbrod in #44

Full Changelog: v1.0.8...v1.0.9