Recent Releases of TextDescriptives

TextDescriptives - v2.8.4

v2.8.4 (2024-12-16)

Ci

  • ci: updated ruf (4c59bde)

  • ci: removed pre-commit to only use ruff (24e391c)

  • ci: simplified CI (cdeb144)

Fix

  • fix: minor fixes (24938bb)

  • fix: removed warning when dividing by 0 (9530103)

Style

Unknown

  • Merge pull request #372 from HLasse/added-pyupgrade

ci: Added pyupgrade to ruff (a44ec46)

  • cI: update lint ci to use uv (0019df2)

  • Added isort (cf596fa)

  • Added pyupgrade to ruff (221e074)

  • Merge pull request #371 from HLasse/simplify-ci

ci: simplified CI (bb07e1b)

Scientific Software - Peer-reviewed - Python
Published by HLasse over 1 year ago

TextDescriptives - v2.8.3

v2.8.3 (2024-12-15)

Ci

  • ci: revert sphinx-notes version (051070f)

  • ci: update sphinx-notes/pages (d8d9a46)

Documentation

  • docs: fix grammar in information theory docs (d3ae92c)

Fix

  • fix: drop official 3.8 support (fcac879)

Unknown

  • Merge pull request #370 from HLasse/drop-py38

feat: drop official 3.8 support (68b4e8f)

  • add back upper bound on numpy (e2b6dbb)

  • try without upper bound on numpy (ceba40a)

  • lower bound on scipy (ebfc531)

  • trying with versions that previously worked (2f4b052)

  • fix (9bcbad1)

  • lock python version for docs ci (883d129)

  • Added upper bound of scipy for tutorials (e14251e)

  • removed draft pdf ci (801245b)

  • Added requirements for docs (bd38afd)

  • setting upper bound of numpy (620a53b)

  • Merge pull request #364 from HLasse/HLasse-patch-1

Remove pre-commit ci (eb2a66a)

  • Update .pre-commit-config.yaml (1e89f25)

  • Merge pull request #361 from HLasse/docs-information-theory

docs: fix grammar in information theory docs (88a922a)

  • Merge pull request #358 from HLasse/KennethEnevoldsen-patch-1

Update qualitydataclasses.py (15b7670)

  • tests: fix loading of mc4 (3d172a8)

  • tutorials: convert DAGW to markdown (1ea3525)

  • Update qualitydataclasses.py (703a12f)

Scientific Software - Peer-reviewed - Python
Published by HLasse over 1 year ago

TextDescriptives - v2.8.2

v2.8.2 (2024-05-31)

Ci

Fix

  • fix: don't cap core dependency versions (0d29c69)

Unknown

  • Merge pull request #354 from HLasse/dont-cap-versions

Remove upper bound of core dependencies and remove dependabot (53a4e03)

  • Merge branch 'main' into dont-cap-versions (889afef)

  • Merge pull request #352 from Rested/main

:arrow_up: be more lenient with ftfy dependency (d2e22f3)

Scientific Software - Peer-reviewed - Python
Published by HLasse about 2 years ago

TextDescriptives - v2.8.1

v2.8.1 (2024-05-07)

Documentation

  • docs: fix link to document in readme (096a6b8)

Fix

  • fix: correctly set symbols and contains in Quality with custom values (a4dab94)

Style

Unknown

  • Merge pull request #353 from HLasse/fix-quality-threshold-not-set

fix: contains and symbols not updated in Quality (cfe9b87)

  • tests: update test (7915eeb)

  • Merge pull request #344 from HLasse/HLasse-patch-1

docs: fix link to document in readme (e470db7)

  • Merge pull request #342 from HLasse/update-docs

Update docs (93b1d59)

  • Merge pull request #340 from sondalex/update_documentation

Fix docstrings example module import error & Add doctrings missing imports (7064c3b)

Scientific Software - Peer-reviewed - Python
Published by HLasse about 2 years ago

TextDescriptives - v2.8.0

v2.8.0 (2024-04-09)

Build

  • build: update autodoc_pydantic to support pydantic 2 (e236d0d)

  • build: require pydantic <2.0.0 (e18a6aa)

Ci

  • ci: update semrelease version for pydantic support (3baa06d)

Documentation

  • docs: bin pydantic version in docs building (8631fc8)

Feature

  • feat: bump pydantic version to 2.0 (ce91e56)

Fix

Unknown

  • Merge pull request #326 from HLasse/pydantic-2

feat: bump pydantic version to 2.0 and spacy version to >=3.6 (d900c46)

  • tests: update spacy model version for tests to 3.6 (4e2029f)

  • CI: update sem ver version (7b24af8)

  • deps: update min spacy version to 3.6 (d7d5a30)

  • Merge pull request #320 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (5c7015a)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/bwhmather/ssort: 0.12.3 → 0.12.4 - github.com/psf/black: 24.1.1 → 24.2.0 - github.com/astral-sh/ruff-pre-commit: v0.1.14 → v0.2.1 (b6ba478)

  • lint (2ec4aa9)

  • Merge branch 'pydantic-2' of https://github.com/HLasse/TextDescriptives into pydantic-2 something? (8a5f03e)

  • tests: fix type (7854c8d)

  • Merge branch 'main' into pydantic-2 (8682679)

  • Merge pull request #325 from HLasse/HLasse-patch-1

