Release 1.10.0
Changes in this release:
data_utils.flattenednow outputs[]as the value of dict or mapping keys whose original values are an empty sequence (e.g., when the value of a dict key is[]). Previously, it would outputNoneas the value, which was an unexpected transformation of the input.
Bug fixes in this release:
- Fixed a bug in
data_utils.flattenedthat caused it to ignore theseparatorargument in some cases. - Fixed a missing import of
freezeguninrequirements-dev.txt. - Pin the imported version of regex 2022.3.2, because more recent versions cause calls to
dateparserto encounter an error ("regex._regex_core.error: bad escape \d at position 7").