This merge request is in response to discussion in issue #12. It removes the default behaviour of returning NaN's outside the MP, with the old behaviour still attainable by setting a new keyword arg WithinMPOnly=True.
I tried to respect convention as much as possible in this merge request, with respect to argument ordering and general style. Let me know if I fell short somewhere.
This merge request is in response to discussion in issue #12. It removes the default behaviour of returning NaN's outside the MP, with the old behaviour still attainable by setting a new keyword arg
WithinMPOnly=True
.I tried to respect convention as much as possible in this merge request, with respect to argument ordering and general style. Let me know if I fell short somewhere.
Best, Daniel