Skip to content

Releases: doccano/doccano

v1.5.4

01 Dec 01:55
6bd1f81
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.3...v1.5.4

v1.5.3

30 Nov 23:28
3e98dbe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.2...v1.5.3

v1.5.2

09 Nov 06:03
ba9a4f4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.1...v1.5.2

v1.5.1

05 Nov 05:41
d89dce6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0

25 Oct 06:03
811cd5a
Compare
Choose a tag to compare

Pickup

  • #1511 Support nested named entity recognition
  • #1414 Fix pip installation on Windows

What's Changed

New Contributors

Full Changelog: v1.4.1...v1.5.0

v1.4.1

25 May 01:28
Compare
Choose a tag to compare
  • #1375 Fix auto labeling error

v1.4.0

18 May 02:07
7a87d7a
Compare
Choose a tag to compare

Feature

  • #1370 Add a new task: image classification

Fix

  • #1368 Fix auto labeling function
  • #1340 Fix download dataset
  • #1358 Update documentation
  • #1349 Improve test code
  • #1367 Security update

v1.3.1

26 Apr 05:55
a3f7d21
Compare
Choose a tag to compare

Small updates

  • #1333 Update pagination
  • #1331 Replace PostgreSQL URL for Heroku
  • #1325 Show new lines in a text classification project
  • #1324 Fix rows per page display error
  • #1323 Fix pip usage documentation
  • Fix infinite loop if the specified encoding is Auto and the file is small
  • Hide shortcut circle if suffix key is empty
  • Update demo page's metadata

v1.3.0

21 Apr 07:23
29dfa3a
Compare
Choose a tag to compare

Mainly improve upload and download features:

Upload

  • Support a large file upload
  • Support a folder upload
  • Support multiple files upload
  • Support asynchronous upload
  • Enable to show upload progress

Ingestion

  • Support batch import to speed up the process
  • Support file validation
  • Import as much of the file's content as possible
  • Provide feedback on which file and what line is wrong and why.
  • Support 90 over encodings
  • Support auto encoding detection
  • Support saving filename

File format

  • Expand the available formats
  • Support for specifying columns for labels and text
  • Support for specifying schema of CoNLL(IOB2, IOE2, IOBES, BILOU)
  • Support for specifying separator(CSV, CoNLL)

Download

  • Support a large file download
  • Support asynchronous download
  • Support zip download
  • Support JSON download

Others

  • Support project tags

v1.2.4

30 Mar 21:06
e038990
Compare
Choose a tag to compare

Fix the dependency problem #1278