build: require pydantic <2.0.0 (8589099)

  • Merge pull request #322 from HLasse/HLasse/tutorials-quality-tutorial-failing-due-to-DAGW-not-being-available-at-the-moment

tutorials: quality tutorial failing due to DAGW not being available at the moment (b23beb2)

  • tutorials: quality tutorial failing due to DAGW not being available at the moment Fixes #321 (fbaa00d)

Scientific Software - Peer-reviewed - Python
Published by HLasse about 2 years ago

TextDescriptives - v2.7.3

v2.7.3 (2024-02-06)

Fix

  • fix: pin autodoc_pydantic version to support pydantic version <2 (4b91006)

Scientific Software - Peer-reviewed - Python
Published by HLasse over 2 years ago

TextDescriptives - v2.7.2

v2.7.2 (2024-02-06)

Fix

  • fix: update furo to fix doc builidng (3e73e61)

Unknown

  • Merge pull request #317 from HLasse/dependabot/pip/black-24.1.1

:arrow_up: bump black from 23.12.1 to 24.1.1 (3ae9298)

  • :arrow_up: bump black from 23.12.1 to 24.1.1

Bumps black from 23.12.1 to 24.1.1. - Release notes - Changelog - Commits


updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-major ...

Signed-off-by: dependabot[bot] <support@github.com> (76d368b)

  • Merge pull request #318 from HLasse/dependabot/pip/ipython-lte-8.21.0

:arrow_up: update ipython requirement from <=8.19.0 to <=8.21.0 (00e7faf)

  • Merge pull request #319 from HLasse/dependabot/pip/ruff-0.1.15

:arrow_up: bump ruff from 0.1.9 to 0.1.15 (bcd0fb0)

  • :arrow_up: bump ruff from 0.1.9 to 0.1.15

Bumps ruff from 0.1.9 to 0.1.15. - Release notes - Changelog - Commits


updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ...

Signed-off-by: dependabot[bot] <support@github.com> (10eda08)

  • :arrow_up: update ipython requirement from <=8.19.0 to <=8.21.0

Updates the requirements on ipython to permit the latest version. - Release notes - Commits


updated-dependencies: - dependency-name: ipython dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <support@github.com> (77de15d)

  • Merge pull request #316 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (144edd4)

  • [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci (1d06d1d)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/bwhmather/ssort: 0.12.2 → 0.12.3 - github.com/psf/black: 23.12.1 → 24.1.1 (e7f4b31)

  • Merge pull request #315 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (1fd6492)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/bwhmather/ssort: v0.12.0 → 0.12.2 - github.com/astral-sh/ruff-pre-commit: v0.1.13 → v0.1.14 (3efd3b9)

  • Merge pull request #314 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (cee82c2)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/astral-sh/ruff-pre-commit: v0.1.11 → v0.1.13 (98cc90d)

  • Merge pull request #313 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (d97d8de)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.1.11 (8f33024)

  • Merge pull request #312 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (1d3b571)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/bwhmather/ssort: v0.11.6 → v0.12.0 (b106cd5)

  • Merge pull request #307 from HLasse/dependabot/pip/ruff-0.1.9

:arrow_up: Bump ruff from 0.1.6 to 0.1.9 (ce26c71)

  • :arrow_up: Bump ruff from 0.1.6 to 0.1.9

Bumps ruff from 0.1.6 to 0.1.9. - Release notes - Changelog - Commits


updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ...

Signed-off-by: dependabot[bot] <support@github.com> (daa09d2)

  • Merge pull request #311 from HLasse/dependabot/pip/black-23.12.1

:arrow_up: Bump black from 23.11.0 to 23.12.1 (25350ed)

  • :arrow_up: Bump black from 23.11.0 to 23.12.1

Bumps black from 23.11.0 to 23.12.1. - Release notes - Changelog - Commits


updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] <support@github.com> (a491fe9)

  • Merge pull request #310 from HLasse/dependabot/pip/mypy-1.8.0

:arrow_up: Bump mypy from 1.7.1 to 1.8.0 (8402ed9)

  • :arrow_up: Bump mypy from 1.7.1 to 1.8.0

Bumps mypy from 1.7.1 to 1.8.0. - Changelog - Commits


updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] <support@github.com> (5d86734)

  • Merge pull request #309 from HLasse/dependabot/pip/pre-commit-3.6.0

:arrow_up: Bump pre-commit from 3.5.0 to 3.6.0 (877dea8)

  • Merge pull request #308 from HLasse/dependabot/pip/ipython-lte-8.19.0

:arrow_up: Update ipython requirement from <=8.18.1 to <=8.19.0 (6e46b14)

  • :arrow_up: Bump pre-commit from 3.5.0 to 3.6.0

Bumps pre-commit from 3.5.0 to 3.6.0. - Release notes - Changelog - Commits


updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] <support@github.com> (38b603d)

  • :arrow_up: Update ipython requirement from <=8.18.1 to <=8.19.0

Updates the requirements on ipython to permit the latest version. - Release notes - Commits


