Skip to content

Releases: dmlls/negate

v1.1.6

13 Oct 12:56
Compare
Choose a tag to compare

negate v1.1.6

Available at PyPI


Changelog

  • This release updates dependency versions and spaCy models to the latest available versions.

Full Changelog: v1.1.5...v1.1.6

v1.1.5

03 May 15:42
Compare
Choose a tag to compare

negate v1.1.5

Available at PyPI


Changelog

  • #12 has been fixed, adding support for the modal verb "shall". Thanks to @ibrahimgh26 for reporting!
  • Negate now detects outdated, locally installed spaCy models, and auto-uploads them.

Full Changelog: v1.1.3...v1.1.5

v1.1.3

25 Oct 21:11
Compare
Choose a tag to compare

negate v1.1.3

Available at PyPI


Changelog

  • #9 has been fixed.

v1.1.2

18 Oct 21:28
Compare
Choose a tag to compare

negate v1.1.2

Available at PyPI


Changelog

  • #1 has been fixed.
  • spaCy models have been updated to the latest version.

v1.1.1

22 Sep 11:50
Compare
Choose a tag to compare

negate v1.1.1

Available at PyPI

Inversions are now supported! 🥳


New features

  • Inversion negation has been implemented. That means that now negate can also negate questions.

Other changes

  • Dependencies have been updated.
  • spaCy models have been updated.
  • spacy-transformers is now an optional dependency that only needs to be installed if Transformers want to be used (pip install "negate[transformers]").

v1.0.0

16 Jul 17:48
Compare
Choose a tag to compare

negate v1.0.0

Available at PyPI

Negate goes out of beta! 🥳


Changelog

This release contains no code changes, it only bumps Negate version to v1.0.0.

It also features the new, fresh-looking logo!

v0.7.9

19 May 15:44
Compare
Choose a tag to compare

negate v0.7.9

Available at PyPI

Changelog

  • Sentences with a "non-negable" auxiliary child are now correctly negated. For example, in sentences such as "I expect everything to be ready.", we now negate "expect" instead of trying to negate the auxiliary "be".

v0.7.6

28 Jan 17:18
Compare
Choose a tag to compare

negate v0.7.6

Available at PyPI

Changelog

  • Add new option to customize behavior upon unsupported sentences. See Behavior upon unsupported sentences for more info.
  • Fix certain unsupported sentences not being reported as such. Also, these sentences no longer include "None" in its negated version.

v0.7.1

20 Dec 15:29
6c0ac29
Compare
Choose a tag to compare

negate v0.7.1

Available at PyPI

Welcome to the first release of negate!

This is a beta release that should correctly negate most common sentences.

Take a look at Current Limitations to see what's coming next.