Skip to content

Releases: KennethEnevoldsen/augmenty

Augmenty: A Python Library for Structured Text Augmentation

20 Apr 16:47
f7339cc
Compare
Choose a tag to compare

v1.4.4

19 Mar 09:35
Compare
Choose a tag to compare

v1.4.4 (2024-03-19)

Documentation

Fix

  • fix: ran linters (61d5e9c)

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

TvoroG/pytest-lazy-fixture#65 (477895c)

Unknown

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

updated docs based on review (176a4ad)

v1.4.3

26 Dec 17:59
Compare
Choose a tag to compare

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)

v1.4.2

09 Dec 16:42
Compare
Choose a tag to compare

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)

v1.4.1

06 Oct 10:39
Compare
Choose a tag to compare

Fix

Documentation

  • Move example to correct function (8aeae27)
  • Add example for combine (ba163a1)

v1.4.0

19 Sep 13:51
Compare
Choose a tag to compare

Feature

  • Keep span annotations for ents (8dcafc5)

v1.3.7

04 May 19:25
Compare
Choose a tag to compare

Fix

  • Added support for doc entities (6ca5439)

v1.3.6

01 May 22:29
Compare
Choose a tag to compare

Fix

  • Entity augmenter now allows for passing in spans or string (faf2abc)

v1.3.5

01 May 20:20
Compare
Choose a tag to compare

Fix

  • Removed upper bounds on all dependencies (78b6a1d)

v1.3.4

01 May 20:02
Compare
Choose a tag to compare

Fix

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

Documentation

  • Updated docstrings on repeat augmenter (f4cf48c)