* Removed travis-ci integration and replaced it with GitHub Actions * Update of supported Python versions: dropped EOL'd Python 3.5 and 3.6 and added Python 3.9, 3.10, 3.11 and 3.12
0.2.0
-------------------
* Update supported Python versions: drop Python 3.4 and added Python 3.8 * zkpytb.pandas: describe_numeric_1d(series): handle case where input series is empty
* zkpytb.dicts: Add dict_value_map() * zkpytb.pandas: add describe_numeric_1d(series) * Add py 3.7 to tox.ini and .travis.yml
0.0.10
-------------------
* Add AutoDict and AutoOrderedDict classes in zkpytb.dicts * zkpytb.dicts.hashdict and JsonEncoder: normalize path separator to ensure stable representation and hash for windows and linux. * Fix tests test_compare_df_cols_*() to reach 100% coverage.
0.0.9
------------------
* Add module zkpytb.json with a custom JSONEncoder class, and use it in hashdict().