===============================
pbrod (20):
* Update and rename README.md to README.rst.
* Simplified call to Derivative: removed step_fix.
* Deleted unused code.
* Simplified and Refactored. Now possible to choose step_num=1.
* Changed default step_nom from max(abs(x0), 0.2) to max(log2(abs(x0)), 0.2).
* pep8ified code and made sure that all tests pass.