We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba72a9 commit 97b5a0aCopy full SHA for 97b5a0a
docs/source/changelog.rst
@@ -889,3 +889,16 @@ Quick links:
889
**2.0.5 (2025-04-07)**
890
891
- Add VARCHAR to valid Databricks types.
892
+
893
+**2.1.0 (2025-05-13)**
894
895
+- **BREAKING CHANGE**: Rename modules to avoid conflicts with the Python
896
+ standard library:
897
898
+ - :mod:`cardinal_pythonlib.email` is now :mod:`cardinal_pythonlib.email_utils`
899
+ - :mod:`cardinal_pythonlib.json` is now :mod:`cardinal_pythonlib.json_utils`
900
+ - :mod:`cardinal_pythonlib.profile` is now :mod:`cardinal_pythonlib.profiling`
901
902
+- Add support for ``.eml`` files with attachments processed by supported
903
+ document converters (``.docx``, ``.pdf``, ``.odt`` etc.) to
904
+ :func:`cardinal_pythonlib.extract_text.document_to_text`.
0 commit comments