* Fix logging to be a proper singleton. This should fix bug reported in https://github.com/cokelaer/easydev/issues/15 * drop support for python 2.6 since it is not supported by the Pythno code team.
0.9.35
* Fix in_ipynb for the progressbar in jupyter notebooks
0.9.34
* AttrDict can now also handle OrderedDict. Used by Sequana project to cope with new version of Snakemake 3.10
0.9.33
* remove setuptools module, which was deprecated since a while * use pytest in test_browser + tests + fixed doctests
.. rubric:: 0.9.32: a conda-forge release (licenses)
0.9.31
* mkdirs: when a simple path (no / in the path) was provided, this led to an error, which is now fixed. * Remove multigit from setup
0.9.30
* isurl_reachable: add a second optional argument. Default behaviou not changed but required for some non static URL * add options module with SmartFormatter for argparse