updated-dependencies: - dependency-name: ipython dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <support@github.com> (85c8e5b)

  • Merge pull request #306 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (8c657a0)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/psf/black: 23.12.0 → 23.12.1 - github.com/astral-sh/ruff-pre-commit: v0.1.8 → v0.1.9 - github.com/pre-commit/mirrors-mypy: v1.7.1 → v1.8.0 (7486fa8)

  • Merge pull request #305 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (80a526b)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/psf/black: 23.11.0 → 23.12.0 - github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.1.8 (b929fb7)

  • Merge pull request #300 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (0d175d2)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.1.7 - github.com/pre-commit/mirrors-mypy: v1.7.0 → v1.7.1 (a2b8cca)

  • Merge pull request #304 from HLasse/dependabot/pip/black-23.11.0

:arrow_up: Bump black from 23.9.1 to 23.11.0 (a062067)

  • :arrow_up: Bump black from 23.9.1 to 23.11.0

Bumps black from 23.9.1 to 23.11.0. - Release notes - Changelog - Commits


updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] <support@github.com> (c18eb32)

  • Merge pull request #303 from HLasse/dependabot/pip/ruff-0.1.6

:arrow_up: Bump ruff from 0.1.3 to 0.1.6 (6d6d110)

  • :arrow_up: Bump ruff from 0.1.3 to 0.1.6

Bumps ruff from 0.1.3 to 0.1.6. - Release notes - Changelog - Commits


updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ...

Signed-off-by: dependabot[bot] <support@github.com> (ab97371)

  • Merge pull request #302 from HLasse/dependabot/pip/mypy-1.7.1

:arrow_up: Bump mypy from 1.6.1 to 1.7.1 (65c17fa)

  • Merge pull request #301 from HLasse/dependabot/pip/ipython-lte-8.18.1

:arrow_up: Update ipython requirement from <=8.17.2 to <=8.18.1 (d4716f3)

  • :arrow_up: Bump mypy from 1.6.1 to 1.7.1

Bumps mypy from 1.6.1 to 1.7.1. - Changelog - Commits


updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] <support@github.com> (289e6bb)

  • :arrow_up: Update ipython requirement from <=8.17.2 to <=8.18.1

Updates the requirements on ipython to permit the latest version. - Release notes - Commits


updated-dependencies: - dependency-name: ipython dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <support@github.com> (a27a959)

  • Merge pull request #299 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (b571ed0)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/astral-sh/ruff-pre-commit: v0.1.5 → v0.1.6 (f8c86c9)

  • Merge pull request #298 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (523eda2)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/psf/black: 23.10.1 → 23.11.0 - github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.1.5 - github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.7.0 (2628507)

  • Merge pull request #297 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (af149dc)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/astral-sh/ruff-pre-commit: v0.1.3 → v0.1.4 (19260dd)

  • Merge pull request #293 from HLasse/dependabot/pip/mypy-1.6.1

:arrow_up: Bump mypy from 1.5.1 to 1.6.1 (f907745)

  • :arrow_up: Bump mypy from 1.5.1 to 1.6.1

Bumps mypy from 1.5.1 to 1.6.1. - Changelog - Commits


updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] <support@github.com> (6511732)

  • Merge pull request #295 from HLasse/dependabot/pip/ruff-0.1.3

:arrow_up: Bump ruff from 0.0.291 to 0.1.3 (e1bbd5b)

  • Merge pull request #294 from HLasse/dependabot/pip/autodoc-pydantic-2.0.1

:arrow_up: Bump autodoc-pydantic from 1.8.0 to 2.0.1 (e82e18a)

  • :arrow_up: Bump ruff from 0.0.291 to 0.1.3

Bumps ruff from 0.0.291 to 0.1.3. - Release notes - Changelog - Commits


updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] <support@github.com> (2b655d6)

  • Merge pull request #292 from HLasse/dependabot/pip/pre-commit-3.5.0

:arrow_up: Bump pre-commit from 3.4.0 to 3.5.0 (c013c1b)

  • Merge pull request #291 from HLasse/dependabot/pip/ipython-lte-8.17.2

:arrow_up: Update ipython requirement from <=8.16.0 to <=8.17.2 (619c584)

  • :arrow_up: Bump autodoc-pydantic from 1.8.0 to 2.0.1

Bumps autodoc-pydantic from 1.8.0 to 2.0.1. - Changelog - Commits


updated-dependencies: - dependency-name: autodoc-pydantic dependency-type: direct:production update-type: version-update:semver-major ...

Signed-off-by: dependabot[bot] <support@github.com> (234461a)

  • :arrow_up: Bump pre-commit from 3.4.0 to 3.5.0

Bumps pre-commit from 3.4.0 to 3.5.0. - Release notes - Changelog - Commits


updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] <support@github.com> (3baa198)

  • :arrow_up: Update ipython requirement from <=8.16.0 to <=8.17.2

Updates the requirements on ipython to permit the latest version. - Release notes - Commits


updated-dependencies: - dependency-name: ipython dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <support@github.com> (8330b85)

Scientific Software - Peer-reviewed - Python
Published by HLasse over 2 years ago

TextDescriptives - v2.7.1

v2.7.1 (2023-10-31)

Ci

  • ci: codespell ignore changelog (ce35d57)

Fix

  • fix: ensure always consistent column output of pos_proportions (c12ba20)

Unknown

  • Merge pull request #290 from HLasse/fix-consistent-pos-prop-output

Fix-consistent-pos-prop-output (66e5525)

  • lint (ed49b23)

  • tests: add test for correct number of pos tags (3aab19b)

  • Merge pull request #289 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (09e6993)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/astral-sh/ruff-pre-commit: v0.1.1 → v0.1.3 (b6de966)

  • Merge pull request #287 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (42c2442)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/psf/black: 23.9.1 → 23.10.1 - github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.1 - github.com/pre-commit/mirrors-mypy: v1.6.0 → v1.6.1 (70e9c24)

  • Merge pull request #286 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (42ed7a6)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.6.0 (65c3bcc)

  • Merge pull request #285 from HLasse/fix-codespell-changelog

ci: codespell ignore changelog (c103ff6)

Scientific Software - Peer-reviewed - Python
Published by HLasse over 2 years ago

TextDescriptives - v2.7.0

v2.7.0 (2023-10-12)

Build

  • build: pin autodoc_pydantic version (5e6c3e2)

Ci

  • ci: fix documentation ci (7a2133c)

  • ci: fix documentation ci (99707b5)

Documentation

  • docs: add admonitions to information theory and readability docs (36abc80)

  • docs: fix readability docs formatting (6d6130a)

  • docs: fix minor typo in docs (a833ebd)

  • docs: add note on lexeme prop table to informatino theory (13d2b1e)

  • docs: update readability docs (11981c0)

  • docs: Fixed codespell errors (8f7a0e3)

Feature

  • feat: return nan for readability metrics requiring syllables if they can't be calculated (654ec6c)

  • feat: return nan in descriptive stats syllables if cant be calculated (bd08eb1)

  • feat: raise warning and set np.nan if language not supported for information theory (9ac2156)

Fix

  • fix: add verbose flag to descriptive statistics (83980f3)

Unknown

  • Merge pull request #282 from HLasse/raise-warnings

Raise warning and output nan for languages without lexeme prop table and hyphenation module (1189cbf)

  • misc (4984d50)

  • tests: test lexeme prop table and readability with languages without (e3b0371)

  • Merge pull request #281 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (d8122b6)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/asottile/pyupgrade: v3.14.0 → v3.15.0 (7413f87)

  • Merge pull request #280 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (d98fe0a)

  • [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci (7da78b1)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/codespell-project/codespell: v2.2.5 → v2.2.6 - github.com/asottile/pyupgrade: v3.13.0 → v3.14.0 - github.com/astral-sh/ruff-pre-commit: v0.0.291 → v0.0.292 (37e0454)

  • Merge pull request #278 from HLasse/dependabot/pip/black-23.9.1

:arrow_up: Bump black from 23.7.0 to 23.9.1 (6470458)

  • :arrow_up: Bump black from 23.7.0 to 23.9.1

Bumps black from 23.7.0 to 23.9.1. - Release notes - Changelog - Commits


updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] <support@github.com> (671af21)

  • Merge pull request #279 from HLasse/dependabot/pip/pre-commit-3.4.0

:arrow_up: Bump pre-commit from 3.3.3 to 3.4.0 (e6f9781)

  • :arrow_up: Bump pre-commit from 3.3.3 to 3.4.0

Bumps pre-commit from 3.3.3 to 3.4.0. - Release notes - Changelog - Commits


updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] <support@github.com> (309761c)

  • Merge pull request #276 from HLasse/dependabot/pip/ipython-lte-8.16.0

:arrow_up: Update ipython requirement from <=8.14.0 to <=8.16.0 (8572877)

  • Merge pull request #277 from HLasse/dependabot/pip/ruff-0.0.291

:arrow_up: Bump ruff from 0.0.286 to 0.0.291 (9ab23ae)

  • :arrow_up: Bump ruff from 0.0.286 to 0.0.291

Bumps ruff from 0.0.286 to 0.0.291. - Release notes - Changelog - Commits


updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ...

Signed-off-by: dependabot[bot] <support@github.com> (cd8abf0)

  • :arrow_up: Update ipython requirement from <=8.14.0 to <=8.16.0

Updates the requirements on ipython to permit the latest version. - Release notes - Commits


updated-dependencies: - dependency-name: ipython dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <support@github.com> (3aaf88b)

  • Merge pull request #275 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (76f5675)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/asottile/pyupgrade: v3.11.0 → v3.13.0 - github.com/astral-sh/ruff-pre-commit: v0.0.290 → v0.0.291 (8e8cc82)

  • Merge pull request #274 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (43d32e0)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/asottile/pyupgrade: v3.10.1 → v3.11.0 - github.com/astral-sh/ruff-pre-commit: v0.0.288 → v0.0.290 (cdadb4e)

  • Merge pull request #273 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (f4e97b9)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/psf/black: 23.7.0 → 23.9.1 - github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.0.288 (d600a6b)

  • Merge pull request #272 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (c49c460)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/asottile/add-trailing-comma: v3.0.1 → v3.1.0 - github.com/astral-sh/ruff-pre-commit: v0.0.286 → v0.0.287 (d18f63d)

  • Merge pull request #271 from HLasse/dependabot/pip/mypy-1.5.1

:arrow_up: Bump mypy from 1.4.1 to 1.5.1 (02230da)

  • :arrow_up: Bump mypy from 1.4.1 to 1.5.1

Bumps mypy from 1.4.1 to 1.5.1. - Commits


updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] <support@github.com> (b0e28bd)

  • Merge pull request #270 from HLasse/dependabot/pip/ruff-0.0.286

:arrow_up: Bump ruff from 0.0.281 to 0.0.286 (8b1daa8)

  • :arrow_up: Bump ruff from 0.0.281 to 0.0.286

Bumps ruff from 0.0.281 to 0.0.286. - Release notes - Changelog - Commits


updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ...

Signed-off-by: dependabot[bot] <support@github.com> (372a79c)

  • Merge pull request #269 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (8db3c9e)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/astral-sh/ruff-pre-commit: v0.0.285 → v0.0.286 (533afbf)

  • Merge pull request #268 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (d73d25f)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/astral-sh/ruff-pre-commit: v0.0.284 → v0.0.285 - github.com/pre-commit/mirrors-mypy: v1.5.0 → v1.5.1 (ba46eab)

  • Merge pull request #267 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (b1712f6)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/astral-sh/ruff-pre-commit: v0.0.282 → v0.0.284 - github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.5.0 (c579264)

  • Merge pull request #264 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (9594a26)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/astral-sh/ruff-pre-commit: v0.0.281 → v0.0.282 (59c9320)

  • Merge pull request #263 from HLasse/dependabot/pip/ruff-0.0.281

:arrow_up: Bump ruff from 0.0.275 to 0.0.281 (b4072cc)

  • :arrow_up: Bump ruff from 0.0.275 to 0.0.281

Bumps ruff from 0.0.275 to 0.0.281. - Release notes - Changelog - Commits


updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ...

Signed-off-by: dependabot[bot] <support@github.com> (676adb0)

  • Merge pull request #262 from HLasse/dependabot/pip/black-23.7.0

:arrow_up: Bump black from 23.3.0 to 23.7.0 (14afb8c)

  • :arrow_up: Bump black from 23.3.0 to 23.7.0

Bumps black from 23.3.0 to 23.7.0. - Release notes - Changelog - Commits


updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] <support@github.com> (f9f2e6c)

  • Merge pull request #261 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (6d619cb)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/asottile/pyupgrade: v3.9.0 → v3.10.1 - github.com/asottile/add-trailing-comma: v3.0.0 → v3.0.1 - github.com/astral-sh/ruff-pre-commit: v0.0.280 → v0.0.281 (8a51afb)

  • Merge pull request #260 from HLasse/fix-codespell

docs: Fixed codespell errors (2dd08f5)

Scientific Software - Peer-reviewed - Python
Published by HLasse over 2 years ago

TextDescriptives - v2.6.2

v2.6.2 (2023-07-31)

Ci

  • ci: update semver release version (86d6bd8)

  • ci: maybe fix semver (2e0ab85)

  • ci: update sem ver project version (21dd787)

  • ci: update semantic versioning (0d3e14d)

Fix

  • fix: force version bump (d233737)

Unknown

  • Merge pull request #259 from HLasse/KennethEnevoldsen-patch-1

Removed upper bound on robust libraries (87c1980)

  • Removed upper bound on robust libraries

Notably addressing #258 (606bc78)

  • Merge pull request #257 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (9ec4f2d)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/astral-sh/ruff-pre-commit: v0.0.278 → v0.0.280 (f5c49f0)

  • Merge pull request #256 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (6d083ff)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/astral-sh/ruff-pre-commit: v0.0.277 → v0.0.278 (0015900)

  • Update release.yml (f88d6b3)

  • Merge pull request #252 from HLasse/dependabot/pip/pre-commit-3.3.3

:arrow_up: Bump pre-commit from 3.3.2 to 3.3.3 (78c21b8)

  • Merge pull request #251 from HLasse/dependabot/pip/mypy-1.4.1

:arrow_up: Bump mypy from 1.3.0 to 1.4.1 (8c01f28)

  • :arrow_up: Bump mypy from 1.3.0 to 1.4.1

Bumps mypy from 1.3.0 to 1.4.1. - Commits


updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] <support@github.com> (b0671e5)

  • :arrow_up: Bump pre-commit from 3.3.2 to 3.3.3

Bumps pre-commit from 3.3.2 to 3.3.3. - Release notes - Changelog - Commits


updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-patch ...

Signed-off-by: dependabot[bot] <support@github.com> (b87af7a)

  • Merge pull request #250 from HLasse/dependabot/pip/ruff-0.0.275

:arrow_up: Bump ruff from 0.0.270 to 0.0.275 (9efdf96)

  • Merge pull request #255 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (034e8f0)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/asottile/pyupgrade: v3.8.0 → v3.9.0 - github.com/psf/black: 23.3.0 → 23.7.0 - github.com/astral-sh/ruff-pre-commit: v0.0.276 → v0.0.277 (4428231)

  • Merge pull request #253 from HLasse/dependabot/pip/ipython-lte-8.14.0

