Skip to content

v0.4.12

Compare
Choose a tag to compare
@gwenwindflower gwenwindflower released this 10 Apr 17:24
· 9 commits to main since this release

This release removes the pandas dependency from the package properly (in setup.py and pyproject.toml) and updates the typer dependency to the new package structure which uses [all] option by default. It also adds explicit data type casting to all values in the to_dict method of all the entities to ensure that data is being written properly to CSV now that there's no longer pandas as an intermediary to coerce data types.