ToTf 0.1.5__tar.gz → 0.2.2__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 (36) hide show
  1. {totf-0.1.5 → totf-0.2.2}/PKG-INFO +2 -7
  2. {totf-0.1.5 → totf-0.2.2}/README.md +1 -6
  3. {totf-0.1.5 → totf-0.2.2}/ToTf.egg-info/PKG-INFO +2 -7
  4. {totf-0.1.5 → totf-0.2.2}/pyproject.toml +1 -1
  5. {totf-0.1.5 → totf-0.2.2}/LICENSE +0 -0
  6. {totf-0.1.5 → totf-0.2.2}/ToTf.egg-info/SOURCES.txt +0 -0
  7. {totf-0.1.5 → totf-0.2.2}/ToTf.egg-info/dependency_links.txt +0 -0
  8. {totf-0.1.5 → totf-0.2.2}/ToTf.egg-info/requires.txt +0 -0
  9. {totf-0.1.5 → totf-0.2.2}/ToTf.egg-info/top_level.txt +0 -0
  10. {totf-0.1.5 → totf-0.2.2}/pytorch/README.md +0 -0
  11. {totf-0.1.5 → totf-0.2.2}/pytorch/__init__.py +0 -0
  12. {totf-0.1.5 → totf-0.2.2}/pytorch/modelview.py +0 -0
  13. {totf-0.1.5 → totf-0.2.2}/pytorch/smartsummary.py +0 -0
  14. {totf-0.1.5 → totf-0.2.2}/pytorch/trainingmonitor.py +0 -0
  15. {totf-0.1.5 → totf-0.2.2}/pytorch/utils.py +0 -0
  16. {totf-0.1.5 → totf-0.2.2}/setup.cfg +0 -0
  17. {totf-0.1.5 → totf-0.2.2}/setup.py +0 -0
  18. {totf-0.1.5 → totf-0.2.2}/tenf/README.md +0 -0
  19. {totf-0.1.5 → totf-0.2.2}/tenf/__init__.py +0 -0
  20. {totf-0.1.5 → totf-0.2.2}/tenf/computation_nodes.py +0 -0
  21. {totf-0.1.5 → totf-0.2.2}/tenf/modelview.py +0 -0
  22. {totf-0.1.5 → totf-0.2.2}/tenf/smartsummary.py +0 -0
  23. {totf-0.1.5 → totf-0.2.2}/tenf/utils.py +0 -0
  24. {totf-0.1.5 → totf-0.2.2}/test/test_connection_api.py +0 -0
  25. {totf-0.1.5 → totf-0.2.2}/test/test_connections_visual.py +0 -0
  26. {totf-0.1.5 → totf-0.2.2}/test/test_integration.py +0 -0
  27. {totf-0.1.5 → totf-0.2.2}/test/test_modelview_quick.py +0 -0
  28. {totf-0.1.5 → totf-0.2.2}/test/test_modelview_tf.py +0 -0
  29. {totf-0.1.5 → totf-0.2.2}/test/test_monitor.py +0 -0
  30. {totf-0.1.5 → totf-0.2.2}/test/test_pytorch_modelview_quick.py +0 -0
  31. {totf-0.1.5 → totf-0.2.2}/test/test_smartsummary.py +0 -0
  32. {totf-0.1.5 → totf-0.2.2}/test/test_smartsummary_features.py +0 -0
  33. {totf-0.1.5 → totf-0.2.2}/test/test_smartsummary_tf.py +0 -0
  34. {totf-0.1.5 → totf-0.2.2}/test/test_utils_integration.py +0 -0
  35. {totf-0.1.5 → totf-0.2.2}/test/test_utils_pytorch.py +0 -0
  36. {totf-0.1.5 → totf-0.2.2}/test/test_utils_tf.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ToTf
3
- Version: 0.1.5
3
+ Version: 0.2.2
4
4
  Summary: A Cross-Library Compatible Library for PyTorch and TensorFlow that provides advanced features for ease of use
5
5
  Home-page: https://github.com/yourusername/ToTf
6
6
  Author: Akshay, Shyamanth Reddy
