Skip to content

Releases: HLasse/TextDescriptives

v2.4.0

31 Jan 09:27
Compare
Choose a tag to compare

Feature

  • Add out of vocabulary ratio to quality component (a1177e5)

Documentation

  • Update quality docs with oov_ratio (74c22b1)

v2.3.0

23 Jan 17:11
Compare
Choose a tag to compare

Feature

  • Added information theoretic features (076c638)

Fix

  • Fix error caused by running all tests at once (5e46202)

Documentation

  • Added information metrics to docs (15bb255)
  • Added update timer and fail on timeout (0d39b2e)
  • Fixed tutorial to not download model (42589f6)

v2.2.0

16 Jan 11:59
Compare
Choose a tag to compare

Feature

  • Added QualityOutput (c0fb63c)
  • Updated way that that quality thresholds is set (f799186)

Documentation

  • Removed multiprocessing from pipes (c224580)
  • Changed print of quality (deb148b)
  • Fixed multiprocessing in tutorial (4ddebdf)
  • Updated docs with changes to the API (580bea1)
  • Updated tutorial (57d0054)
  • Added quality tutorial to docs (2017fb3)
  • Added tutorial (fa2d65c)
  • Added new tutorial for quality filtering (3697e59)
  • Fix typo in coherence.rst (be83cf3)
  • Minor mismention (f5155c2)

v2.1.0

06 Jan 10:34
Compare
Choose a tag to compare

Feature

Fix

  • Remove previously assigned extensions before extracting new metrics (1a7ca00)
  • Remove doc extension instead of pipe component. TODO double check all assings are correct (bc32d47)

Documentation

  • Add arxiv badge to readme (7b57aea)
  • Update readme after review and add citation in docs (728a0d4)
  • Add arxiv citation (bfab60b)
  • Add extract_metrics to docs and readme (163bee5)
  • Download spacy model in tutorial (96634cb)
  • Reset changelog (12007b7)

v2.0.10

03 Jan 13:48
Compare
Choose a tag to compare

Fix

v2.0.0

02 Jan 13:33
e539e7b
Compare
Choose a tag to compare

New API and updated docs and tutorials. See the documentation for more.

What's Changed

New Contributors

  • @rbroc made their first contribution in #75

Full Changelog: v1.1.0...2.0.0

Version 1.1.0

26 Sep 11:32
836c4ca
Compare
Choose a tag to compare

Added quality filter to check the data quality of your texts! Thanks to @KennethEnevoldsen for the PR.

What's Changed

Full Changelog: v1.0.7...v1.1.0

Version 1.0.7

04 May 16:52
04bb72c
Compare
Choose a tag to compare

Lots of minor stuff mainly related to Github actions and workflows. Fixed a couple of minor issues causing tests to fail.

What's Changed

Full Changelog: v1.0.6...v1.0.7

Version 1.0.6

04 Mar 08:56
e0be97c
Compare
Choose a tag to compare

Fixed to also work with attribute ruler as opposed to just a tagger

What's Changed

  • add extract_dict function by @HLasse in #5
  • Add pos_proportions by @martbern in #6
  • master to posstatistics by @HLasse in #7
  • Add documentation for pos_stats by @martbern in #8
  • Add documentation for pos_stats by @HLasse in #9
  • change numpy requirement by @HLasse in #11
  • Add Span support to pos_proportions by @martbern in #14
  • Added references and changed pos-stats to part-of-speech stats by @KennethEnevoldsen in #16
  • Added missing word by @KennethEnevoldsen in #18
  • Fixed to work with attribute ruler by @frillecode in #19

New Contributors

  • @martbern made their first contribution in #6
  • @frillecode made their first contribution in #19

Full Changelog: v1.0.1...v1.0.6

Version 1.0.1

09 Aug 09:56
Compare
Choose a tag to compare

Stable release of TextDescriptives using spaCy