-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNEWS
48 lines (29 loc) · 1.09 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
NEWS
====
Versioning
----------
Releases will be numbered with the following semantic versioning format:
<major>.<minor>.<patch>
And constructed with the following guidelines:
* Breaking backward compatibility bumps the major (and resets the minor
and patch)
* New additions without breaking backward compatibility bumps the minor
(and resets the patch)
* Bug fixes and misc changes bumps the patch
clustext 0.1.0-
----------------------------------------------------------------
BUG FIXES
* `join` from an `assign_cluster`'s `attributes`, now explicitly joins on (`by`)
`'id_temporary'`.
NEW FEATURES
* `as_topic` added to convert `get_terms` to more print friendly cluster-topic-terms
display.
* `write_cluster_text` & `read_cluster_text` added to write/read cluster text for
human categorization.
* `categorize` added to join original data, clusters, and human categories.
MINOR FEATURES
IMPROVEMENTS
CHANGES
clustext 0.0.1
----------------------------------------------------------------
This package is a collection of tools for optimized, consistent clustering of text data.