scitex 2.10.0__py3-none-any.whl → 2.10.2__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.
- scitex/__version__.py +1 -1
- {scitex-2.10.0.dist-info → scitex-2.10.2.dist-info}/METADATA +9 -7
- {scitex-2.10.0.dist-info → scitex-2.10.2.dist-info}/RECORD +6 -6
- {scitex-2.10.0.dist-info → scitex-2.10.2.dist-info}/WHEEL +0 -0
- {scitex-2.10.0.dist-info → scitex-2.10.2.dist-info}/entry_points.txt +0 -0
- {scitex-2.10.0.dist-info → scitex-2.10.2.dist-info}/licenses/LICENSE +0 -0
scitex/__version__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: scitex
|
|
3
|
-
Version: 2.10.
|
|
3
|
+
Version: 2.10.2
|
|
4
4
|
Summary: A comprehensive Python library for scientific computing and data analysis
|
|
5
5
|
Project-URL: Homepage, https://github.com/ywatanabe1989/scitex-code
|
|
6
6
|
Project-URL: Documentation, https://scitex.readthedocs.io
|
|
@@ -147,7 +147,7 @@ Requires-Dist: torchaudio; extra == 'all'
|
|
|
147
147
|
Requires-Dist: torchsummary; extra == 'all'
|
|
148
148
|
Requires-Dist: torchvision; extra == 'all'
|
|
149
149
|
Requires-Dist: transformers; extra == 'all'
|
|
150
|
-
Requires-Dist: umap-learn; extra == 'all'
|
|
150
|
+
Requires-Dist: umap-learn>=0.5.4; extra == 'all'
|
|
151
151
|
Requires-Dist: watchdog; extra == 'all'
|
|
152
152
|
Requires-Dist: webdriver-manager; extra == 'all'
|
|
153
153
|
Requires-Dist: xarray; extra == 'all'
|
|
@@ -300,7 +300,7 @@ Requires-Dist: scikit-image; extra == 'ml'
|
|
|
300
300
|
Requires-Dist: scikit-learn; extra == 'ml'
|
|
301
301
|
Requires-Dist: sktime; extra == 'ml'
|
|
302
302
|
Requires-Dist: sympy; extra == 'ml'
|
|
303
|
-
Requires-Dist: umap-learn; extra == 'ml'
|
|
303
|
+
Requires-Dist: umap-learn>=0.5.4; extra == 'ml'
|
|
304
304
|
Provides-Extra: msword
|
|
305
305
|
Requires-Dist: pypandoc; extra == 'msword'
|
|
306
306
|
Requires-Dist: python-docx; extra == 'msword'
|
|
@@ -492,7 +492,8 @@ Part of the fully open-source SciTeX project: https://scitex.ai
|
|
|
492
492
|
## 📦 Installation
|
|
493
493
|
|
|
494
494
|
``` bash
|
|
495
|
-
pip install scitex
|
|
495
|
+
pip install scitex[all] # Recommended: Full installation with all modules
|
|
496
|
+
pip install scitex # Core only (numpy, pandas, PyYAML, tqdm)
|
|
496
497
|
```
|
|
497
498
|
|
|
498
499
|
<details>
|
|
@@ -502,9 +503,10 @@ SciTeX is organized into focused modules for different aspects of scientific com
|
|
|
502
503
|
|
|
503
504
|
**Modular Installation** (See [./src/scitex](./src/scitex) for all available modules):
|
|
504
505
|
``` bash
|
|
505
|
-
#
|
|
506
|
-
pip install scitex[ai]
|
|
507
|
-
pip install scitex[ai,audio,writer]
|
|
506
|
+
# Install specific modules
|
|
507
|
+
pip install scitex[ai] # AI/ML module
|
|
508
|
+
pip install scitex[ai,audio,writer] # Multiple modules
|
|
509
|
+
pip install scitex[all] # Everything
|
|
508
510
|
```
|
|
509
511
|
|
|
510
512
|
## 📦 Module Overview
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
scitex/.mcp.json,sha256=ge1NDrBZkRIxJgx_tCS9QvcEa_P_ay8AAAafraZVRP4,1259
|
|
2
2
|
scitex/__init__.py,sha256=OWiACbEClyfiUk79YnMak-KsP0kqlXLl5J2ONs1Iyas,6416
|
|
3
3
|
scitex/__main__.py,sha256=_7OnKtETkmRU1QhAGIUJaT2WrCdsYar0ggzgMJ-HyEI,489
|
|
4
|
-
scitex/__version__.py,sha256=
|
|
4
|
+
scitex/__version__.py,sha256=HPCl6R1QxX6PcDBGyyUZ5WNUtyo_mRuk1pkqDHNQZUY,377
|
|
5
5
|
scitex/_install_guide.py,sha256=haVxYuD5wHS2V73CQePWMIGbr5bpIf0qGGYgRzFg-MM,8659
|
|
6
6
|
scitex/_optional_deps.py,sha256=WUTWY4hq6dDEm4_Hhw8c1u2mTx6RuonLKETLHQVc1ps,9210
|
|
7
7
|
scitex/errors.py,sha256=Pxk8TKpGRk_QBFVB46H7k1Uxetja0OEdYjJjV_lrxRM,2874
|
|
@@ -3489,8 +3489,8 @@ scitex/writer/utils/__init__.py,sha256=wizvQZbOWHsNnkdDsB8J4-lPInRM3gDdwOCRg1fLI
|
|
|
3489
3489
|
scitex/writer/utils/_parse_latex_logs.py,sha256=Ox52kSK7fCh6tyefRTwkcCvfEMarhMcqM0rsJuJ7UeA,3147
|
|
3490
3490
|
scitex/writer/utils/_parse_script_args.py,sha256=Fkx1ze_jlKYIpviLuT7z0hpqE4cdtXXA_7sK3sKpVs4,4593
|
|
3491
3491
|
scitex/writer/utils/_watch.py,sha256=nYzPQ-iPAOzbwzAPBtSrrVBLLPMl08e0qxw0mtv0Y8I,2577
|
|
3492
|
-
scitex-2.10.
|
|
3493
|
-
scitex-2.10.
|
|
3494
|
-
scitex-2.10.
|
|
3495
|
-
scitex-2.10.
|
|
3496
|
-
scitex-2.10.
|
|
3492
|
+
scitex-2.10.2.dist-info/METADATA,sha256=Uy2kIwTaFbzwiWGwazUfbwt1o4oef5zz4v0ZFFc6_zk,42213
|
|
3493
|
+
scitex-2.10.2.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
3494
|
+
scitex-2.10.2.dist-info/entry_points.txt,sha256=jmgM0XEEIfCoMvwDSUNwRHBHaX_cfcJWQgi-lFc-BNU,48
|
|
3495
|
+
scitex-2.10.2.dist-info/licenses/LICENSE,sha256=TfPDBt3ar0uv_f9cqCDMZ5rIzW3CY8anRRd4PkL6ejs,34522
|
|
3496
|
+
scitex-2.10.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|