tmnt 0.7.3b20231227__tar.gz → 0.7.4b20231227__tar.gz

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.
Files changed (43) hide show
  1. {tmnt-0.7.3b20231227/tmnt.egg-info → tmnt-0.7.4b20231227}/PKG-INFO +12 -1
  2. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/README.md +1 -1
  3. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/setup.py +9 -1
  4. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227/tmnt.egg-info}/PKG-INFO +12 -1
  5. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/LICENSE +0 -0
  6. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/NOTICE +0 -0
  7. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/setup.cfg +0 -0
  8. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt/__init__.py +0 -0
  9. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt/bert_handling.py +0 -0
  10. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt/classifier/__init__.py +0 -0
  11. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt/classifier/load_data.py +0 -0
  12. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt/classifier/model.py +0 -0
  13. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt/classifier/train_sparse.py +0 -0
  14. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt/common_params.py +0 -0
  15. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt/configuration.py +0 -0
  16. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt/data_loading.py +0 -0
  17. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt/distribution.py +0 -0
  18. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt/embeddings/__init__.py +0 -0
  19. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt/embeddings/data.py +0 -0
  20. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt/embeddings/executors.py +0 -0
  21. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt/embeddings/model.py +0 -0
  22. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt/embeddings/train.py +0 -0
  23. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt/estimator.py +0 -0
  24. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt/eval_npmi.py +0 -0
  25. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt/inference.py +0 -0
  26. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt/modeling.py +0 -0
  27. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt/preprocess/__init__.py +0 -0
  28. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt/preprocess/tokenizer.py +0 -0
  29. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt/preprocess/vectorizer.py +0 -0
  30. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt/selector.py +0 -0
  31. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt/trainer.py +0 -0
  32. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt/utils/__init__.py +0 -0
  33. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt/utils/csv2json.py +0 -0
  34. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt/utils/log_utils.py +0 -0
  35. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt/utils/mat_utils.py +0 -0
  36. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt/utils/ngram_helpers.py +0 -0
  37. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt/utils/pubmed_utils.py +0 -0
  38. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt/utils/random.py +0 -0
  39. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt/utils/recalibrate.py +0 -0
  40. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt.egg-info/SOURCES.txt +0 -0
  41. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt.egg-info/dependency_links.txt +0 -0
  42. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt.egg-info/requires.txt +0 -0
  43. {tmnt-0.7.3b20231227 → tmnt-0.7.4b20231227}/tmnt.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tmnt
3
- Version: 0.7.3b20231227
3
+ Version: 0.7.4b20231227
4
4
  Summary: Topic modeling neural toolkit
5
5
  Home-page: https://github.com/mitre/tmnt.git
6
6
  Author: The MITRE Corporation
@@ -10,6 +10,7 @@ Classifier: Programming Language :: Python :: 3
10
10
  Classifier: License :: OSI Approved :: Apache Software License
11
11
  Classifier: Operating System :: OS Independent
12
12
  Requires-Python: >=3.8
13
+ Description-Content-Type: text/markdown
13
14
  License-File: LICENSE
14
15
  License-File: NOTICE
15
16
  Requires-Dist: optuna
@@ -30,3 +31,13 @@ Requires-Dist: umap-learn==0.4.6
30
31
  Requires-Dist: tabulate>=0.8.7
31
32
  Requires-Dist: torch>=1.13.0
32
33
  Requires-Dist: torchtext>=0.13.0
34
+
35
+ The Topic Modeling Neural Toolkit (TMNT) is a software library that enables training
36
+ topic models as neural network-based variational auto-encoders.
37
+
38
+ Current stable version is: 0.7.04
39
+
40
+ Documentation can be found here: https://tmnt.readthedocs.io/en/stable/
41
+
42
+ The latest development version documentation is here: https://tmnt.readthedocs.io/en/latest
43
+
@@ -1,7 +1,7 @@
1
1
  The Topic Modeling Neural Toolkit (TMNT) is a software library that enables training
2
2
  topic models as neural network-based variational auto-encoders.
3
3
 
4
- Current stable version is: 0.6.3
4
+ Current stable version is: 0.7.04
5
5
 
6
6
  Documentation can be found here: https://tmnt.readthedocs.io/en/stable/
7
7
 
@@ -2,8 +2,9 @@ import os
2
2
  from os import environ
3
3
  from setuptools import setup, find_packages
4
4
  from setuptools.command.install import install
5
+ from pathlib import Path
5
6
 
6
- version = '0.7.03'
7
+ version = '0.7.04'
7
8
 
8
9
  try:
9
10
  if not os.getenv('RELEASE'):
@@ -14,6 +15,11 @@ try:
14
15
  except Exception:
15
16
  pass
16
17
 
18
+
19
+ this_directory = Path(__file__).parent
20
+ long_description = (this_directory / "README.md").read_text()
21
+
22
+
17
23
  if __name__ == '__main__':
18
24
  setup_requires = [
19
25
  'numpy>=1.5.0'
@@ -45,6 +51,8 @@ if __name__ == '__main__':
45
51
  author="The MITRE Corporation",
46
52
  author_email="wellner@mitre.org",
47
53
  description="Topic modeling neural toolkit",
54
+ long_description=long_description,
55
+ long_description_content_type='text/markdown',
48
56
  url="https://github.com/mitre/tmnt.git",
49
57
  license='Apache',
50
58
  classifiers = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tmnt
3
- Version: 0.7.3b20231227
3
+ Version: 0.7.4b20231227
4
4
  Summary: Topic modeling neural toolkit
5
5
  Home-page: https://github.com/mitre/tmnt.git
6
6
  Author: The MITRE Corporation
@@ -10,6 +10,7 @@ Classifier: Programming Language :: Python :: 3
10
10
  Classifier: License :: OSI Approved :: Apache Software License
11
11
  Classifier: Operating System :: OS Independent
12
12
  Requires-Python: >=3.8
13
+ Description-Content-Type: text/markdown
13
14
  License-File: LICENSE
14
15
  License-File: NOTICE
15
16
  Requires-Dist: optuna
@@ -30,3 +31,13 @@ Requires-Dist: umap-learn==0.4.6
30
31
  Requires-Dist: tabulate>=0.8.7
31
32
  Requires-Dist: torch>=1.13.0
32
33
  Requires-Dist: torchtext>=0.13.0
34
+
35
+ The Topic Modeling Neural Toolkit (TMNT) is a software library that enables training
36
+ topic models as neural network-based variational auto-encoders.
37
+
38
+ Current stable version is: 0.7.04
39
+
40
+ Documentation can be found here: https://tmnt.readthedocs.io/en/stable/
41
+
42
+ The latest development version documentation is here: https://tmnt.readthedocs.io/en/latest
43
+
File without changes
File without changes
File without changes