tmnt 0.7.44b20240128__py3-none-any.whl → 0.7.46__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tmnt-0.7.44b20240128.dist-info → tmnt-0.7.46.dist-info}/METADATA +6 -4
- {tmnt-0.7.44b20240128.dist-info → tmnt-0.7.46.dist-info}/RECORD +6 -6
- {tmnt-0.7.44b20240128.dist-info → tmnt-0.7.46.dist-info}/LICENSE +0 -0
- {tmnt-0.7.44b20240128.dist-info → tmnt-0.7.46.dist-info}/NOTICE +0 -0
- {tmnt-0.7.44b20240128.dist-info → tmnt-0.7.46.dist-info}/WHEEL +0 -0
- {tmnt-0.7.44b20240128.dist-info → tmnt-0.7.46.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tmnt
|
3
|
-
Version: 0.7.
|
3
|
+
Version: 0.7.46
|
4
4
|
Summary: Topic modeling neural toolkit
|
5
5
|
Home-page: https://github.com/mitre/tmnt.git
|
6
6
|
Author: The MITRE Corporation
|
@@ -9,7 +9,7 @@ License: Apache
|
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
10
10
|
Classifier: License :: OSI Approved :: Apache Software License
|
11
11
|
Classifier: Operating System :: OS Independent
|
12
|
-
Requires-Python: >=3.
|
12
|
+
Requires-Python: >=3.10
|
13
13
|
Description-Content-Type: text/markdown
|
14
14
|
License-File: LICENSE
|
15
15
|
License-File: NOTICE
|
@@ -27,7 +27,9 @@ Requires-Dist: pyOpenSSL ==18.0.0
|
|
27
27
|
Requires-Dist: PySocks ==1.6.8
|
28
28
|
Requires-Dist: sacremoses >=0.0.38
|
29
29
|
Requires-Dist: sentence-splitter ==1.4
|
30
|
-
Requires-Dist: umap-learn
|
30
|
+
Requires-Dist: umap-learn[plot] >=0.5.5
|
31
|
+
Requires-Dist: numba
|
32
|
+
Requires-Dist: scipy
|
31
33
|
Requires-Dist: tabulate >=0.8.7
|
32
34
|
Requires-Dist: torch >=2.1.2
|
33
35
|
Requires-Dist: torchtext >=0.13.0
|
@@ -35,7 +37,7 @@ Requires-Dist: torchtext >=0.13.0
|
|
35
37
|
The Topic Modeling Neural Toolkit (TMNT) is a software library that enables training
|
36
38
|
topic models as neural network-based variational auto-encoders.
|
37
39
|
|
38
|
-
Current stable version is: 0.7.
|
40
|
+
Current stable version is: 0.7.46
|
39
41
|
|
40
42
|
Documentation can be found here: https://tmnt.readthedocs.io/en/stable/
|
41
43
|
|
@@ -17,9 +17,9 @@ tmnt/utils/ngram_helpers.py,sha256=VrIzou2oQHCLBLSWODDeikN3PYat1NqqvEeYQj_GhbA,1
|
|
17
17
|
tmnt/utils/pubmed_utils.py,sha256=3sHwoun7vxb0GV-arhpXLMUbAZne0huAh9xQNy6H40E,1274
|
18
18
|
tmnt/utils/random.py,sha256=qY75WG3peWoMh9pUyCPBEo6q8IvkF6VRjeb5CqJOBF8,327
|
19
19
|
tmnt/utils/recalibrate.py,sha256=TmpB8An8bslICZ13UTJfIvr8VoqiSedtpHxec4n8CHk,1439
|
20
|
-
tmnt-0.7.
|
21
|
-
tmnt-0.7.
|
22
|
-
tmnt-0.7.
|
23
|
-
tmnt-0.7.
|
24
|
-
tmnt-0.7.
|
25
|
-
tmnt-0.7.
|
20
|
+
tmnt-0.7.46.dist-info/LICENSE,sha256=qFZJrfJ7Zi4IXDiyiGVrHWic_l1h2tc36tI8Z7rK9bs,11356
|
21
|
+
tmnt-0.7.46.dist-info/METADATA,sha256=KLktIuJoTOtPvY1uML9pgNJwRE-Rxact3yLk092gw7I,1443
|
22
|
+
tmnt-0.7.46.dist-info/NOTICE,sha256=p0kYIVAkReTFaGb4C-qPa7h5ztze6hGzOpjCMMbOipU,425
|
23
|
+
tmnt-0.7.46.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
24
|
+
tmnt-0.7.46.dist-info/top_level.txt,sha256=RpYgUl187sXnqmiwKjZZdcDlHz2AALs6bGdUcukyd_E,5
|
25
|
+
tmnt-0.7.46.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|