Releases: dmlls/negate
Releases · dmlls/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
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
v1.1.2
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
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
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
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
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.