augmenty

Augmenty is an augmentation library based on spaCy for augmenting texts.

MIT License

Downloads
1.5K
Stars
150
Committers
9

Bot releases are hidden (Show)

augmenty - Augmenty: A Python Library for Structured Text Augmentation Latest Release

Published by KennethEnevoldsen 6 months ago

This is the release generated for the JOSS review.

augmenty - v1.4.4

Published by KennethEnevoldsen 7 months ago

v1.4.4 (2024-03-19)

Documentation

  • docs: fix minor spelling mistake (46220c4)

  • docs: Updated paper with feedback from @sap218 (4bf0cb2)

Fix

  • fix: ran linters (61d5e9c)

  • fix: updated tests dependencies due to issues with pytest-fixtures:

https://github.com/TvoroG/pytest-lazy-fixture/issues/65 (477895c)

Unknown

  • Merge pull request #221 from KennethEnevoldsen/review-update

updated docs based on review (176a4ad)

augmenty - v1.4.3

Published by KennethEnevoldsen 10 months ago

v1.4.3 (2023-12-26)

Ci

  • ci: Updated setup python (339836c)

Fix

  • fix: Added missing type ignores (4672b01)

  • fix: cleaning up unn. type ignores (0e4b222)

Unknown

  • polished tests (f4ffc6e)

  • Merge pull request #220 from KennethEnevoldsen/KennethEnevoldsen-patch-2

fix bug in subset (49784ea)

  • fix eos bounds when creating paragraph subsets (9027a49)

  • Merge pull request #218 from KennethEnevoldsen/KennethEnevoldsen-patch-1

fixed var name in docstring (31dda40)

augmenty - v1.4.2

Published by KennethEnevoldsen 10 months ago

v1.4.2 (2023-12-09)

Ci

  • ci: Added missing requirements for tests (c408811)

  • ci: Adding missing install for test (28468ef)

  • ci: Updated ci to use p38 (066a4cc)

  • ci: Updated draft pdf (33a85a1)

Documentation

  • docs: updated citation reference (f77a441)

  • docs: Ensure correct versions for building docs (47cd524)

  • docs: Added training using augmenty example (2e4e431)

Fix

  • fix: updated wrong type hint (7c08328)

  • fix: removed all types from docstrings
    to avoid misaligned types also removed default statement in docstrings (bba7a11)

  • fix: remedy broken fix (cbe03c8)

  • fix: Added missing dependencies for test (4b57421)

Style

  • style: ran formatters (d0fae95)

  • style: ran pyright (de3f9ab)

  • style: Moved to ruff as the main linter (05c3de8)

Unknown

  • limited test suite size (adce792)

  • ignore wordnet types (91e097e)

  • Added exemption for stalebot (231a955)

  • Added dacy into global install (034cd71)

  • ran type checker (fb8c2be)

  • Converting to cruft template
    based on swift python (367ff15)

  • Paper: Added missing .bib (7ee6fe6)

  • Merge pull request #217 from KennethEnevoldsen/paper

Added paper (fad364a)

  • Added arxiv paper (ae5870f)

  • Added paper markdown (b93ada7)

  • Merge pull request #216 from KennethEnevoldsen/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (053affa)

  • [pre-commit.ci] pre-commit autoupdate

updates:

  • Merge pull request #215 from KennethEnevoldsen/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (15ea170)

  • [pre-commit.ci] pre-commit autoupdate

updates:

  • Merge pull request #213 from KennethEnevoldsen/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (5805ca5)

  • [pre-commit.ci] pre-commit autoupdate

updates:

  • Merge pull request #212 from KennethEnevoldsen/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (d1092be)

  • [pre-commit.ci] pre-commit autoupdate

updates:

  • Merge pull request #211 from EFord36/fix-docs-github-link

Fix docs GitHub link (de999c2)

  • Merge pull request #210 from EFord36/fix-special-typo

fix typo in docs: spacial -> special (aafc538)

  • reuse github_user variable in docs/conf.py (e1d3ff7)

  • fix github_user typo for repo_url in docs

This caused the GitHub icon in the footer to take the user to an invalid
link, which returned a 404 error from GitHub. (b74c4c3)

  • fix typo in docs: spacial -> special (30a4044)

  • Merge pull request #209 from KennethEnevoldsen/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (2117f31)

  • [pre-commit.ci] pre-commit autoupdate

