Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add functionality for modifying and creating data #4373

Draft
wants to merge 37 commits into
base: python-dev
Choose a base branch
from

Add FileReference.from_file(), including checksum computation

41b376c
Select commit
Loading
Failed to load commit list.
Draft

Add functionality for modifying and creating data #4373

Add FileReference.from_file(), including checksum computation
41b376c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 20, 2025 in 1s

93.99% of diff hit (target 92.56%)

View this Pull Request on Codecov

93.99% of diff hit (target 92.56%)

Annotations

Check warning on line 374 in python/acl_anthology/anthology.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/acl_anthology/anthology.py#L374

Added line #L374 was not covered by tests

Check warning on line 63 in python/acl_anthology/collections/bibkeys.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/acl_anthology/collections/bibkeys.py#L63

Added line #L63 was not covered by tests

Check warning on line 142 in python/acl_anthology/collections/bibkeys.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/acl_anthology/collections/bibkeys.py#L142

Added line #L142 was not covered by tests

Check warning on line 168 in python/acl_anthology/collections/bibkeys.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/acl_anthology/collections/bibkeys.py#L168

Added line #L168 was not covered by tests

Check warning on line 81 in python/acl_anthology/collections/collection.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/acl_anthology/collections/collection.py#L81

Added line #L81 was not covered by tests

Check warning on line 171 in python/acl_anthology/collections/collection.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/acl_anthology/collections/collection.py#L171

Added line #L171 was not covered by tests

Check warning on line 175 in python/acl_anthology/collections/collection.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/acl_anthology/collections/collection.py#L175

Added line #L175 was not covered by tests

Check warning on line 228 in python/acl_anthology/collections/collection.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/acl_anthology/collections/collection.py#L228

Added line #L228 was not covered by tests

Check warning on line 68 in python/acl_anthology/collections/event.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/acl_anthology/collections/event.py#L68

Added line #L68 was not covered by tests

Check warning on line 55 in python/acl_anthology/collections/index.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/acl_anthology/collections/index.py#L55

Added line #L55 was not covered by tests

Check warning on line 73 in python/acl_anthology/collections/paper.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/acl_anthology/collections/paper.py#L73

Added line #L73 was not covered by tests

Check warning on line 77 in python/acl_anthology/collections/paper.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/acl_anthology/collections/paper.py#L77

Added line #L77 was not covered by tests

Check warning on line 125 in python/acl_anthology/collections/paper.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/acl_anthology/collections/paper.py#L125

Added line #L125 was not covered by tests

Check warning on line 129 in python/acl_anthology/collections/paper.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/acl_anthology/collections/paper.py#L129

Added line #L129 was not covered by tests

Check warning on line 201 in python/acl_anthology/collections/paper.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/acl_anthology/collections/paper.py#L201

Added line #L201 was not covered by tests

Check warning on line 308 in python/acl_anthology/collections/paper.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/acl_anthology/collections/paper.py#L308

Added line #L308 was not covered by tests

Check warning on line 511 in python/acl_anthology/collections/paper.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/acl_anthology/collections/paper.py#L511

Added line #L511 was not covered by tests

Check warning on line 702 in python/acl_anthology/collections/paper.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/acl_anthology/collections/paper.py#L702

Added line #L702 was not covered by tests

Check warning on line 109 in python/acl_anthology/collections/volume.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/acl_anthology/collections/volume.py#L109

Added line #L109 was not covered by tests

Check warning on line 114 in python/acl_anthology/collections/volume.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/acl_anthology/collections/volume.py#L114

Added line #L114 was not covered by tests

Check warning on line 268 in python/acl_anthology/collections/volume.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/acl_anthology/collections/volume.py#L268

Added line #L268 was not covered by tests

Check warning on line 280 in python/acl_anthology/collections/volume.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/acl_anthology/collections/volume.py#L280

Added line #L280 was not covered by tests

Check warning on line 109 in python/acl_anthology/files.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/acl_anthology/files.py#L109

Added line #L109 was not covered by tests

Check warning on line 63 in python/acl_anthology/text/stopwords.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/acl_anthology/text/stopwords.py#L63

Added line #L63 was not covered by tests

Check warning on line 41 in python/acl_anthology/utils/attrs.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

python/acl_anthology/utils/attrs.py#L41

Added line #L41 was not covered by tests