Releases: HLasse/TextDescriptives
Releases · HLasse/TextDescriptives
v2.4.0
v2.3.0
v2.2.0
Feature
Documentation
- Removed multiprocessing from pipes (
c224580
) - Changed print of quality (
deb148b
) - Fixed multiprocessing in tutorial (
4ddebdf
) - Updated docs with changes to the API (
580bea1
) - Updated tutorial (
57d0054
) - Added quality tutorial to docs (
2017fb3
) - Added tutorial (
fa2d65c
) - Added new tutorial for quality filtering (
3697e59
) - Fix typo in coherence.rst (
be83cf3
) - Minor mismention (
f5155c2
)
v2.1.0
v2.0.10
v2.0.0
New API and updated docs and tutorials. See the documentation for more.
What's Changed
- Icon by @HLasse in #68
- ci: update pytest-coverage.comment version by @HLasse in #70
- ⬆️ Update pandas requirement from <1.5.0,>=1.0.0 to >=1.0.0,<1.6.0 by @dependabot in #69
- ⬆️ Update pytest requirement from <7.2.0,>=7.1.3 to >=7.1.3,<7.3.0 by @dependabot in #73
- ⬆️ Bump schneegans/dynamic-badges-action from 1.3.0 to 1.6.0 by @dependabot in #72
- ⬆️ Bump MishaKav/pytest-coverage-comment from 1.1.37 to 1.1.39 by @dependabot in #76
- ci: dependabot automerge if tests pass by @HLasse in #78
- Fix pos_stats extraction by @rbroc in #75
- Update docstrings by @HLasse in #84
- docs: docs for dependency distance formula by @HLasse in #89
- feat: Separate component loaders by @HLasse in #88
- Simple tutorial and misc docs by @HLasse in #90
- fix: allow multiprocessing in descriptive stats component by @HLasse in #91
- feat: spacy 3.4 compatibility - dashes to slashes in factory names by @HLasse in #95
- feat: add word embedding coherence/similarity by @HLasse in #92
- HLasse/Make-
quality
-work-with-n_process
->-1 by @HLasse in #96 - Ci: add pre-commit by @KennethEnevoldsen in #97
- CI: Added semantic release by @KennethEnevoldsen in #110
- Ci mypy by @HLasse in #111
- Extract_df_and_tutorial_fix by @HLasse in #116
- Docs-move-documentation-to-create-func by @KennethEnevoldsen in #117
- Build-transition-to-pyproject-toml by @KennethEnevoldsen in #122
- HLasse/Change-documentation-landing-page by @HLasse in #123
- tutorial: add open in colab button by @HLasse in #125
- HLasse/Update-README by @HLasse in #128
- Version 2.0 by @HLasse in #118
- CI: Fix errors in CI by @KennethEnevoldsen in #129
New Contributors
Full Changelog: v1.1.0...2.0.0
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 #62
- Feature: Add quality descriptives by @KennethEnevoldsen in #63
- Update pytest-cov-comment.yml by @KennethEnevoldsen in #66
- docs: minor readme updates by @HLasse in #67
Full Changelog: v1.0.7...v1.1.0
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 #30
- updated ci workflow by @KennethEnevoldsen in #27
- Added dependabot workflow by @KennethEnevoldsen in #26
- Updated setup by @KennethEnevoldsen in #25
- Fixed error causing workflows to pass by @KennethEnevoldsen in #40
- add: black workflow and format everything by @HLasse in #34
- ⬆️ Update ftfy requirement from <6.1.0,>=6.0.3 to >=6.0.3,<6.2.0 by @dependabot in #35
- ⬆️ Bump actions/setup-python from 2 to 3 by @dependabot in #39
- ⬆️ Bump schneegans/dynamic-badges-action from 1.2.0 to 1.3.0 by @dependabot in #41
- update: more robust spacy model download by @HLasse in #46
- check tests by @HLasse in #47
- update pytest-coverage-comment by @HLasse in #45
- update package version by @HLasse in #48
Full Changelog: v1.0.6...v1.0.7
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 #5
- Add pos_proportions by @martbern in #6
- master to posstatistics by @HLasse in #7
- Add documentation for pos_stats by @martbern in #8
- Add documentation for pos_stats by @HLasse in #9
- change numpy requirement by @HLasse in #11
- Add Span support to pos_proportions by @martbern in #14
- Added references and changed pos-stats to part-of-speech stats by @KennethEnevoldsen in #16
- Added missing word by @KennethEnevoldsen in #18
- Fixed to work with attribute ruler by @frillecode in #19
New Contributors
- @martbern made their first contribution in #6
- @frillecode made their first contribution in #19
Full Changelog: v1.0.1...v1.0.6
Version 1.0.1
Stable release of TextDescriptives using spaCy