:arrow_up: Update ipython requirement from <=8.12 to <=8.14.0 (61afb31)

  • Merge pull request #254 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (a32fadf)

  • [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci (218f9e1)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/asottile/pyupgrade: v3.7.0 → v3.8.0 - github.com/asottile/add-trailing-comma: v2.5.1 → v3.0.0 - https://github.com/charliermarsh/ruff-pre-commit → https://github.com/astral-sh/ruff-pre-commit - github.com/astral-sh/ruff-pre-commit: v0.0.275 → v0.0.276 (98576dd)

  • Merge pull request #249 from HLasse/dependabot/pip/numpy-gte-1.20.0-and-lt-1.26.0

:arrow_up: Update numpy requirement from <1.25.0,>=1.20.0 to >=1.20.0,<1.26.0 (791afac)

  • :arrow_up: Update ipython requirement from <=8.12 to <=8.14.0

Updates the requirements on ipython to permit the latest version. - Release notes - Commits


updated-dependencies: - dependency-name: ipython dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <support@github.com> (aa7e639)

  • :arrow_up: Bump ruff from 0.0.270 to 0.0.275

Bumps ruff from 0.0.270 to 0.0.275. - Release notes - Changelog - Commits


updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ...

Signed-off-by: dependabot[bot] <support@github.com> (7ab940f)

  • :arrow_up: Update numpy requirement

Updates the requirements on numpy to permit the latest version. - Release notes - Changelog - Commits


updated-dependencies: - dependency-name: numpy dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <support@github.com> (dc33dd9)

  • Merge pull request #248 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (faf0f95)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/charliermarsh/ruff-pre-commit: v0.0.272 → v0.0.275 - github.com/pre-commit/mirrors-mypy: v1.3.0 → v1.4.1 (1d28d39)

  • Merge pull request #247 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (4c23036)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/codespell-project/codespell: v2.2.4 → v2.2.5 - github.com/asottile/pyupgrade: v3.6.0 → v3.7.0 (c152e61)

  • Merge pull request #246 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (3661abd)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/asottile/pyupgrade: v3.4.0 → v3.6.0 - github.com/asottile/add-trailing-comma: v2.4.0 → v2.5.1 - github.com/charliermarsh/ruff-pre-commit: v0.0.270 → v0.0.272 (c291f88)

  • Merge pull request #243 from HLasse/dependabot/pip/pre-commit-3.3.2

:arrow_up: Bump pre-commit from 3.2.2 to 3.3.2 (c14826c)

  • :arrow_up: Bump pre-commit from 3.2.2 to 3.3.2

Bumps pre-commit from 3.2.2 to 3.3.2. - Release notes - Changelog - Commits


updated-dependencies: - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] <support@github.com> (ee23864)

  • Merge pull request #242 from HLasse/dependabot/pip/ruff-0.0.270

:arrow_up: Bump ruff from 0.0.263 to 0.0.270 (eadc7af)

  • :arrow_up: Bump ruff from 0.0.263 to 0.0.270

Bumps ruff from 0.0.263 to 0.0.270. - Release notes - Changelog - Commits


updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ...

Signed-off-by: dependabot[bot] <support@github.com> (536c559)

  • Merge pull request #241 from HLasse/dependabot/pip/mypy-1.3.0

:arrow_up: Bump mypy from 1.1.1 to 1.3.0 (d6b9074)

  • Merge pull request #245 from HLasse/dependabot/pip/pandas-gte-1.0.0-and-lt-2.1.0

:arrow_up: Update pandas requirement from <1.6.0,>=1.0.0 to >=1.0.0,<2.1.0 (fe2c590)

  • :arrow_up: Update pandas requirement

Updates the requirements on pandas to permit the latest version. - Release notes - Commits


updated-dependencies: - dependency-name: pandas dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <support@github.com> (f5e68a5)

  • :arrow_up: Bump mypy from 1.1.1 to 1.3.0

Bumps mypy from 1.1.1 to 1.3.0. - Commits


updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] <support@github.com> (a0ada59)

  • Merge pull request #240 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (98add8b)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/charliermarsh/ruff-pre-commit: v0.0.269 → v0.0.270 (1fb4e9c)

  • Merge pull request #239 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (b2069c7)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/charliermarsh/ruff-pre-commit: v0.0.267 → v0.0.269 (9c10dfc)

  • Merge pull request #238 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (f837615)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/charliermarsh/ruff-pre-commit: v0.0.265 → v0.0.267 - github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.3.0 (a599885)

  • Merge pull request #236 from HLasse/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate (6c254a5)

  • [pre-commit.ci] pre-commit autoupdate

updates: - github.com/asottile/pyupgrade: v3.3.2 → v3.4.0 - github.com/charliermarsh/ruff-pre-commit: v0.0.263 → v0.0.265 (6c2e56b)

Scientific Software - Peer-reviewed - Python
Published by HLasse almost 3 years ago

TextDescriptives - v2.6.1

Fix

  • Updated dev. dependencies to not include upper bounds (48bedec)

Documentation

  • Removed error from notebook (708d9d7)
  • Added description of readability scores (16cda18)

Scientific Software - Peer-reviewed - Python
Published by HLasse about 3 years ago

TextDescriptives - v2.6.0

