Skip to content

Releases: CODAIT/text-extensions-for-pandas

0.2.0

14 Oct 16:24
b5b3c58
Compare
Choose a tag to compare

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

21 Jul 17:11
57638f5
Compare
Choose a tag to compare

Minor release that fixes issue #231. This release is otherwise identical to version 0.1.

0.1

13 Jul 17:40
3fb3d3a
Compare
Choose a tag to compare
0.1

Major changes in this release:

  • First non-beta release
  • Support for Pandas 1.3.0 (#217, #219, #218)
  • Improved visualization of SpanArrays in Jupyter (#201, #202)
  • Improved support for common variants of CoNLL-U format (#191, #193, #195, #194, #198)

0.1b4

07 May 00:15
736c42a
Compare
Choose a tag to compare

Beta release with minor updates:

  • Add Python 3.6 to the range of supported Python versions (#192)
  • Add NumPy ufunc to TensorArray (#187)

0.1b3

08 Apr 20:34
844a525
Compare
Choose a tag to compare

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

02 Feb 23:47
cb821c2
Compare
Choose a tag to compare
Pre-release

Second beta release.

0.1b1: First beta release

11 Nov 02:43
b3388e4
Compare
Choose a tag to compare
Pre-release

First beta release of the project.

0.1a2

28 Oct 22:52
915e516
Compare
Choose a tag to compare
0.1a2 Pre-release
Pre-release

Second alpha release, mostly to test the release process. Includes some minor bug fixes since 0.1a1.