Disable implicit conversion from float to array index by tminka · Pull Request #1363 · pythonnet/pythonnet

What does this implement/fix? Explain your changes.

A float value as an array index will raise an error. Fixes an oversight in #1343

Does this close any currently open issues?

The comment in #1342

Any other comments?

...

Checklist

Check all those that are applicable and complete.

  • Make sure to include one or more tests for your change
  • If an enhancement PR, please create docs and at best an example
  • Add yourself to AUTHORS
  • Updated the CHANGELOG