Skip to content

Releases: yasufumy/sequence-label

v0.1.7: Update ruff and Refactor type hints

23 Feb 10:49
1b9b41e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.6...v0.1.7

v0.1.6: Support for Python 3.12

15 Oct 13:16
69ec990
Compare
Choose a tag to compare
Support for Python 3.12 (#11)

* Support for Python 3.12

* Add py312 to CI

v0.1.5: Patch Release

23 Sep 07:50
773f7a2
Compare
Choose a tag to compare
Add test cases (#10)

* Fix README.md

* Add hypothesis

* Add a test case

* Fix a bug

* Fix a comment

* Change the order

* Remove unused fixtures

* Remove a fixture

* Add a test case for LabelAlignment

* Fix README.md

v0.1.4: Patch Release

18 Sep 12:18
2db7f15
Compare
Choose a tag to compare
Fix a bug in create_alignments (#9)

* Update README.md

* Update a description in pyproject.toml

* Simply a pytest command

* Add a test case

* Fix a bug

v0.1.3: Update the documentation

16 Sep 13:02
5d16412
Compare
Choose a tag to compare
Update docstrings (#8)

* Add an argument to ignore a pad token

* Update README.md

* Support encoding without alignments

* Update README.md

* Update README.md

* Add __all__

* Fix test cases

* Add ruff rules

* Add a docstring to the function create_alignments

* Change method names

* Update README.md

* Update docstrings

v0.1.2: Support BatchEncoding with is_split_into_words enabled

09 Sep 04:27
902c3b2
Compare
Choose a tag to compare
Support BatchEncoding with `is_split_into_words` enabled. (#7)

* Fix __contains__

* Fix variable names

* Update LabelAlignment

* Support a word-based sequence label

* Add a test case

* Make an alignments argument as optional in a decode method

* Fix a CI command

v0.1.1: Refactoring

01 Sep 15:11
4c61dee
Compare
Choose a tag to compare
Refactoring (#6)

* Add an instance variable that represents how the label is defined.

* Add a docstring

* Refactor LabelSet

* Add a message to ValueError

* Use Enum instead of typing.Literal

* Add error messages

* Call methods with keyword parameters

* Use more general argument names

* Minor fix

v0.1.0: Initial Release

13 Aug 11:09
93e49cd
Compare
Choose a tag to compare
Add content-type to a readme field (#4)