@@ -1405,7 +1405,7 @@ pytest test/test_utils_tf.py -v # Utilities tests
1405
1405
 
1406
1406
  ## What's New
1407
1407
 
1408
- **v0.2.2 - Connection Extraction Fix** 🔧
1408
+ **v0.2.2 Connection Extraction Fix** 🔧
1409
1409
  - ✅ **Fixed connection extraction** - Edges now properly displayed in complex architectures
1410
1410
  - ✅ **Improved graph visualization** - Parallel branches, cross-connections, and merge points now visible
1411
1411
  - ✅ **Keras API compatibility** - Updated to work with latest TensorFlow/Keras node structure
@@ -1430,9 +1430,4 @@ pytest test/test_utils_tf.py -v # Utilities tests
1430
1430
  - TrainingMonitor with progress tracking
1431
1431
  - Utility functions (NCC loss, LR finder, auto-flatten)
1432
1432
 
1433
- ---
1434
1433
 
1435
- **Version:** 0.2.2
1436
- **Status:** Production Ready ✓
1437
- **Test Coverage:** 95%+ (41 tests)
1438
- **Frameworks:** PyTorch 2.0+, TensorFlow 2.13+
@@ -1336,7 +1336,7 @@ pytest test/test_utils_tf.py -v # Utilities tests
1336
1336
 
1337
1337
  ## What's New
1338
1338
 
1339
- **v0.2.2 - Connection Extraction Fix** 🔧
1339
+ **v0.2.2 Connection Extraction Fix** 🔧
1340
1340
  - ✅ **Fixed connection extraction** - Edges now properly displayed in complex architectures
1341
1341
  - ✅ **Improved graph visualization** - Parallel branches, cross-connections, and merge points now visible
1342
1342
  - ✅ **Keras API compatibility** - Updated to work with latest TensorFlow/Keras node structure
@@ -1361,9 +1361,4 @@ pytest test/test_utils_tf.py -v # Utilities tests
1361
1361
  - TrainingMonitor with progress tracking
1362
1362
  - Utility functions (NCC loss, LR finder, auto-flatten)
1363
1363
 
1364
- ---
1365
1364
 
1366
- **Version:** 0.2.2
1367
- **Status:** Production Ready ✓
1368
- **Test Coverage:** 95%+ (41 tests)
1369
- **Frameworks:** PyTorch 2.0+, TensorFlow 2.13+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ToTf
3
- Version: 0.1.5
3
+ Version: 0.2.2
4
4
  Summary: A Cross-Library Compatible Library for PyTorch and TensorFlow that provides advanced features for ease of use
5
5
  Home-page: https://github.com/yourusername/ToTf
6
6
  Author: Akshay, Shyamanth Reddy
@@ -1405,7 +1405,7 @@ pytest test/test_utils_tf.py -v # Utilities tests
1405
1405
 
1406
1406
  ## What's New
1407
1407
 
1408
- **v0.2.2 - Connection Extraction Fix** 🔧
1408
+ **v0.2.2 Connection Extraction Fix** 🔧
1409
1409
  - ✅ **Fixed connection extraction** - Edges now properly displayed in complex architectures
1410
1410
  - ✅ **Improved graph visualization** - Parallel branches, cross-connections, and merge points now visible
1411
1411
  - ✅ **Keras API compatibility** - Updated to work with latest TensorFlow/Keras node structure
@@ -1430,9 +1430,4 @@ pytest test/test_utils_tf.py -v # Utilities tests
1430
1430
  - TrainingMonitor with progress tracking
1431
1431
  - Utility functions (NCC loss, LR finder, auto-flatten)
1432
1432
 
1433
- ---
1434
1433
 
1435
- **Version:** 0.2.2
1436
- **Status:** Production Ready ✓
1437
- **Test Coverage:** 95%+ (41 tests)
1438
- **Frameworks:** PyTorch 2.0+, TensorFlow 2.13+
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ToTf"
7
- version = "0.1.5"
7
+ version = "0.2.2"
8
8
  description = "A Cross-Library Compatible Library for PyTorch and TensorFlow that provides advanced features for ease of use"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.8"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes