Skip to content

Commit 9d14306

Browse files
committed
polish news
1 parent 7a1182a commit 9d14306

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

NEWS.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# textrecipes (development version)
22

3-
* `step_texthash()` and `step_dummy_hash()` gained `sparse` argument. When set to `"yes"`, `step_dummy()` will produce sparse vectors. (#282)
4-
5-
* `step_tf()` gained `sparse` argument. When set to `"yes"`, `step_dummy()` will produce sparse vectors. (#284)
3+
## Improvements
64

7-
* `step_tfidf()` gained `sparse` argument. When set to `"yes"`, `step_dummy()` will produce sparse vectors. (#285)
5+
* The following steps has gained the argument `sparse`. When set to `"yes"`, they will produce sparse vectors. (#277)
6+
- `step_dummy_hash()`
7+
- `step_texthash()`
8+
- `step_tf()`
9+
- `step_tfidf()`
810

911
# textrecipes 1.0.7
1012

0 commit comments

Comments
 (0)