Benjamin Blouin

Results 3 issues of Benjamin Blouin

Handles passing empty list by actually checking if there is one element; >>>>rt.Cat([1]).isin([]) _categorical_compare_check raise ValueError("List was empty.") >>> rt.Cat([1]).isin([1]) FastArray([ True]) >>> rt.Cat([1]).isin([2]) FastArray([False]) >>> rt.Cat([1]).isin([1,2]) FastArray([ True])

bug
area-categorical

[Python DevCycle; from source docs](https://devguide.python.org/devcycle/) **Propose** creating a hierarchy of branches to conform to Python Dev Cycle Doc

the GPS icon on status bar stays active even after gps has been disabled. if this is just me then I'll reinstall.