Releases: KennethEnevoldsen/augmenty
Augmenty: A Python Library for Structured Text Augmentation
This is the release generated for the JOSS review.
v1.4.4
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
)
-
updated linters due to deprecation warning (
98e6f97
) -
updated docs based on review (
dac8fc7
) -
Merge branch 'main' of https://github.com/KennethEnevoldsen/augmenty (
1b47826
)
v1.4.3
v1.4.2
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:
- github.com/psf/black: 23.10.1 → 23.11.0
- github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.1.6
- github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.7.0 (
e5bc976
)
- 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:
- github.com/psf/black: 23.10.0 → 23.10.1
- github.com/astral-sh/ruff-pre-commit: v0.1.1 → v0.1.3 (
07f3965
)
- 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:
- github.com/psf/black: 23.9.1 → 23.10.0
- github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.1
- github.com/pre-commit/mirrors-mypy: v1.6.0 → v1.6.1 (
0fe28b1
)
- 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:
- github.com/asottile/pyupgrade: v3.13.0 → v3.15.0
- github.com/astral-sh/ruff-pre-commit: v0.0.291 → v0.0.292 (
fe9c459
)
- Merge pull request #206 from KennethEnevoldsen/add-training-example
docs: Added training using augmenty example (900ee4c
)