Skip to content

Latest commit

 

History

History
3607 lines (2044 loc) · 184 KB

CHANGELOG.md

File metadata and controls

3607 lines (2044 loc) · 184 KB

CHANGELOG

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

⬆️ be more lenient with ftfy dependency (d2e22f3)

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)

  • ⬆️ be more lenient with ftfy dependency (067eb99)

  • 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)

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)

  • Fix docstrings example module import error & Add doctring missing import (f33a28d)

  • 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:

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)

v2.7.3 (2024-02-06)

Fix

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

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

⬆️ bump black from 23.12.1 to 24.1.1 (3ae9298)

  • ⬆️ bump black from 23.12.1 to 24.1.1

Bumps black from 23.12.1 to 24.1.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <[email protected]> (76d368b)

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

⬆️ update ipython requirement from <=8.19.0 to <=8.21.0 (00e7faf)

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

⬆️ bump ruff from 0.1.9 to 0.1.15 (bcd0fb0)

  • ⬆️ bump ruff from 0.1.9 to 0.1.15

Bumps ruff from 0.1.9 to 0.1.15.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <[email protected]> (10eda08)

  • ⬆️ update ipython requirement from <=8.19.0 to <=8.21.0

Updates the requirements on ipython to permit the latest version.


updated-dependencies:

  • dependency-name: ipython dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <[email protected]> (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:

  • 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:

  • 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:

  • 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:

  • 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:

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

⬆️ Bump ruff from 0.1.6 to 0.1.9 (ce26c71)

  • ⬆️ Bump ruff from 0.1.6 to 0.1.9

Bumps ruff from 0.1.6 to 0.1.9.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <[email protected]> (daa09d2)

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

⬆️ Bump black from 23.11.0 to 23.12.1 (25350ed)

  • ⬆️ Bump black from 23.11.0 to 23.12.1

Bumps black from 23.11.0 to 23.12.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <[email protected]> (a491fe9)

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

⬆️ Bump mypy from 1.7.1 to 1.8.0 (8402ed9)

  • ⬆️ Bump mypy from 1.7.1 to 1.8.0

Bumps mypy from 1.7.1 to 1.8.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <[email protected]> (5d86734)

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

⬆️ 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

⬆️ Update ipython requirement from <=8.18.1 to <=8.19.0 (6e46b14)

  • ⬆️ Bump pre-commit from 3.5.0 to 3.6.0

Bumps pre-commit from 3.5.0 to 3.6.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <[email protected]> (38b603d)

  • ⬆️ Update ipython requirement from <=8.18.1 to <=8.19.0

Updates the requirements on ipython to permit the latest version.


updated-dependencies:

  • dependency-name: ipython dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <[email protected]> (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:

  • 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:

  • 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:

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

⬆️ Bump black from 23.9.1 to 23.11.0 (a062067)

  • ⬆️ Bump black from 23.9.1 to 23.11.0

Bumps black from 23.9.1 to 23.11.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <[email protected]> (c18eb32)

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

⬆️ Bump ruff from 0.1.3 to 0.1.6 (6d6d110)

  • ⬆️ Bump ruff from 0.1.3 to 0.1.6

Bumps ruff from 0.1.3 to 0.1.6.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <[email protected]> (ab97371)

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

⬆️ Bump mypy from 1.6.1 to 1.7.1 (65c17fa)

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

⬆️ Update ipython requirement from <=8.17.2 to <=8.18.1 (d4716f3)

  • ⬆️ Bump mypy from 1.6.1 to 1.7.1

Bumps mypy from 1.6.1 to 1.7.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <[email protected]> (289e6bb)

  • ⬆️ Update ipython requirement from <=8.17.2 to <=8.18.1

Updates the requirements on ipython to permit the latest version.


updated-dependencies:

  • dependency-name: ipython dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <[email protected]> (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:

  • 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:

  • 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:

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

⬆️ Bump mypy from 1.5.1 to 1.6.1 (f907745)

  • ⬆️ Bump mypy from 1.5.1 to 1.6.1

Bumps mypy from 1.5.1 to 1.6.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <[email protected]> (6511732)

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

⬆️ Bump ruff from 0.0.291 to 0.1.3 (e1bbd5b)

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

⬆️ Bump autodoc-pydantic from 1.8.0 to 2.0.1 (e82e18a)

  • ⬆️ Bump ruff from 0.0.291 to 0.1.3

Bumps ruff from 0.0.291 to 0.1.3.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <[email protected]> (2b655d6)

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

⬆️ 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

⬆️ Update ipython requirement from <=8.16.0 to <=8.17.2 (619c584)

  • ⬆️ Bump autodoc-pydantic from 1.8.0 to 2.0.1

Bumps autodoc-pydantic from 1.8.0 to 2.0.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <[email protected]> (234461a)

  • ⬆️ Bump pre-commit from 3.4.0 to 3.5.0

Bumps pre-commit from 3.4.0 to 3.5.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <[email protected]> (3baa198)

  • ⬆️ Update ipython requirement from <=8.16.0 to <=8.17.2

Updates the requirements on ipython to permit the latest version.


updated-dependencies:

  • dependency-name: ipython dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <[email protected]> (8330b85)

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:

  • 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:

  • 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:

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

ci: codespell ignore changelog (c103ff6)

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:

  • 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:

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

⬆️ Bump black from 23.7.0 to 23.9.1 (6470458)

  • ⬆️ Bump black from 23.7.0 to 23.9.1

Bumps black from 23.7.0 to 23.9.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <[email protected]> (671af21)

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

⬆️ Bump pre-commit from 3.3.3 to 3.4.0 (e6f9781)

  • ⬆️ Bump pre-commit from 3.3.3 to 3.4.0

Bumps pre-commit from 3.3.3 to 3.4.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <[email protected]> (309761c)

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

⬆️ Update ipython requirement from <=8.14.0 to <=8.16.0 (8572877)

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

⬆️ Bump ruff from 0.0.286 to 0.0.291 (9ab23ae)

  • ⬆️ Bump ruff from 0.0.286 to 0.0.291

Bumps ruff from 0.0.286 to 0.0.291.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <[email protected]> (cd8abf0)

  • ⬆️ Update ipython requirement from <=8.14.0 to <=8.16.0

Updates the requirements on ipython to permit the latest version.


updated-dependencies:

  • dependency-name: ipython dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <[email protected]> (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:

  • 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:

  • 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:

  • 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:

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

⬆️ Bump mypy from 1.4.1 to 1.5.1 (02230da)

  • ⬆️ Bump mypy from 1.4.1 to 1.5.1

Bumps mypy from 1.4.1 to 1.5.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <[email protected]> (b0e28bd)

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

⬆️ Bump ruff from 0.0.281 to 0.0.286 (8b1daa8)

  • ⬆️ Bump ruff from 0.0.281 to 0.0.286

Bumps ruff from 0.0.281 to 0.0.286.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <[email protected]> (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:

  • 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:

  • 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:

  • 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:

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

⬆️ Bump ruff from 0.0.275 to 0.0.281 (b4072cc)

  • ⬆️ Bump ruff from 0.0.275 to 0.0.281

Bumps ruff from 0.0.275 to 0.0.281.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <[email protected]> (676adb0)

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

⬆️ Bump black from 23.3.0 to 23.7.0 (14afb8c)

  • ⬆️ Bump black from 23.3.0 to 23.7.0

Bumps black from 23.3.0 to 23.7.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <[email protected]> (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:

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

docs: Fixed codespell errors (2dd08f5)

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:

  • 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:

  • Update release.yml (f88d6b3)

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

⬆️ Bump pre-commit from 3.3.2 to 3.3.3 (78c21b8)

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

⬆️ Bump mypy from 1.3.0 to 1.4.1 (8c01f28)

  • ⬆️ Bump mypy from 1.3.0 to 1.4.1

Bumps mypy from 1.3.0 to 1.4.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <[email protected]> (b0671e5)

  • ⬆️ Bump pre-commit from 3.3.2 to 3.3.3

Bumps pre-commit from 3.3.2 to 3.3.3.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <[email protected]> (b87af7a)

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

⬆️ 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:

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

⬆️ 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:

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

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

  • ⬆️ Update ipython requirement from <=8.12 to <=8.14.0

Updates the requirements on ipython to permit the latest version.


updated-dependencies:

  • dependency-name: ipython dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <[email protected]> (aa7e639)

  • ⬆️ Bump ruff from 0.0.270 to 0.0.275

Bumps ruff from 0.0.270 to 0.0.275.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <[email protected]> (7ab940f)

  • ⬆️ Update numpy requirement

Updates the requirements on numpy to permit the latest version.


updated-dependencies:

  • dependency-name: numpy dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <[email protected]> (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:

  • 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:

  • 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:

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

⬆️ Bump pre-commit from 3.2.2 to 3.3.2 (c14826c)

  • ⬆️ Bump pre-commit from 3.2.2 to 3.3.2

Bumps pre-commit from 3.2.2 to 3.3.2.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <[email protected]> (ee23864)

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

⬆️ Bump ruff from 0.0.263 to 0.0.270 (eadc7af)

  • ⬆️ Bump ruff from 0.0.263 to 0.0.270

Bumps ruff from 0.0.263 to 0.0.270.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <[email protected]> (536c559)

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

⬆️ 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

⬆️ Update pandas requirement from <1.6.0,>=1.0.0 to >=1.0.0,<2.1.0 (fe2c590)

  • ⬆️ Update pandas requirement

Updates the requirements on pandas to permit the latest version.


updated-dependencies:

  • dependency-name: pandas dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <[email protected]> (f5e68a5)

  • ⬆️ Bump mypy from 1.1.1 to 1.3.0

Bumps mypy from 1.1.1 to 1.3.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <[email protected]> (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:

  • 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:

  • 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:

  • 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:

v2.6.1 (2023-05-03)

Build

  • build: cap ipython version in tutorials for 3.8 compatibility (9199946)

Documentation

  • docs: removed error from notebook (708d9d7)

  • docs: Added description of readability scores (16cda18)

Fix

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

Unknown

  • Merge pull request #233 from HLasse/updated-deps

docs: Updated documentation to include description of readability scores (5c9f689)

  • Apply suggestions from code review

docs: minor edits to readability docs (43df11f)

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

[pre-commit.ci] pre-commit autoupdate (0683ad4)

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

updates:

  • Merge pull request #230 from HLasse/dependabot/pip/sphinx-gte-5.3.0-and-lt-7.1.0

⬆️ Update sphinx requirement from <6.2.0,>=5.3.0 to >=5.3.0,<7.1.0 (be030a7)

  • ⬆️ Update sphinx requirement

Updates the requirements on sphinx to permit the latest version.


updated-dependencies:

  • dependency-name: sphinx dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <[email protected]> (8f9d027)

  • Merge pull request #225 from HLasse/HLasse-patch-1 (106513a)

  • readme: remove arxiv badge, clean up intro (7e62691)

v2.6.0 (2023-04-28)

Build

  • build: remove python3.7 support (5e68fc2)

  • build: as sklearn as possible extra dependency (86ff127)

  • build: py3.7 compatibility (a0ad679)

Chore

Documentation

  • docs: add sklearn to requirements in docs (33194c9)

  • docs: minor docstring changes (375d3e0)

  • docs: add sklearn tutorial (4220072)

Feature

  • feat: add sklearn transformer (be733c6)

Refactor

  • refactor: move sklearn integration to separate module (12bb8c4)

Unknown

  • Merge pull request #224 from HLasse/sklearn_tutorial

feat: sklearn integration (4cc31ce)

v2.5.1 (2023-04-26)

Fix

  • fix: don't subtract 1 from counts if add_all_tags is False (02b61a6)

v2.5.0 (2023-04-26)

Chore

Feature

  • feat: add proportions of all pos tags (664c0e8)

Fix

  • fix: Listed metrics deviate between extraction functions in docs Fixes #219 (4632407)

  • fix: handle empty strings in pos_proportions (762b7b2)

Unknown

  • Merge pull request #223 from HLasse/HLasse/Listed-metrics-deviate-between-extraction-functions-in-docs

HLasse/Listed-metrics-deviate-between-extraction-functions-in-docs (84ce853)

  • citation: update citation with JOSS paper (d8676ba)

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

[pre-commit.ci] pre-commit autoupdate (207c5fb)

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

updates:

v2.4.6 (2023-04-24)

Fix

Unknown

  • paper: add information theory component and web app (b7ecced)

v2.4.5 (2023-04-19)

Documentation

  • docs: Added demo to docs (6121eeb)

Fix

  • fix: dep dist. test (a3b54a6)

  • fix: coherence model now handles empty strings as intended (abfa507)

  • fix: dep distance test

unsure why this failed. Potentially due to a changed model? (2bed2c1)

Style

Unknown

  • Merge pull request #217 from HLasse/fix-213

fixed fail on empty string (72ca102)

  • Merge pull request #216 from HLasse/demo_to_readme

docs: Added demo to docs (a395e57)

  • fixed fail on empty string (cb55e23)

  • readme: add app as badge and to news (3f747f2)

  • Merge pull request #214 from HLasse/pos_stats

Replaces all pos_stats with pos_proportions (326f2a7)

  • Replaces all pos_stats with pos_proportions (c682f1c)

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

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

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

updates:

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

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

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

updates:

  • Merge pull request #206 from HLasse/dependabot/pip/ruff-0.0.260

⬆️ Bump ruff from 0.0.253 to 0.0.260 (8e9f083)

  • ⬆️ Bump ruff from 0.0.253 to 0.0.260

Bumps ruff from 0.0.253 to 0.0.260.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <[email protected]> (3ceda3c)

  • Merge pull request #207 from HLasse/dependabot/pip/black-23.3.0

⬆️ Bump black from 22.8.0 to 23.3.0 (f371691)

  • ⬆️ Bump black from 22.8.0 to 23.3.0

Bumps black from 22.8.0 to 23.3.0.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <[email protected]> (580de9b)

  • Merge pull request #208 from HLasse/dependabot/pip/furo-2023.3.27

⬆️ Bump furo from 2022.12.7 to 2023.3.27 (9948f76)

  • Merge pull request #205 from HLasse/dependabot/pip/mypy-1.1.1

⬆️ Bump mypy from 1.0.1 to 1.1.1 (82c890b)

  • Merge pull request #209 from HLasse/dependabot/pip/pyphen-gte-0.11.0-and-lt-0.15.0

⬆️ Update pyphen requirement from <0.12.0,>=0.11.0 to >=0.11.0,<0.15.0 (14baf34)

  • ⬆️ Update pyphen requirement

Updates the requirements on pyphen to permit the latest version.


updated-dependencies:

  • dependency-name: pyphen dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <[email protected]> (4f3de06)

  • ⬆️ Bump furo from 2022.12.7 to 2023.3.27

Bumps furo from 2022.12.7 to 2023.3.27.


updated-dependencies:

  • dependency-name: furo dependency-type: direct:production update-type: version-update:semver-major ...

Signed-off-by: dependabot[bot] <[email protected]> (0fe4607)

  • ⬆️ Bump mypy from 1.0.1 to 1.1.1

Bumps mypy from 1.0.1 to 1.1.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <[email protected]> (8898530)

v2.4.4 (2023-03-28)

Documentation

  • docs: add test requirements to faq (1550de7)

Fix

Unknown

  • Merge pull request #204 from HLasse/fix-paper-and-zenodo

Fix-paper-and-zenodo (0967fc0)

  • paper: remove redundant title in paper (5613513)

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

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

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

updates:

  • Merge pull request #200 from HLasse/update-spacy-models-test

Update-spacy-models-test (4958acd)

  • tests: update spacy model in tests (105b48b)

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

[pre-commit.ci] pre-commit autoupdate (16de25e)

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

updates:

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

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

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

updates:

  • readme: add how to download spacy pipeline (e9138b0)

  • Merge pull request #188 from HLasse/dependabot/pip/datasets-gte-2.8.0-and-lt-2.11.0

⬆️ Update datasets requirement from <2.9.0,>=2.8.0 to >=2.8.0,<2.11.0 (c353c71)

  • ⬆️ Update datasets requirement

Updates the requirements on datasets to permit the latest version.


updated-dependencies:

  • dependency-name: datasets dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <[email protected]> (b4baed8)

  • Merge pull request #195 from sdruskat/patch-1

Fix CITATION.cff file name and invalid DOI value (9dad636)

  • citation: add Ludvig to author list (ae96a16)

  • Merge pull request #191 from HLasse/dependabot/pip/sphinxext-opengraph-gte-0.7.3-and-lt-0.8.2

⬆️ Update sphinxext-opengraph requirement from <0.8.1,>=0.7.3 to >=0.7.3,<0.8.2 (257efac)

  • ⬆️ Update sphinxext-opengraph requirement

Updates the requirements on sphinxext-opengraph to permit the latest version.


updated-dependencies:

  • dependency-name: sphinxext-opengraph dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <[email protected]> (e3b0392)

  • Merge pull request #189 from HLasse/dependabot/pip/pre-commit-3.1.1

⬆️ Bump pre-commit from 3.0.4 to 3.1.1 (0893422)

  • ⬆️ Bump pre-commit from 3.0.4 to 3.1.1

Bumps pre-commit from 3.0.4 to 3.1.1.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <[email protected]> (949f007)

  • Merge pull request #190 from HLasse/dependabot/pip/ruff-0.0.253

⬆️ Bump ruff from 0.0.239 to 0.0.253 (fecf5db)

  • Fix CITATION.cff file name and invalid DOI value
  • ⬆️ Bump ruff from 0.0.239 to 0.0.253

Bumps ruff from 0.0.239 to 0.0.253.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <[email protected]> (199dba4)

  • Merge pull request #192 from HLasse/dependabot/pip/mypy-1.0.1

⬆️ Bump mypy from 0.991 to 1.0.1 (5e7cc0c)

  • ⬆️ Bump mypy from 0.991 to 1.0.1

Bumps mypy from 0.991 to 1.0.1.


updated-dependencies:

  • dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-major ...

Signed-off-by: dependabot[bot] <[email protected]> (3c9f628)

v2.4.3 (2023-03-01)

Chore

Ci

  • ci: add codespell to pre-commit (326cccd)

Documentation

  • docs: change quick start model to lg (653fb49)

  • docs: update readme to use lg model for proper coherence calculation (cdd85b7)

Fix

  • fix: add descriptive_stats pipe no matter the verbosity (3fd3240)

  • fix: change default verbosity of readability component (ddfd269)

  • fix: change verbosity of lexeme_prob_table (b64631f)

  • fix: automatically download supplied spacy model if not on disk (f54a9b6)

Unknown

  • Merge pull request #194 from HLasse/download-spacy-model-if-not-on-disk

Download-spacy-model-if-not-on-disk (8870acd)

  • Merge branch 'main' into download-spacy-model-if-not-on-disk (60f2adb)

  • Merge pull request #193 from HLasse/codespell-pre-commit

ci: add codespell to pre-commit (f69fac1)

  • Merge branch 'main' into codespell-pre-commit (feb8464)

  • Merge pull request #187 from HLasse/paper-add-ludvig

Paper-add-ludvig (f2d032c)

  • Merge branch 'main' into paper-add-ludvig (0f42762)

v2.4.2 (2023-03-01)

Chore

Ci

  • ci: remove docformatter due to black incompatibility (5ad185d)

  • ci: make docformatter and black compatible (4f37b6b)

Fix

  • fix: Handle case where extension is set, but pipeline is not (2ba2dd2)

  • fix: extract_metrics failing if metrics=None (6bfe6b0)

Unknown

  • Merge pull request #186 from HLasse/fix-extract-metrics-all-metrics

Fix-extract-metrics-all-metrics (e730af6)

  • paper: remove Ludvig from acknowledgements (56f5ff4)

  • paper: add Ludvig as coauthor (c29849c)

  • Merge branch 'main' into fix-extract-metrics-all-metrics (7c48924)

  • Merge pull request #185 from HLasse/add-contributor-guidelines

Add contributor guidelines (f672f9b)

  • tests: add test for extract_metric with metrics=None (680b52f)

  • Create CONTRIBUTING.md (a0d1640)

  • Create CODE_OF_CONDUCT.md (254f4e2)

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

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

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

updates:

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

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

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

updates:

  • Merge pull request #181 from HLasse/paper--update-speaking-your-mind-reference

paper: update speaking your mind reference to preprint (58032e8)

  • paper: update speaking your mind reference to preprint (8c7d43d)

  • Merge pull request #180 from HLasse/paper--add-missing-doi

paper: add missing doi (c89c9b3)

  • paper: add missing doi (ec22526)

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

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

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

updates:

  • Merge pull request #178 from HLasse/dependabot/pip/sphinxext-opengraph-gte-0.7.3-and-lt-0.8.1

⬆️ Update sphinxext-opengraph requirement from <0.7.4,>=0.7.3 to >=0.7.3,<0.8.1 (c0254b5)

v2.4.1 (2023-02-08)

Ci

  • ci: Fix semantic release (ad4069b)

  • ci: remove pytest coverage badge (a9c98cc)

  • ci: approve before merge dependabot (4d2461f)

Fix

  • fix: change auto-approve event

Following https://github.com/hmarr/auto-approve-action (729836f)

Unknown

  • Merge pull request #179 from HLasse/ci-fix-semantic-release

ci: Fix semantic release (fa138e9)

  • ⬆️ Update sphinxext-opengraph requirement

Updates the requirements on sphinxext-opengraph to permit the latest version.


updated-dependencies:

  • dependency-name: sphinxext-opengraph dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <[email protected]> (0221c1c)

  • Merge pull request #171 from HLasse/dependabot/pip/sphinx-gte-5.3.0-and-lt-6.2.0

⬆️ Update sphinx requirement from <5.4.0,>=5.3.0 to >=5.3.0,<6.2.0 (4e7e7bf)

  • Merge pull request #174 from HLasse/dependabot/pip/spacy-lookups--gte-3.1.0-and-lt-3.6.0

⬆️ Update spacy[lookups] requirement from <3.5.0,>=3.1.0 to >=3.1.0,<3.6.0 (447f2b3)

  • ⬆️ Update sphinx requirement

Updates the requirements on sphinx to permit the latest version.


updated-dependencies:

  • dependency-name: sphinx dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <[email protected]> (27652cd)

  • ⬆️ Update spacy[lookups] requirement

Updates the requirements on spacy[lookups] to permit the latest version.


updated-dependencies:

  • dependency-name: spacy[lookups] dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <[email protected]> (da2aa29)

  • Merge pull request #177 from HLasse/dependabot/pip/pre-commit-3.0.4

⬆️ Bump pre-commit from 2.20.0 to 3.0.4 (34ffd33)

  • ⬆️ Bump pre-commit from 2.20.0 to 3.0.4

Bumps pre-commit from 2.20.0 to 3.0.4.


updated-dependencies:

  • dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-major ...

Signed-off-by: dependabot[bot] <[email protected]> (8e29052)

  • Merge pull request #173 from HLasse/dependabot/pip/ruff-0.0.239

⬆️ Bump ruff from 0.0.191 to 0.0.239 (dea2d14)

  • Merge branch 'main' into dependabot/pip/ruff-0.0.239 (4c647a0)

  • Update dependabot_automerge.yml (135a73e)

  • ⬆️ Bump ruff from 0.0.191 to 0.0.239

Bumps ruff from 0.0.191 to 0.0.239.


updated-dependencies:

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

Signed-off-by: dependabot[bot] <[email protected]> (7d5de24)

v2.4.0 (2023-01-31)

Documentation

  • docs: update quality docs with oov_ratio (74c22b1)

Unknown

  • Merge pull request #164 from HLasse/HLasse/Add-proportion-of-word-in-vocabuary

feat: add out of vocabulary ratio to quality component (835053d)

  • Merge branch 'main' into HLasse/Add-proportion-of-word-in-vocabuary (531cbd4)

  • tests: parameterize oov ratio further (7338488)

v2.3.0 (2023-01-23)

Build

  • build: Add lookups to requirements (bd97890)

  • build: remove test coverage badge (07f363f)

Chore

Documentation

  • docs: Added information metrics to docs (15bb255)

  • docs: Added update timer and fail on timeout (0d39b2e)

  • docs: fixed tutorial to not download model (42589f6)

Feature

  • feat: Added information theoretic features (076c638)

  • feat: add out of vocabulary ratio to quality component (a1177e5)

Fix

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

Unknown

  • Merge pull request #166 from HLasse/entrophy

feat: Added information theoretic features (463b7c7)

Co-authored-by: Lasse Hansen <[email protected]> (c709f9d)

  • tests: add spacy medium to test requirements (8eb070e)

  • Merge pull request #161 from HLasse/docs-fix-rendering

docs: Added update timer and fail on timeout (48ccef8)

  • Merge branch 'main' into docs-fix-rendering (8f50f61)

  • Update requirements.txt (e88ed64)

  • Merge pull request #160 from HLasse/docs-fix-rendering

doc: fix rendering of introductory tutorail (3831a61)

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

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

updates:

  • Merge pull request #156 from HLasse/ci-remove-test-coverage-badge

build: remove test coverage badge (62ea5b2)

  • readme: remove test coverage badge (341796d)

v2.2.0 (2023-01-16)

Build

  • build: update numpy requirement (28f524f)

Ci

  • ci: add token to cov comment (37ffa93)

Documentation

  • docs: removed multiprocessing from pipes (c224580)

  • docs: changed print of quality (deb148b)

  • docs: fixed multiprocessing in tutorial (4ddebdf)

  • docs: Updated docs with changes to the API (580bea1)

  • docs: updated tutorial (57d0054)

  • docs: added quality tutorial to docs (2017fb3)

  • docs: added tutorial (fa2d65c)

  • docs: Added new tutorial for quality filtering (3697e59)

  • docs: fix typo in coherence.rst

seperate -> separate (be83cf3)

Feature

  • feat: Added QualityOutput (c0fb63c)

  • feat: Updated way that that quality thresholds is set (f799186)

Unknown

  • Merge pull request #153 from HLasse/tutorial_quality

Added quality tutorial (21499a6)

[pre-commit.ci] pre-commit autoupdate (798b1ee)

updates:

  • tutorial: minor updates to quality tutorial (9f5d22f)

  • Merge pull request #140 from HLasse/ci-dependabot-auto

CI Update automerge for dependabot and pre-commit-ci (ab86f7d)

  • Update .github/workflows/dependabot_automerge.yml (3c92cbc)

  • Update .github/workflows/dependabot_automerge.yml (35e5caf)

  • Merge pull request #149 from eltociear/patch-1

docs: fix typo in coherence.rst (3a1742b)

  • Merge pull request #150 from HLasse/ci-cov-comment

ci: add token to cov comment (59eea75)

build: update numpy requirement (6a6bc03)

  • Update README.md (2201416)

  • Merge pull request #139 from HLasse/ci-add-stale

Update CI (91d3002)

v2.1.0 (2023-01-06)

Chore

  • chore: pre-commit (29b4b2a)

  • chore: update assigns for all component (c5fdbcf)

  • chore: moving and renaming utils for extract_metrics (b3cdc26)

  • chore: ssort (91acab4)

Ci

  • ci: run converted notebooks with ipython to supper !pip install (a26bb83)

  • ci: update automerge for dependabot (bc1de64)

  • ci: remove autoupdate on ci (55f2b35)

  • ci: update stalebot (01c77a3)

Documentation

  • docs: add arxiv badge to readme (7b57aea)

  • docs: update readme after review and add citation in docs (728a0d4)

  • docs: add arxiv citation (bfab60b)

  • docs: add extract_metrics to docs and readme (163bee5)

  • docs: minor mismention (f5155c2)

  • docs: download spacy model in tutorial (96634cb)

  • docs: reset changelog (12007b7)

Feature

  • feat: wrapper function Fixes #135 (fb33e19)

Fix

  • fix: remove previously assigned extensions before extracting new metrics (1a7ca00)

  • fix: remove doc extension instead of pipe component. TODO double check all assings are correct (bc32d47)

Unknown

  • Merge pull request #137 from HLasse/HLasse/Create-wrapper-function

Create wrapper function (extract_metrics) (158ceeb)

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

Added arXiv reference (23ccda0)

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

  • merged (16f9f3f)

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

for more information, see https://pre-commit.ci (441db6a)

  • paper: minor paper styling (0a10b96)

  • paper: add paper html to docs (f17a0d1)

  • paper: remove tex (eba2488)

  • Update .gitignore

Co-authored-by: Kenneth Enevoldsen <[email protected]> (14e3a68)

v2.0.10 (2023-01-03)

Fix

  • fix: correct pypi api token (da723f1)

Unknown

v2.0.9 (2023-01-03)

Fix

v2.0.8 (2023-01-03)

Fix

Unknown

v2.0.7 (2023-01-03)

Fix

  • fix: semantic release(!?) (2d9a4d2)

v2.0.6 (2023-01-03)

Fix

  • fix: semantic versioning automatic upload (54f9e95)

Unknown

v2.0.5 (2023-01-03)

Ci

  • ci: add documentation concurrency (4b8ae69)

Fix

  • fix: testing semantic release (fcd797b)

v2.0.4 (2023-01-03)

Ci

  • ci: add stale ci (a6fc4c7)

  • ci: concurrency causes jobs on other python version to be cancelled (78bc8cb)

  • ci: A believes fix for prerelease (273785c)

Fix

  • fix: testing semantic release (95bbadc)

Unknown

  • Merge pull request #134 from HLasse/ci-fix

ci: A believed fix for prerelease (5bbb90b)

  • Update .github/workflows/stale.yml (7a85b8a)

  • Update .github/workflows/stale.yml (625713d)

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

[pre-commit.ci] pre-commit autoupdate (7cef51a)

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

updates:

v2.0.3 (2023-01-02)

Chore

Fix

  • fix: semantic version test (733ae89)

v2.0.2 (2023-01-02)

Fix

v2.0.1 (2023-01-02)

Ci

  • ci: fix semantic release (032f556)

  • ci: split test and release workflows (ede8339)

Fix

  • fix: release checkout with token (f6cbb3a)

  • fix: remove duplicate workflow (e7a568c)

  • fix: semantic versioning (a297d66)

Unknown

  • Merge pull request #132 from HLasse/semantic_versioning

ci: ensure semantic release uses main branch (2651b05)

  • v2.0.0 (d2bceb6)

  • readme: fix badge (15d083e)

  • readme: fix badge (6935012)

  • Merge pull request #131 from HLasse/ci--split-release-and-test-to-two-workflows

ci: split test and release workflows (f7113e5)

  • readme: fix badge (259cf83)

  • Merge pull request #130 from HLasse/ci_updates

Build: Add missing dependency for tutorial (c48be9e)

  • Build: Add missing dependency for tutorial (9b7b2fc)

v2.0.0 (2023-01-02)

Build

  • build: updated spacy dependency (f218684)

  • build: remove unused dependency (525bac0)

  • build: transitioned to pyproject.toml (8aa1cce)

  • build: update manifest (f6893bb)

  • build: better building 🤷‍♂️ (2e9ac71)

  • build: remove package autofind for correct building (ea1345e)

  • build: bumb spacy version (d2180d1)

  • build: update version number (bee7881)

Chore

  • chore: moved spam.csv back into data (f42283d)

  • chore: moved testfolder out of package (c026967)

  • chore: black (33f7aed)

Ci

  • ci: removed non neede token (2683ac1)

  • ci: removed python setup from docs workflow (42e1fe9)

  • ci: fix cache path (a03c45d)

  • ci: Fix cache path (6af7a3e)

  • ci: cahce using pyproject.toml (c9ed231)

  • ci: re-enable cache (aab4439)

  • ci: invalidate cache (793bf3f)

  • ci: remove autofix from ruff (31903f3)

  • ci: required bash for running shell commands (b02a06c)

  • ci: fixed version of ci (54e0ac0)

  • ci: added test of notebooks to test_and_relase (b9ed67d)

  • ci: added pre-commit-ci to automerge (eb471d5)

  • ci: remove outdated workflows (e1c9235)

  • ci: Added semantic release ci (d271165)

  • ci: updated ci to import version from package (08ffebc)

  • ci: fixed error in version specification (260b26d)

  • ci: Added documentation build to PR (e4518ad)

  • ci: moved docs requirements to main requirements.txt (51139c8)

  • ci: Added mypy and refactored quality thresholds (69ea0fd)

  • ci: update ci branches to main (6a27b78)

  • ci: dependabot automerge if tests pass (8906458)

  • ci: reduce OS test matrix (6620c55)

  • ci: update pytest coverage comment (78a4643)

  • ci: remove pytest-cov-comment (e135201)

  • ci: update pytest-coverage.comment version (dc1ddb3)

Documentation

  • docs: build documentation without return an error (2e91f9a)

  • docs: Minor polished to the documentation (3f48688)

  • docs: polished docs (799d57a)

  • docs: more informative error messages in coherence component. Fixes empty output for coherence with a blank pipeline #115 (086bfbe)

  • docs: misc doc updates (f9aee35)

  • docs: update readme (17b0133)

  • docs: minor fomatting (faa86f7)

  • docs: add tutorial to docs (fbeab00)

  • docs: Added faq for developers (795f49d)

  • docs: update usingthepackage. Fixes Add quality to table of available-attributes #107 (2264162)

  • docs: add example to coherence docs. Fixes #114 (b0802aa)

  • docs: Added documentation to create functions (11619cf)

  • docs: updated docstring based on review (bb6503a)

  • docs: updated docs (45a5684)

  • docs: add how to use custom word embeddings (153764b)

  • docs: minor (1523786)

  • docs: add docs for coherence (d3d152a)

  • docs: minor formatting (26804c6)

  • docs: Create simple tutorial Fixes #86 (75669e5)

  • docs: add usage docs to components (c310a91)

  • docs: add pos_proportions example (a8602fd)

  • docs: docs for dependency distance formula Fixes #77 (ec360fc)

  • docs: update quality docs (b63d88c)

  • docs: update docstrings and misc minor (5ef3afc)

  • docs: misc docs (6202c52)

  • docs: add quality checks to docs (b4953f5)

Feature

  • feat: spacy 3.4 compatibility - dashes to slashes in factory names (95cc0fb)

  • feat: add word embedding coherence/similarity Fixes #50 (143d648)

  • feat: add loader for tutorial dataset (7c08710)

  • feat: Separate component loaders Fixes #85 (2fdee32)

  • feat: add new icon (765a428)

Fix

  • fix: changed warning to info message (c1a7978)

  • fix: Avoid raising warning for empty lists (5bfc7f9)

  • fix: move text to first position (2d5c29c)

  • fix: fixed bug when testing vector shape (c3e3f4d)

  • fix: bug in extract_dict causing only the first metric to to extracted (94f3c68)

  • fix: fix fetching package version in python 3.7 (325ad08)

  • fix: fix fetching package version in python 3.7 (66a5595)

  • fix: Added generalized load component to include new component

Added missing component: coherence (9823160)

  • fix: fixed bug where extract overwrote values with mulitple components (a7210ce)

  • fix: test which occurs when running multiple tests together (ab3ed0e)

  • fix: minor spelling errors (290634b)

  • fix: fixed quality component (c6647fa)

  • fix: fixed missing imports (ec01f0a)

  • fix: remove span_to_doc_getter (9c7c032)

  • fix: allow multiprocessing in descriptive stats component (f16443f)

  • fix: handle texts with ngrams below the range (01084f3)

  • fix: extract_df failing if metric="all" and not all components set (9519c6c)

  • fix: typo that caused everything to fail (d796207)

  • fix: icon name (85d85cc)

Refactor

Test

  • test: Fixed error in tests (01fc259)

  • test: updated introductory tutorials (c15ed7e)

  • test: multiprocessing in quality component (de9126b)

  • test: icon works? (c61c587)

Unknown

  • Merge pull request #129 from HLasse/dev

CI: Fix errors in CI (e539e7b)

  • Revert "Revert "test: Fixed error in tests""

This reverts commit a0bb828a86752f43c9f453ca8e6c8c9878c15f73. (644ba24)

  • Revert "test: Fixed error in tests"

This reverts commit 01fc2593c1b3015334a72dcb2e665b91838174b6. (a0bb828)

  • Merge pull request #118 from HLasse/dev

Version 2.0 (2d028f1)

for more information, see https://pre-commit.ci (531866b)

HLasse/Update-README (7cba797)

  • tutorial: add open in colab badge (8af97c5)

  • tutorial: update installer (1903a18)

  • Merge pull request #125 from HLasse:tutorial-to-colab

tutorial: add open in colab button (3ead0eb)

  • tutorial: add open in colab button (c134da2)

  • Merge pull request #123 from HLasse/HLasse/Change-documentation-landing-page

HLasse/Change-documentation-landing-page (ee7d0c8)

  • Merge branch 'dev' into HLasse/Change-documentation-landing-page (826200d)

  • Merge pull request #122 from HLasse/build-transition-to-pyproject-toml

Build-transition-to-pyproject-toml (289db69)

  • tests: Added missing import leading to failed tests when running tests individually (79972d2)

  • tests: Added test of blank pipes to coherence (8bde489)

  • Change documentation landing page Fixes #120 (4644d26)

  • tests: Added missing imports to coherence tests (97ca004)

  • tests: re-enable coherence tests (812b674)

  • Merge pull request #117 from HLasse/docs-move-documentation-to-create-func

Docs-move-documentation-to-create-func (147e4fc)

  • Merge branch 'dev' into docs-move-documentation-to-create-func (53424d7)

  • Merge pull request #116 from HLasse/extract_df_and_tutorial_fix

Extract_df_and_tutorial_fix (09eb68d)

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

for more information, see https://pre-commit.ci (2bee774)

  • misc: test if coverage report updates (aecc581)

  • tutorial: include all output (39635a1)

  • tests: added a few tests for extract_df fixes tests: improve extract_df|dict tests #112 (782b1b9)

  • Merge pull request #111 from HLasse/ci-mypy

Ci mypy (66e6f3b)

Co-authored-by: Lasse Hansen <[email protected]> (475724a)

  • Apply suggestions from code review

Co-authored-by: Lasse Hansen <[email protected]> (7083618)

  • Merge pull request #110 from HLasse/ci-semantic-release

CI: Added semantic release (4adfbf9)

  • Merge branch 'ci-mypy' into ci-semantic-release (5a5893e)

  • Merge branch 'ci-semantic-release' of https://github.com/hlasse/TextDescriptives into ci-semantic-release (f3368fb)

  • Ci: add pre-commit (#97)

  • ci: added pre-commit

  • style: apply ruff

  • tests: remove unused test

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

for more information, see https://pre-commit.ci

  • style: black

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> (192559e)

  • Update documentation.yml (09ae0e6)

  • Merge pull request #96 from HLasse/HLasse/Make-quality-work-with-n_process->-1

HLasse/Make-quality-work-with-n_process->-1 (a50de7a)

  • tests: misc (c12d80a)

  • Merge pull request #92 from HLasse/HLasse/Add-word-embedding-coherence/similary

feat: add word embedding coherence/similarity (f397750)

  • Merge pull request #95 from HLasse:spacy-3.4-compatibility

feat: spacy 3.4 compatibility - dashes to slashes in factory names (39c0825)

  • misc: improvement from review (b75c219)

  • Merge pull request #91 from HLasse/fix-multiprocessing

fix: allow multiprocessing in descriptive stats component (6cad4cb)

  • Merge pull request #90 from HLasse/HLasse/Create-simple-tutorial

Simple tutorial and misc docs (dc4a1f9)

  • tests: test extract_df with single component (f3c494f)

  • Merge branch 'dev' into HLasse/Create-simple-tutorial (e391e69)

  • Merge pull request #88 from HLasse/HLasse/Separate-component-loaders

feat: Separate component loaders (faa7bb8)

  • Merge pull request #89 from HLasse:HLasse/Formulae-for-dependency-distance-calculation-on-Doc-level

docs: docs for dependency distance formula (2b87c85)

  • Merge pull request #84 from HLasse/HLasse/Add-_syllables-to-Span

Update docstrings (7a91a53)

  • Update README.md (9451671)

  • Merge pull request #75 from rbroc/fix-pos

Fix pos_stats extraction (b189234)

  • Merge pull request #78 from HLasse/automerge-dependabot

ci: dependabot automerge if tests pass (78a2eb0)

  • update patch version (4479223)

  • Merge pull request #76 from HLasse/dependabot/github_actions/MishaKav/pytest-coverage-comment-1.1.39

⬆️ Bump MishaKav/pytest-coverage-comment from 1.1.37 to 1.1.39 (b484729)

  • ⬆️ Bump MishaKav/pytest-coverage-comment from 1.1.37 to 1.1.39

Bumps MishaKav/pytest-coverage-comment from 1.1.37 to 1.1.39.


updated-dependencies:

  • dependency-name: MishaKav/pytest-coverage-comment dependency-type: direct:production update-type: version-update:semver-patch ...

Signed-off-by: dependabot[bot] <[email protected]> (fc42a30)

  • fix and simplify logic for component extraction (9a676bb)

  • map pos_stats to pos_proportions in __unpack_extension method (bd8bd1e)

  • Merge pull request #72 from HLasse/dependabot/github_actions/schneegans/dynamic-badges-action-1.6.0

⬆️ Bump schneegans/dynamic-badges-action from 1.3.0 to 1.6.0 (7e4aee5)

  • Merge pull request #73 from HLasse/dependabot/pip/pytest-gte-7.1.3-and-lt-7.3.0

⬆️ Update pytest requirement from <7.2.0,>=7.1.3 to >=7.1.3,<7.3.0 (3c07f0b)

  • ⬆️ Update pytest requirement

Updates the requirements on pytest to permit the latest version.


updated-dependencies:

  • dependency-name: pytest dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <[email protected]> (06540ae)

  • ⬆️ Bump schneegans/dynamic-badges-action from 1.3.0 to 1.6.0

Bumps schneegans/dynamic-badges-action from 1.3.0 to 1.6.0.


updated-dependencies:

  • dependency-name: schneegans/dynamic-badges-action dependency-type: direct:production update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] <[email protected]> (4f5c158)

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

⬆️ Update pandas requirement from <1.5.0,>=1.0.0 to >=1.0.0,<1.6.0 (fc1f704)

  • merge main (0ff2218)

  • Update pytest-cov-comment.yml (ae7a1be)

  • Update README.md (a546b49)

  • Merge pull request #70 from HLasse/update-pytest-coverage-comment

ci: update pytest-coverage.comment version (f7badd1)

  • ⬆️ Update pandas requirement

Updates the requirements on pandas to permit the latest version.


updated-dependencies:

  • dependency-name: pandas dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <[email protected]> (86ca4c6)

  • readme: fix path to icon (0a76a25)

  • Merge pull request #68 from HLasse/icon

add icon (e53e229)

v1.10.0 (2022-09-26)

Build

  • build: update requirements for python 3.10 (6704c4a)

Ci

Documentation

  • docs: build docs (0d5e960)

  • docs: minor readme updates (88cbc40)

  • docs: add reference to DFM (1578599)

  • docs: minor update to news (03b9d84)

  • docs: added documentation for quality (976c050)

  • docs: minor additions to docs (a1cdd3b)

Feature

  • feat: add quality metrics to Extractor (92a70e8)

  • feat: added quality estimation (347ac8d)

Fix

  • fix: Fixed erros in test due by forcing the extension to be set. (b47d602)

Refactor

  • refactor: changed default of force to True (2aadd11)

  • refactor: removed all but one set of defaults. (6231433)

Style

  • style: Added style to requirement.txt (9e2940d)

Test

  • test: Added tests to quality filter (b70f850)

Unknown

  • readme: fix table (836c4ca)

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

docs: fix failing documentation (854b6f3)

  • Merge pull request #66 from HLasse/fix-ci

Update pytest-cov-comment.yml (25b05b7)

  • Merge pull request #63 from HLasse/feature-add-quality

Feature: Add quality descriptives (b317cf0)

  • Update pytest-cov-comment.yml

Fixes #65 (5629824)

  • Merge pull request #62 from HLasse/build-updated-for-3.10

build: update requirements for python 3.10 (4b9179f)

v1.0.7 (2022-05-04)

Chore

  • chore: make black happy.. (4025065)

Fix

  • fix: gistID (2a49cfb)

  • fix: updated dep dists tests (73f4e48)

  • fix: robust pos tests (1781a7e)

  • fix: update spacy core sm to most recent (26e3921)

Unknown

  • Merge pull request #48 from HLasse/update-version

update package version (04bb72c)

  • update package version (3a121d8)

  • Merge pull request #45 from HLasse/fix-pytest-cov

update pytest-coverage-comment (ec7cad2)

  • Merge pull request #47 from HLasse/master

check tests (885236a)

  • Merge pull request #46 from HLasse/update-spacy-model-download

update: more robust spacy model download (6f92725)

  • update: more robust spacy model download (31de553)

  • update pytest-coverage-comment (da6d095)

  • Merge pull request #41 from HLasse/dependabot/github_actions/schneegans/dynamic-badges-action-1.3.0

⬆️ Bump schneegans/dynamic-badges-action from 1.2.0 to 1.3.0 (c84219f)

  • Merge pull request #39 from HLasse/dependabot/github_actions/actions/setup-python-3

⬆️ Bump actions/setup-python from 2 to 3 (033fe5b)

  • Merge pull request #35 from HLasse/dependabot/pip/ftfy-gte-6.0.3-and-lt-6.2.0

⬆️ Update ftfy requirement from <6.1.0,>=6.0.3 to >=6.0.3,<6.2.0 (7429d18)

  • Merge pull request #34 from HLasse/add-black-wf

add: black workflow and format everything (11c4edb)

  • Merge pull request #40 from HLasse/workflow-patch

Fixed error causing workflows to pass (fe2f27a)

  • ⬆️ Bump schneegans/dynamic-badges-action from 1.2.0 to 1.3.0

Bumps schneegans/dynamic-badges-action from 1.2.0 to 1.3.0.


updated-dependencies:

  • dependency-name: schneegans/dynamic-badges-action dependency-type: direct:production update-type: version-update:semver-minor ...

Signed-off-by: dependabot[bot] <[email protected]> (6ca4618)

  • Update pytest-cov-comment.yml (4f0d7bc)

  • Update pytest-cov-comment.yml (956e773)

  • Fixed error causing workflows to pass

fixed error causing workflows to pass even though tests fail caused by the purest not raising an error due to the tee. (2fea750)

  • ⬆️ Bump actions/setup-python from 2 to 3

Bumps actions/setup-python from 2 to 3.


updated-dependencies:

  • dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ...

Signed-off-by: dependabot[bot] <[email protected]> (87b692b)

  • ⬆️ Update ftfy requirement from <6.1.0,>=6.0.3 to >=6.0.3,<6.2.0

Updates the requirements on ftfy to permit the latest version.


updated-dependencies:

  • dependency-name: ftfy dependency-type: direct:production ...

Signed-off-by: dependabot[bot] <[email protected]> (6182cd0)

  • Merge branch 'master' into add-black-wf (5966854)

  • add: black workflow and format everything (451090e)

  • Merge pull request #25 from HLasse/Update_setup

Updated setup (9bf044a)

  • Update pytest-cov-comment.yml

update dependencies (e9979ab)

  • Merge branch 'master' into Update_setup (3ad0267)

  • Merge pull request #26 from HLasse/Add-dependabot-workflow

Added dependabot workflow (de0ba76)

  • Merge pull request #27 from HLasse/clean-ci

updated ci workflow (29d0041)

  • Update .github/workflows/pytest-cov-comment.yml (e8739a0)

  • Merge pull request #30 from HLasse/fix-tests

fixes failing tests (294b6dd)

  • update: more wiggle room for dep dist tests (0e95ec5)

  • update: more wiggle room for pos tests (74650ba)

  • Update README.md (a597dbb)

  • updated ci workflow (90f97b2)

  • Added dependabot workflow (40810de)

  • Updated setup (06fb4f7)

v1.0.6 (2021-10-28)

Unknown

  • updated version given recent bug fix (e0be97c)

  • Merge pull request #19 from frillecode/patch-1

Fixed to work with attribute ruler (bbfe011)

  • Fixed to work with attribute ruler

The pipeline does not work for e.g. the Danish pipeline which use an attribute ruler (as opposed to a tagger) for assigning POS-tags. Maybe it is worth removing this restriction all together assuming other things could also set the POS tag. Instead check for whether the document is POS tagged using the has_annotation.

Frida and Kenneth (7862cbf)

  • minor fix (6606e90)

  • Merge pull request #18 from HLasse/missing_word

Added missing word (342c8be)

  • Added type hint (89ced1b)

  • Added missing word (6965875)

  • Update README.md (d4e359c)

  • add news (dbf5975)

  • change default behaviour of pos_stats (b1129d2)

  • Merge pull request #16 from HLasse/minor-patch-1

Added references and changed pos-stats to part-of-speech stats (57c7b68)

  • added code elements (eab14b4)

  • added references (e180f07)

  • Update posstats.rst (c50e4b7)

  • Merge pull request #14 from martbern/master

Add Span support to pos_proportions (fdebbeb)

  • Avoid redefining built-in "input" (068a3a7)

  • Update documentation (9515753)

  • Sync with main repo (c639bb1)

  • Add support for series (ea54a46)

  • Merge pull request #11 from HLasse/numpy_version

change numpy requirement (66d2360)

  • change numpy requirement (30a2f69)

  • Merge pull request #9 from HLasse/posstatistics

Add documentation for pos_stats (adad7e0)

  • raise error if no tagger with pos_stats, fix tests (554c539)

  • Merge pull request #8 from martbern/posstatistics

Add documentation for pos_stats (adecfc1)

  • Update README.md (72cff9c)

  • Add documentation for pos_stats (578a7b3)

  • Delete test.py (2d2c8c8)

  • Add documentation for pos_stats (7b1c8dc)

  • bump version (8c27773)

  • Merge pull request #7 from HLasse/master

master to posstatistics (64f9f17)

  • suggested changes (555f091)

  • Move pos_proportions into new pos_stats component and add tests (b6f872d)

  • Apply suggestions from code review

Make PR more pythonic

Co-authored-by: HLasse <[email protected]> (efc7fbf)

  • Add pos_proportions and attempt at test (6da3dd1)

  • Add docstring to DescriptiveStatistics.counts (ab40f1c)

  • bump version to 1.0.3

adds extract_dict (d4b818e)

  • Merge pull request #5 from HLasse/dev

add extract_dict function (70f1494)

Co-authored-by: Kenneth Enevoldsen <[email protected]> (e8b2fe4)

v1.0.1 (2021-08-09)

Unknown

  • add link to docs in readme (d9cdff7)

  • bump to version 1.0.0 (d7be7c3)

  • fix setup typo (0d5bd30)

  • fix datahint and setup typo (ce36172)

  • fix spacy model version (f0ed4d2)

  • update tests to use en_core_web_sm v3.1.0 (ae291a3)

  • fix type hint and add spacy mode to req for tests (c235aa7)

  • fix workflow branch (7d23b3d)

  • fix test (5ec7a84)

  • Merge pull request #2 from HLasse/spacy_v

complete remake to use spaCy - stanza version deprecated (but saved as release and on stanza-version branch) (d62985c)

Co-authored-by: Kenneth Enevoldsen <[email protected]> (cd419e1)

  • Update conf.py (d33d129)

  • Update pytest-cov-comment.yml (db59fb8)

  • Update pytest-cov-comment.yml (401dbfc)

  • Update docs/index.rst

Co-authored-by: Kenneth Enevoldsen <[email protected]> (a5cb105)

  • Update README.md (c067bde)

  • Update README.md (8cca8a3)

  • update docs (98a8aa8)

  • Merge pull request #4 from HLasse/pypi_integration

add pypi integration to spacy version (de8a92f)

  • Merge branch 'spacy_v' into pypi_integration (6243a83)

  • Update docs/installation.rst

Co-authored-by: HLasse <[email protected]> (cf1278e)

  • Update docs/installation.rst

Co-authored-by: HLasse <[email protected]> (8726a4d)

  • Update docs/conf.py

Co-authored-by: HLasse <[email protected]> (e78d7b6)

  • Update docs/conf.py

Co-authored-by: HLasse <[email protected]> (1af522f)

Co-authored-by: Kenneth Enevoldsen <[email protected]> (ab70ee7)

  • Update textdescriptives/components/descriptive_stats.py

Co-authored-by: Kenneth Enevoldsen <[email protected]> (4bc7c27)

Only uses already loaded pipeline if settings match those we wish to use (c7f1064)

  • Merge branch 'master' into dev_ludvig (b51f143)

  • adds news section (7725eac)

  • author section (8c7b1dc)

  • minor (6a09daa)

  • Merge branch 'dev_ludvig' (0d7ee70)

  • minor (9dbdc05)

  • Merge branch 'dev_ludvig' (872ac88)

  • minor (eb95c10)

  • rename governor to head (9b6bdd1)

  • Now uses stanza instead of stanfordnlp (f097515)

  • stanza_resources (0775770)

  • Merge branch 'master' into dev_ludvig (23c7393)

  • minor (cd1880d)

  • Merge branch 'dev_ludvig' (0aca4b4)

  • readability uses Text class. Moves lix and rix. Renames calculator (f9293fd)

  • Merge branch 'master' into dev_ludvig (951c5ce)

  • Calculators uses Text class. Simplifies basics() method. (8d68d86)

  • Adds Text class for storing different version of a text

Allows us not to repeat the tokenization w/m. (63cb161)

Create LICENSE (d24006d)