- New
cat2cat_ml_run
function to check the ml models performance beforecat2cat
with ml option is run. Now, the ml models are more transparent. - Improved the lack of support for NaN and None in the
get_mappings
. - Fixed a bug that
cat2cat_ml.features
can be only alist
not aSequence
. - Fixed assertion message and docs for the
freqs
argument in thecat2cat_mappings
. - Fixed some typing, and bring the clear
mypy
. - Replaced poetry with setuptools.
- Fixed README example, pandas.concat was not imported.
- Fixed some typing, to be more precise.
- Added more tests to increase the coverage to 100%.
- Added more comments in code examples.
- Added support in a few places for Sequence, to not limit users only to List.
- Fixed typing problems, mypy connected.
- Fixed html documentation formatting.
- Added more tests for dataclasses.
- Added more validation to dataclasses.
- Improved documentation.
- Removed
get_mappings
method from thecat2cat_mappings
dataclass. - Removed not needed import calls.
- Created the project description and sidebar on pypi.
- Added pypi badge.
- First test release of
cat2cat
!