Skip to content

Bugfix: API did not respect Dtypes when performing scalar operations

Compare
Choose a tag to compare
@chewxy chewxy released this 20 Oct 23:38
· 64 commits to master since this release
708e06a

There was a bug in the previous version where XXXScalar() functions would still work if the scalar passed in is of a different type. This has now been fixed.

h/t to @dcu for discovering it.