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.