Releases: CODAIT/text-extensions-for-pandas
Releases · CODAIT/text-extensions-for-pandas
0.2.0
Major changes in this release:
- New interactive Jupyter notebook widget for visualizing and modifying DataFrames containing one or more columns of span data. See demo notebook here.
- Improvements to Jupyter notebook visualizations of
SpanArray
objects - Enhanced support for reading CoNLL-U files. Semantic role labeling data from Universal Propositions now supported.
- Improved API documentation
Minor changes:
- Updated workaround for pandas-dev/pandas#42430 (see #236)
- Updated development environment build process to maintain compatibility with Python 3.6. Note that some of our demo notebooks no longer work on that version of Python because other libraries they depend on have dropped Python 3.6 support.
0.1.1
0.1
0.1b4
0.1b3
Beta release. Includes the following updates:
- Support for SpanArrays and TokenSpanArrays that cover multiple documents (#73)
- Feather I/O for multi-document SpanArrays (#179)
- Improved support for Pandas 1.2.x (#159, #159)
- Changed HTML rendering so that spans will render correctly in JupyterLab dark mode and in VSCode notebooks (part of #170)
- Added an API for online creation of dictionaries and a SpaCy tokenizer configuration for dictionary matching (#180)
0.1b2: Second Beta Release
Second beta release.
0.1b1: First beta release
First beta release of the project.