* Greatly improved `matplotlib_utilities` module.
* Removed dependency with `unidecode` module.
* tests: enabled parametrized tests invocations such as:
`python3 -c "import data_utilities as du; du.test(label='fast')"`
`python3 -c "import data_utilities as du; du.test(N=500)"`
* Add a test for the `test_support` file itself.