Skip to content

Commit

Permalink
1.4.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Dec 26, 2023
1 parent 4672b01 commit b144ba3
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,43 @@



## v1.4.3 (2023-12-26)

### Ci

* ci: Updated setup python ([`339836c`](https://github.com/KennethEnevoldsen/augmenty/commit/339836c079ee4937382f87830479ff2560ccf6ee))

### Fix

* fix: Added missing type ignores ([`4672b01`](https://github.com/KennethEnevoldsen/augmenty/commit/4672b0103ecec6fdd4116bf7f5dcfa3c8ce308bd))

* fix: cleaning up unn. type ignores ([`0e4b222`](https://github.com/KennethEnevoldsen/augmenty/commit/0e4b222cfcba277f7e475c23bd3b21fa0946b669))

### Unknown

* polished tests ([`f4ffc6e`](https://github.com/KennethEnevoldsen/augmenty/commit/f4ffc6e4e7894554843e6bb3f91f05b410cc2895))

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

fix bug in subset ([`49784ea`](https://github.com/KennethEnevoldsen/augmenty/commit/49784ea3741363ba3d21a8d531121f2f8c195689))

* fix eos bounds when creating paragraph subsets ([`9027a49`](https://github.com/KennethEnevoldsen/augmenty/commit/9027a49f7ccc2107be1e45962a298fb98773bec1))

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

fixed var name in docstring ([`31dda40`](https://github.com/KennethEnevoldsen/augmenty/commit/31dda4074ccb8068fe065e460cdf7fcd50053762))

* fix bug in subset ([`da97b19`](https://github.com/KennethEnevoldsen/augmenty/commit/da97b19bb7ec61b67011313ddb001bcd49fc0986))

* Update subset.pyf ([`be01698`](https://github.com/KennethEnevoldsen/augmenty/commit/be01698f8ee416588fecf481943e46c81d5a4e47))

* paper: Updated based on feedback from @HLasse ([`96fff7c`](https://github.com/KennethEnevoldsen/augmenty/commit/96fff7cd74440279ab2a09a832ffdd27b49e4a26))

* Added arxiv reference to citation ([`14b6356`](https://github.com/KennethEnevoldsen/augmenty/commit/14b635609b341f49657db1f7a2924869716c94f7))

* Merge branch 'main' of https://github.com/KennethEnevoldsen/augmenty ([`9dd8df7`](https://github.com/KennethEnevoldsen/augmenty/commit/9dd8df73bd117ef3a4ffd42d58e47bd05413d6dd))


## v1.4.2 (2023-12-09)

### Ci
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "augmenty"
version = "1.4.2"
version = "1.4.3"
description = "An augmentation library based on SpaCy for joint augmentation of text and labels."
authors = [
{ name = "Kenneth Enevoldsen", email = "kennethcenevoldsen@gmail.com" },
Expand Down

0 comments on commit b144ba3

Please sign in to comment.