Releases: ArneBinder/pie-utils
Releases · ArneBinder/pie-utils
v0.7.0
What's Changed
Other Changes
- add
strip_whitespace
toRegexPartitioner
by @ArneBinder in #55 - update the readme by @ArneBinder in #56
- release 0.7.0 by @ArneBinder in #57
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
Other Changes
- implement
TextSpanTrimmer
by @ArneBinder in #53 - release 0.6.0 by @ArneBinder in #54
Full Changelog: v0.5.1...v0.6.0
v0.5.1
What's Changed
🪲 Fixes
- use correct mixins by @ArneBinder in #50
Other Changes
- release v0.5.1 by @ArneBinder in #51
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
Other Changes
- Update pytorch ie 0.17.0 by @ArneBinder in #48
- release version 0.5.0 by @ArneBinder in #49
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
🚀 Other Features
- implement DatasetDict by @ArneBinder in #40
- Enter/ExitDataset(Dict)Mixin handling in map() by @ArneBinder in #43
🪲 Fixes
- fix text_lengths_collector.py by @ArneBinder in #44
Other Changes
- document processing by @ArneBinder in #42
- minor fixes by @ArneBinder in #45
- move document types to tests and fix export of processors by @ArneBinder in #46
- update version to 0.4.0 by @ArneBinder in #47
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
📝 Document Processors
- add show text lengths processor by @ArneBinder in #24
- add reverse relations adder document processor by @Bhuvanesh-Verma in #25
- document_processor/split_document_to_partitions by @Bhuvanesh-Verma in #21
🚀 Other Features
- add hydra.resolve_target() by @ArneBinder in #35
- add print_document_annotation_graph() by @ArneBinder in #38
🪲 Fixes
- fix CI and upgrade to latest pytorch-ie version by @ArneBinder in #34
💄 Style
- fix flake8 options by @ArneBinder in #23
Other Changes
- increase version to 0.2.1 by @ArneBinder in #17
- release template by @ArneBinder in #26
- rearrange document package structure by @ArneBinder in #30
- Encoding by @Bhuvanesh-Verma in #28
- Convert annotation by @Bhuvanesh-Verma in #29
- add get_overlap_length to slice.py by @Bhuvanesh-Verma in #31
- release v0.3.0 by @ArneBinder in #41
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- set version to 0.1.2 by @ArneBinder in #11
- add span utils by @Bhuvanesh-Verma in #13
- add candidate relation adder document processor by @Bhuvanesh-Verma in #14
- relax pytorch-ie version requirements by @ArneBinder in #15
- release v0.2.0 by @ArneBinder in #16
New Contributors
- @Bhuvanesh-Verma made their first contribution in #13
Full Changelog: v0.1.1...v0.2.0
v0.1.1
v0.1.0
What's Changed
- cake it by @ArneBinder in #3
- add .coveragerc and set source for test coverage to src by @ArneBinder in #4
- new interface WithStatistics by @ArneBinder in #5
- module dataset by @ArneBinder in #6
- set minimum coverage to 100 by @ArneBinder in #7
- improve github workflows by @ArneBinder in #8
- remove requirements.txt after python setup in github workflow by @ArneBinder in #9
Full Changelog: v0.0.0...v0.1.0
Setup
This release does not has any content, but contains the basic project setup:
- empty
pie_utils
package in thesrc
folder - empty
tests
package setup.py
- this project is ready to install.pre-commit-config.yaml
- definition of code quality checksREADME.md
- simple setup instructions- GitHub workflows:
code-quality-main.yaml
,code-quality-pr.yaml
, andtest.yaml
- and:
pyproject.toml
,.gitignore
, andLICENSE
Note: CI is red because there are not tests to run.