Feature

  • Add sklearn transformer (be733c6)

Documentation

  • Add sklearn to requirements in docs (33194c9)
  • Minor docstring changes (375d3e0)
  • Add sklearn tutorial (4220072)

Scientific Software - Peer-reviewed - Python
Published by HLasse about 3 years ago

TextDescriptives - v2.5.1

Fix

  • Don't subtract 1 from counts if add_all_tags is False (02b61a6)

Scientific Software - Peer-reviewed - Python
Published by HLasse about 3 years ago

TextDescriptives - v2.5.0

Feature

  • Add proportions of all pos tags (664c0e8)

Fix

  • Listed metrics deviate between extraction functions in docs (4632407)
  • Handle empty strings in pos_proportions (762b7b2)

Scientific Software - Peer-reviewed - Python
Published by HLasse about 3 years ago

TextDescriptives - v2.4.6

Fix

Scientific Software - Peer-reviewed - Python
Published by HLasse about 3 years ago

TextDescriptives - v2.4.5

Fix

  • Dep dist. test (a3b54a6)
  • Coherence model now handles empty strings as intended (abfa507)
  • Dep distance test (2bed2c1)

Documentation

Scientific Software - Peer-reviewed - Python
Published by HLasse about 3 years ago

TextDescriptives - v2.4.4

Fix

Documentation

  • Add test requirements to faq (1550de7)

Scientific Software - Peer-reviewed - Python
Published by HLasse about 3 years ago

TextDescriptives - v2.4.3

Fix

  • Add descriptive_stats pipe no matter the verbosity (3fd3240)
  • Change default verbosity of readability component (ddfd269)
  • Change verbosity of lexeme_prob_table (b64631f)
  • Automatically download supplied spacy model if not on disk (f54a9b6)

Documentation

  • Change quick start model to lg (653fb49)
  • Update readme to use lg model for proper coherence calculation (cdd85b7)

Scientific Software - Peer-reviewed - Python
Published by HLasse over 3 years ago

TextDescriptives - v2.4.2

Fix

  • Handle case where extension is set, but pipeline is not (2ba2dd2)
  • extract_metrics failing if metrics=None (6bfe6b0)

Scientific Software - Peer-reviewed - Python
Published by HLasse over 3 years ago

TextDescriptives - v2.4.1

Fix

  • Change auto-approve event (729836f)

Scientific Software - Peer-reviewed - Python
Published by HLasse over 3 years ago

TextDescriptives - v2.4.0

Feature

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

Documentation

  • Update quality docs with oov_ratio (74c22b1)

Scientific Software - Peer-reviewed - Python
Published by HLasse over 3 years ago

TextDescriptives - v2.3.0

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)

Scientific Software - Peer-reviewed - Python
Published by HLasse over 3 years ago

TextDescriptives - v2.2.0

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)

Scientific Software - Peer-reviewed - Python
Published by HLasse over 3 years ago

TextDescriptives - v2.1.0

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)

Scientific Software - Peer-reviewed - Python
Published by HLasse over 3 years ago

TextDescriptives - v2.0.10

Fix

Scientific Software - Peer-reviewed - Python
Published by HLasse over 3 years ago

TextDescriptives - v2.0.0

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

What's Changed

  • Icon by @HLasse in https://github.com/HLasse/TextDescriptives/pull/68
  • ci: update pytest-coverage.comment version by @HLasse in https://github.com/HLasse/TextDescriptives/pull/70
  • :arrow_up: Update pandas requirement from <1.5.0,>=1.0.0 to >=1.0.0,<1.6.0 by @dependabot in https://github.com/HLasse/TextDescriptives/pull/69
  • :arrow_up: Update pytest requirement from <7.2.0,>=7.1.3 to >=7.1.3,<7.3.0 by @dependabot in https://github.com/HLasse/TextDescriptives/pull/73
  • :arrow_up: Bump schneegans/dynamic-badges-action from 1.3.0 to 1.6.0 by @dependabot in https://github.com/HLasse/TextDescriptives/pull/72
  • :arrow_up: Bump MishaKav/pytest-coverage-comment from 1.1.37 to 1.1.39 by @dependabot in https://github.com/HLasse/TextDescriptives/pull/76
  • ci: dependabot automerge if tests pass by @HLasse in https://github.com/HLasse/TextDescriptives/pull/78
  • Fix pos_stats extraction by @rbroc in https://github.com/HLasse/TextDescriptives/pull/75
  • Update docstrings by @HLasse in https://github.com/HLasse/TextDescriptives/pull/84
  • docs: docs for dependency distance formula by @HLasse in https://github.com/HLasse/TextDescriptives/pull/89
  • feat: Separate component loaders by @HLasse in https://github.com/HLasse/TextDescriptives/pull/88
  • Simple tutorial and misc docs by @HLasse in https://github.com/HLasse/TextDescriptives/pull/90
  • fix: allow multiprocessing in descriptive stats component by @HLasse in https://github.com/HLasse/TextDescriptives/pull/91
  • feat: spacy 3.4 compatibility - dashes to slashes in factory names by @HLasse in https://github.com/HLasse/TextDescriptives/pull/95
  • feat: add word embedding coherence/similarity by @HLasse in https://github.com/HLasse/TextDescriptives/pull/92
  • HLasse/Make-quality-work-with-n_process->-1 by @HLasse in https://github.com/HLasse/TextDescriptives/pull/96
  • Ci: add pre-commit by @KennethEnevoldsen in https://github.com/HLasse/TextDescriptives/pull/97
  • CI: Added semantic release by @KennethEnevoldsen in https://github.com/HLasse/TextDescriptives/pull/110
  • Ci mypy by @HLasse in https://github.com/HLasse/TextDescriptives/pull/111
  • Extractdfandtutorialfix by @HLasse in https://github.com/HLasse/TextDescriptives/pull/116
  • Docs-move-documentation-to-create-func by @KennethEnevoldsen in https://github.com/HLasse/TextDescriptives/pull/117
  • Build-transition-to-pyproject-toml by @KennethEnevoldsen in https://github.com/HLasse/TextDescriptives/pull/122
  • HLasse/Change-documentation-landing-page by @HLasse in https://github.com/HLasse/TextDescriptives/pull/123
  • tutorial: add open in colab button by @HLasse in https://github.com/HLasse/TextDescriptives/pull/125
  • HLasse/Update-README by @HLasse in https://github.com/HLasse/TextDescriptives/pull/128
  • Version 2.0 by @HLasse in https://github.com/HLasse/TextDescriptives/pull/118
  • CI: Fix errors in CI by @KennethEnevoldsen in https://github.com/HLasse/TextDescriptives/pull/129

