Skip to content

Commit 941ae19

Browse files
committed
Bump package version, 0.7.1 => 0.8.0
1 parent 953c116 commit 941ae19

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGES.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Changes
22

3-
### 0.8.0 (in development)
3+
### 0.8.0 (2019-07-14)
44

55
#### New and Changed:
66

@@ -23,13 +23,14 @@
2323
- Improved speed of SGRank implementation, and generally optimized much of the code
2424
- **Improved document similarity functionality**
2525
- Added a character ngram-based similarity measure (`similarity.character_ngrams()`), for something that's useful in different contexts than the other measures
26-
- Removed Jaro-Winkler string similarity measure (`similarity.jaro_winkler()`), since it didn't really add anything beyond other measures
26+
- Removed Jaro-Winkler string similarity measure (`similarity.jaro_winkler()`), since it didn't add much beyond other measures
2727
- Improved speed of Token Sort Ratio implementation
28-
- Replaced `python-levenshtein` dependency with `jellyfish`, for its active development, better documentation, and actually-compliant license
28+
- Replaced `python-levenshtein` dependency with `jellyfish`, for its active development, better documentation, and _actually-compliant_ license
2929
- **Added customizability to certain functionality**
30-
- Added options to `Doc._.to_bag_of_words()` and `Corpus.word_counts()` for optionally filtering out stop words, punctuation, and/or numbers (PR #249)
30+
- Added options to `Doc._.to_bag_of_words()` and `Corpus.word_counts()` for filtering out stop words, punctuation, and/or numbers (PR #249)
3131
- Allowed for objects that _look like_ `sklearn`-style topic modeling classes to be passed into `tm.TopicModel()` (PR #248)
3232
- Added options to customize rc params used by `matplotlib` when drawing a "termite" plot in `viz.draw_termite_plot()` (PR #248)
33+
- Removed deprecated functions with direct replacements: `io.utils.get_filenames()` and `spacier.components.merge_entities()`
3334

3435
#### Contributors:
3536

textacy/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.7.1"
1+
__version__ = "0.8.0"
22
__description__ = "NLP, before and after spaCy"
33
__url__ = "https://github.com/chartbeat-labs/textacy"
44
__download_url__ = "https://pypi.org/project/textacy"

0 commit comments

Comments
 (0)