Skip to content

v0.9.1: Fix handling of non-Int row indices (#1177)

Compare
Choose a tag to compare
@ararslan ararslan released this 19 Apr 17:05
Non-Int row-indices were not being correctly converted to Int.

- explicit conversion to Vector{Int}
- test-cases added