Skip to content

Commit

Permalink
new interface; bump to 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
thiippal committed Nov 18, 2022
1 parent 1289230 commit fcebb7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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 = "abulafia"
version = "0.1.6"
version = "0.1.7"
description = "A tool for fair and reproducible crowdsourcing using Toloka"
readme = "README.md"
requires-python = ">=3.8"
Expand Down
4 changes: 3 additions & 1 deletion src/abulafia/task_specs/task_specs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,9 @@ def specify_task(configuration):

class LabelledSegmentationVerificationNoCheckbox(CrowdsourcingTask):
"""
This is a class for binary segmentation verification tasks with labelled bounding boxes without a checkbox.
This is a class for binary segmentation verification tasks with labelled bounding boxes,
but the interface does not contain a checkbox that can be used e.g. to mark images with
nothing to outline.
"""

def __init__(self, configuration, client):
Expand Down

0 comments on commit fcebb7d

Please sign in to comment.