* Disable input checks for internal calls to diptst. (Suggested by [Prodromos Kolyvakis](https://github.com/prokolyvakis))
Enhancements
* Set `_has_open_mp_support` attribute to the extension for neater support checks
0.4.2
Fixes
* Fix bug in bootstrap p-value computation due to missing cast
Changes
* Speed by moving critical values to constant class. (Special thanks to [Prodromos Kolyvakis](https://github.com/prokolyvakis))
0.4.1
Enhancements
* Add option to set a stream for single threaded p-value bootstrap computation
0.4.0
Changes
* diptest.c was rewritten in C++ (Special thanks to [Prodromos Kolyvakis](https://github.com/prokolyvakis)) * Incorporated OptimizeForArchitecture from VC for better architecture specific compile flags