mwilensky768 / SSINS

BSD 2-Clause "Simplified" License
6 stars 7 forks source link

Select inplace #84

Closed mwilensky768 closed 3 years ago

mwilensky768 commented 3 years ago

This PR gives a keyword inplace to select that when True does the select inplace on the INS object (default) or when False, returns a copy of the selected object without touching the original object.

mwilensky768 commented 3 years ago

Will close #82

mwilensky768 commented 3 years ago

Rebased to include CI changes.