KennethEnevoldsen / augmenty

Augmenty is an augmentation library based on spaCy for augmenting texts.
https://kennethenevoldsen.github.io/augmenty/
MIT License
151 stars 11 forks source link

:arrow_up: Update dacy requirement from <2.1.0,>=1.1.1 to >=1.1.1,<2.4.0 #134

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on dacy to permit the latest version.

Release notes

Sourced from dacy's releases.

v2.3.1

Fix

Documentation

Changelog

Sourced from dacy's changelog.

v2.3.1 (2023-01-09)

Fix

Documentation

v2.3.0 (2023-01-05)

Feature

  • Added scandi-ner model to dacy (dc2a514)
  • Added scandi-ner model to dacy (a2bec3b)

Documentation

v2.2.9 (2023-01-03)

Fix

  • Update huggingface name for wrapped models (cbb3f3b)

Documentation

  • Updated github action badge (20b6bc9)

v2.0.2 (2023-01-02)

Fix

  • Fixed parsing error of config str (c9ce75b)

Documentation

  • Updated faq to be semi-package agnostic (c1a1c34)
  • Update links in pyproject.toml (4868137)
  • Added missing images to docs (535e170)
  • Fixed broken links (069cfe3)
  • Updated changelog (824e3f6)
  • Minor updates (34727fe)
  • Removed built with spacy badge (edf6118)
  • Overhaul of documentation (4dd2602)
  • General update (583ca73)
  • Ran notebooks using latest update (9fce7fe)
  • Removed faq from readme (45e3417)
  • Moved news and changes to its own section (cf3a73a)
  • Added documentation for hate-speech models (63cd6fe)
  • Fixed typo (60f0779)
  • Fixes copy-paste error in sentiment docs (614117a)
  • Updated documentation on augmentation (1102be1)
  • Updated documentation on sentiment (6a079cb)
  • Added citation cff (b364ca3)
Commits
  • 0372ab7 2.3.1
  • e548c82 fix: Update about.py (#178)
  • fe424be docs: fixed markdown link in .rst file
  • d648ac1 docs: Added news
  • 1d3ec2c Add Tutorials: "Extracting text statistics and readability metrics using DaCy...
  • e6615e4 ci: update automerge for dependabot
  • ea31b02 build: relax dependency
  • bbd0458 Merge branch 'main' into build-relax-requirements
  • 0b19dbe 2.3.0
  • 6408329 build: relax dependency
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.