New Contributors

  • @rbroc made their first contribution in https://github.com/HLasse/TextDescriptives/pull/75

Full Changelog: https://github.com/HLasse/TextDescriptives/compare/v1.1.0...2.0.0

Scientific Software - Peer-reviewed - Python
Published by HLasse over 3 years ago

TextDescriptives - Version 1.1.0

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

What's Changed

  • build: update requirements for python 3.10 by @KennethEnevoldsen in https://github.com/HLasse/TextDescriptives/pull/62
  • Feature: Add quality descriptives by @KennethEnevoldsen in https://github.com/HLasse/TextDescriptives/pull/63
  • Update pytest-cov-comment.yml by @KennethEnevoldsen in https://github.com/HLasse/TextDescriptives/pull/66
  • docs: minor readme updates by @HLasse in https://github.com/HLasse/TextDescriptives/pull/67

Full Changelog: https://github.com/HLasse/TextDescriptives/compare/v1.0.7...v1.1.0

Scientific Software - Peer-reviewed - Python
Published by HLasse over 3 years ago

TextDescriptives - Version 1.0.7

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

What's Changed

  • update: more wiggle room for pos tests by @HLasse in https://github.com/HLasse/TextDescriptives/pull/30
  • updated ci workflow by @KennethEnevoldsen in https://github.com/HLasse/TextDescriptives/pull/27
  • Added dependabot workflow by @KennethEnevoldsen in https://github.com/HLasse/TextDescriptives/pull/26
  • Updated setup by @KennethEnevoldsen in https://github.com/HLasse/TextDescriptives/pull/25
  • Fixed error causing workflows to pass by @KennethEnevoldsen in https://github.com/HLasse/TextDescriptives/pull/40
  • add: black workflow and format everything by @HLasse in https://github.com/HLasse/TextDescriptives/pull/34
  • :arrow_up: Update ftfy requirement from <6.1.0,>=6.0.3 to >=6.0.3,<6.2.0 by @dependabot in https://github.com/HLasse/TextDescriptives/pull/35
  • :arrow_up: Bump actions/setup-python from 2 to 3 by @dependabot in https://github.com/HLasse/TextDescriptives/pull/39
  • :arrow_up: Bump schneegans/dynamic-badges-action from 1.2.0 to 1.3.0 by @dependabot in https://github.com/HLasse/TextDescriptives/pull/41
  • update: more robust spacy model download by @HLasse in https://github.com/HLasse/TextDescriptives/pull/46
  • check tests by @HLasse in https://github.com/HLasse/TextDescriptives/pull/47
  • update pytest-coverage-comment by @HLasse in https://github.com/HLasse/TextDescriptives/pull/45
  • update package version by @HLasse in https://github.com/HLasse/TextDescriptives/pull/48

Full Changelog: https://github.com/HLasse/TextDescriptives/compare/v1.0.6...v1.0.7

Scientific Software - Peer-reviewed - Python
Published by HLasse about 4 years ago

TextDescriptives - Version 1.0.6

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

What's Changed

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

New Contributors

  • @martbern made their first contribution in https://github.com/HLasse/TextDescriptives/pull/6
  • @frillecode made their first contribution in https://github.com/HLasse/TextDescriptives/pull/19

Full Changelog: https://github.com/HLasse/TextDescriptives/compare/v1.0.1...v1.0.6

Scientific Software - Peer-reviewed - Python
Published by HLasse about 4 years ago

TextDescriptives - Version 1.0.1

Stable release of TextDescriptives using spaCy

Scientific Software - Peer-reviewed - Python
Published by HLasse almost 5 years ago

TextDescriptives - Stanza version

This release uses Stanza for dependency parsing.

Scientific Software - Peer-reviewed - Python
Published by HLasse almost 5 years ago