Changelog
v0.1.7 (26/12/2025)
Support higher python versions; 3.12 and 3.13.
v0.1.6 (11/02/2024)
New
cat2cat_ml_runfunction to check the ml models performance beforecat2catwith 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.featurescan be only alistnot aSequence.Fixed assertion message and docs for the
freqsargument in thecat2cat_mappings.Fixed some typing, and bring the clear
mypy.Replaced poetry with setuptools.
v0.1.4 (12/09/2022)
Fix
Fixed README example, pandas.concat was not imported.
Fixed some typing, to be more precise.
Tests
Added more tests to increase the coverage to 100%.
Miscellaneous
Added more comments in code examples.
Added support in a few places for Sequence, to not limit users only to List.
v0.1.3 (01/09/2022)
Fix
Fixed typing problems, mypy connected.
Fixed html documentation formatting.
Tests
Added more tests for dataclasses.
Miscellaneous
Added more validation to dataclasses.
Improved documentation.
Removed
get_mappingsmethod from thecat2cat_mappingsdataclass.Removed not needed import calls.
Created the project description and sidebar on pypi.
Added pypi badge.
v0.1.1 (30/08/2022)
First test release of
cat2cat!