Skip to content

Releases: bltlab/seqscore

v0.8.0

04 Jun 15:43

Choose a tag to compare

Major changes in v0.8.0

  • Dropped support for Python 3.9 and add support for Python 3.14
  • Changed the default output delimiter for CoNLL files to tab
  • Added a check for empty tokens during validation
  • Enabled setting the field index of the token and label as command-line arguments (--token-index and --label-index)
  • Increased test coverage to 100%
  • Moved all project setup to pyproject.toml and removed setup.py and requirements.txt
  • Added release script

Full Changelog: v0.7.0...v0.8.0

v0.7.0

13 Dec 17:21

Choose a tag to compare

Major changes in v0.7.0

  • Changed count command to default to writing to standard output and renamed --delim argument to --output-delim
  • Dropped support for Python 3.8

Full Changelog: v0.6.0...v0.7.0

v0.6.0

03 Jan 16:33

Choose a tag to compare

Major changes in v0.6.0

  • Added the extract-text subcommand
  • Added support for multiple files for the count, summarize, and validate subcommands
  • Changed behavior when combining type mapping and keep/remove types in process to apply the map first
  • The --labels flag now defaults to BIO for many subcommands
  • Corrected BIOES validation and decoding
  • Dropped support for Python 3.7

Full Changelog: v0.5.0...v0.6.0

v0.5.0

12 Aug 06:04

Choose a tag to compare

Major changes in v0.5.0

  • Add process command
  • Add summarize command
  • Add --error-counts and --full-precision flags to score command
  • Improve performance for loading and validating files
  • Add support for quiet flag in validate

Full Changelog: v0.4.1...v0.5.0

v0.4.1

06 Apr 21:13

Choose a tag to compare

Major changes in v0.4.1

  • Add --version flag to main seqscore command

Full Changelog: v0.4.0...v0.4.1

v0.4.0

06 Apr 20:10

Choose a tag to compare

Major changes in v0.4.0

  • Add support for Python 3.7.
  • Improve README and explain more commands
  • Fix token counts in the validate subcommand

Full Changelog: v0.3.1...v0.4.0

v0.3.1

15 Feb 13:35

Choose a tag to compare

v0.3.1 Pre-release
Pre-release

Full Changelog: v0.3...v0.3.1