Skip to content

Commit

Permalink
add news
Browse files Browse the repository at this point in the history
  • Loading branch information
HLasse committed Oct 4, 2021
1 parent b1129d2 commit dbf5975
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# News

## October 4, 2021
## V1.0.5 - October 4, 2021
- POS proportions now use `pos_` instead of `tag_` by default. This behavior can be changed by setting `use_tag` to `False` when initialising the `pos_stats` module.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ A Python library for calculating a large variety of statistics from text(s) usin

* TextDescriptives has been completely re-implemented using spaCy v.3.0. The stanza implementation can be found in the `stanza_version` branch and will no longer be maintained.
* Check out the brand new documentation [here](https://hlasse.github.io/TextDescriptives/)!
See [NEWS.md](https://gibhub.com/hlasse/textdescriptives/NEWS.md) for release notes (v. 1.0.5 and onwards)


# 👩‍💻 Usage
Expand Down

1 comment on commit dbf5975

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
textdescriptives
   init.py40100% 
   about.py30100% 
   dataframe_extract.py86693%71, 128–132
   load_components.py120100% 
textdescriptives/components
   init.py40100% 
   dependency_distance.py320100% 
   descriptive_stats.py51198%112
   pos_stats.py25292%13, 44
   readability.py720100% 
   utils.py160100% 
TOTAL305997% 

Please sign in to comment.