updates:

  • Merge pull request #208 from KennethEnevoldsen/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (f7e547c)

  • [pre-commit.ci] pre-commit autoupdate

updates:

  • Merge pull request #207 from KennethEnevoldsen/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (b7e45d9)

  • [pre-commit.ci] pre-commit autoupdate

updates:

  • Merge pull request #206 from KennethEnevoldsen/add-training-example

docs: Added training using augmenty example (900ee4c)

augmenty - v1.4.1

Published by KennethEnevoldsen about 1 year ago

Fix

Documentation

  • Move example to correct function (8aeae27)
  • Add example for combine (ba163a1)
augmenty - v1.4.0

Published by KennethEnevoldsen about 1 year ago

Feature

  • Keep span annotations for ents (8dcafc5)
augmenty - v1.3.7

Published by KennethEnevoldsen over 1 year ago

Fix

  • Added support for doc entities (6ca5439)
augmenty - v1.3.6

Published by KennethEnevoldsen over 1 year ago

Fix

  • Entity augmenter now allows for passing in spans or string (faf2abc)
augmenty - v1.3.5

Published by KennethEnevoldsen over 1 year ago

Fix

  • Removed upper bounds on all dependencies (78b6a1d)
augmenty - v1.3.4

Published by KennethEnevoldsen over 1 year ago

Fix

  • Handle offset outside "head" annotation scope (c02f076)
  • Added fix for issues 170 (74aa006)

Documentation

  • Updated docstrings on repeat augmenter (f4cf48c)
augmenty - v1.3.3

Published by KennethEnevoldsen over 1 year ago

Fix

  • Adjust dep. annotations for ent augmenter (00bbc56)

Documentation

  • Fix formatting such that is rendered as intended in the docs (a77c362)
augmenty - v1.3.2

Published by KennethEnevoldsen over 1 year ago

Fix

Documentation

  • Added github logo to footer (5f4ffee)
  • Fixed error in docstring leading to missing variable docuementation (723ce45)
  • Update landing page (fbd65c0)
  • Removed demo (7a43936)
  • Updated augmenters table (25ba09d)
  • Fixed missing underscore (b42d7aa)
  • Fixed errors in tutorial (ce562a6)
augmenty - v1.3.1

Published by KennethEnevoldsen almost 2 years ago

Fix

Documentation

  • Updated changelog references (22e7bf4)
augmenty - v1.3.0

Published by KennethEnevoldsen almost 2 years ago

Feature

  • Added Hungarian keyboard (4293022)
  • Added Hungarian keyboard (9db8a50)
  • Added Hungarian keyboard (6e5d1d5)

Fix

Documentation

  • Updated to a newer pipeline (3452b14)
  • Moved demo requirements to demo folder (eb9aeaf)
  • Fixed brokens links (083915b)
augmenty - v1.2.0

Published by KennethEnevoldsen almost 2 years ago

Feature

  • Added Hungarian keyboard (4293022)
  • Added Hungarian keyboard (9db8a50)
  • Added Hungarian keyboard (6e5d1d5)

Documentation

  • Updated to a newer pipeline (3452b14)
  • Moved demo requirements to demo folder (eb9aeaf)
  • Fixed brokens links (083915b)
augmenty - v1.0.1

Published by KennethEnevoldsen over 2 years ago

Version

What's Changed

Documentation updates

New Contributors

Full Changelog: https://github.com/KennethEnevoldsen/augmenty/compare/v.0.0.12...v1.0.1

augmenty - Release 0.0.12

Published by KennethEnevoldsen over 2 years ago

0.0.12 (03/08/21)

  • Many bugfixes
  • Added a few more augmenters
  • Notable updates to the documentation of the package

0.0.1 (03/08/21)

  • First version of augmenty launches 🎉
    • with more than 15 highly customizable augmenters,
    • A high-quality code-base (coverage of 96% and a codefactor A),
    • and utilities for easy application of augmenters to strings and spaCy Docs.
    • Furthermore, it also includes a series of convenience functions for combining and moderating augmentations.

Full Changelog: https://github.com/KennethEnevoldsen/augmenty/commits/v.0.0.12

Package Rankings
Top 9.47% on Pypi.org
Badges
Extracted from project README
PyPI version python version Ruff github actions pytest github actions docs status