mttf 1.2.6__py3-none-any.whl → 1.2.8__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.

Potentially problematic release.


This version of mttf might be problematic. Click here for more details.

mt/tf/version.py CHANGED
@@ -1,5 +1,5 @@
1
1
  MAJOR_VERSION = 1
2
2
  MINOR_VERSION = 2
3
- PATCH_VERSION = 6
3
+ PATCH_VERSION = 8
4
4
  version = '{}.{}.{}'.format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)
5
5
  __all__ = ['MAJOR_VERSION', 'MINOR_VERSION', 'PATCH_VERSION', 'version']
@@ -28,6 +28,7 @@ async def main():
28
28
  l_endpoints = [
29
29
  ("192.168.110.4", 443),
30
30
  ("nexus.winnow.tech", 443),
31
+ ("172.17.0.1", 5443),
31
32
  ]
32
33
 
33
34
  for host, port in l_endpoints:
@@ -42,20 +43,8 @@ async def main():
42
43
  returncode = await process.wait()
43
44
  sys.exit(returncode)
44
45
 
45
- u, p = tfc.make_debug_list()
46
-
47
- if u[4] != p[5]:
48
- logg.logger.error("Unable to connect to nexus.")
49
- sys.exit(1)
50
-
51
- with sshtunnel.open_tunnel(
52
- ("clujdc.edge.winnowsolutions.com", 22222),
53
- ssh_username=u,
54
- ssh_password=p,
55
- remote_bind_address=("192.168.110.4", 443),
56
- local_bind_address=("0.0.0.0", 5443),
57
- ) as tun:
58
- execute(argv)
46
+ logg.logger.error("Unable to connect to nexus.")
47
+ sys.exit(1)
59
48
 
60
49
 
61
50
  if __name__ == "__main__":
@@ -1,15 +1,14 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mttf
3
- Version: 1.2.6
3
+ Version: 1.2.8
4
4
  Summary: A package to detect and monkey-patch TensorFlow and Keras, for Minh-Tri Pham
5
5
  Home-page: https://github.com/inteplus/mttf
6
6
  Author: ['Minh-Tri Pham']
7
7
  Project-URL: Documentation, https://mtdoc.readthedocs.io/en/latest/mt.tf/mt.tf.html
8
8
  Project-URL: Source Code, https://github.com/inteplus/mttf
9
9
  License-File: LICENSE
10
- Requires-Dist: numpy<2
11
10
  Requires-Dist: pyyaml
12
- Requires-Dist: mtbase>=4.32.3
11
+ Requires-Dist: mtbase>=4.32.7
13
12
  Requires-Dist: mtnet>=0.3.2
14
13
  Dynamic: author
15
14
  Dynamic: home-page
@@ -17,21 +17,21 @@ mt/tf/__init__.py,sha256=M8xiJNdrAUJZgiZTOQOdfkehjO-CYzGpoxh5HVGBkms,338
17
17
  mt/tf/init.py,sha256=bcm0t5tstxTkCBOiMX1SJxhKOz0MAZf-MYp2Mk0Gtas,502
18
18
  mt/tf/mttf_version.py,sha256=ha53i-H9pE-crufFttUECgXHwPvam07zMKzApUts1Gs,206
19
19
  mt/tf/utils.py,sha256=wau2vhPoPHu2cDxlc2lc9fxrndOXPdq2DNG4em5OOMI,1025
20
- mt/tf/version.py,sha256=O_IQjejZDaG7IW9TFDkqZ9whdidF2YUq4UA-dYxsSVI,206
20
+ mt/tf/version.py,sha256=8Xjlf27ZHmBgbMe3CQ0nbwlqv8s8hqctoe6De3gDDLs,206
21
21
  mt/tf/keras_applications/__init__.py,sha256=m-A1rHGGLQgHX9690ENWXZkrU0vqfsJkZXcjIG3CLM0,142
22
22
  mt/tf/keras_layers/__init__.py,sha256=NsuFD-kSuy6cVV3Kl7ab95tw4g7x4Igv3cF-Ky3VuCo,124
23
23
  mt/tfc/__init__.py,sha256=XFnHJOPip-pT0MzUWGJ07GnNUJOhXluXLLULCY3Miac,9919
24
24
  mt/tfg/__init__.py,sha256=6Ly2QImAyQTsg_ZszuAuK_L2n56v89Cix9yYmMVk0CM,304
25
25
  mt/tfp/__init__.py,sha256=AQkGCkmDRwswEt3qoOSpxe-fZekx78sHHBs2ZVz33gc,383
26
26
  mt/tfp/real_nvp.py,sha256=U9EmkXGqFcvtS2yeh5_RgbKlVKKlGFGklAb7Voyazz4,4440
27
- mttf-1.2.6.data/scripts/dmt_pipi.sh,sha256=NNsj4P332unHMqU4mAFjU9PQvxQ8TK5XQ42LC29IZY8,510
28
- mttf-1.2.6.data/scripts/dmt_twineu.sh,sha256=KZhcYwuCW0c36tWcOgCe7uxJmS08rz-J6YNY76Exy4M,193
29
- mttf-1.2.6.data/scripts/pipi.sh,sha256=kdo96bdaKq2QIa52Z4XFSiGPcbDm09SAU9cju6I2Lxo,289
30
- mttf-1.2.6.data/scripts/wml_nexus.py,sha256=kW0ju8_kdXc4jOjhdzKiMsFuO1MNpHmu87skrhu9SEg,1492
31
- mttf-1.2.6.data/scripts/wml_pipi.sh,sha256=CuidIcbuxyXSBNQqYRhCcSC8QbBaSGnQX0KAIFaIvKA,499
32
- mttf-1.2.6.data/scripts/wml_twineu.sh,sha256=av1JLN765oOWC5LPkv2eSWIVof26y60601tMGkuYdb8,180
33
- mttf-1.2.6.dist-info/licenses/LICENSE,sha256=e_JtcszdGZ2ZGfjcymTGrcxFj_9XPicZOVtnsrPvruk,1070
34
- mttf-1.2.6.dist-info/METADATA,sha256=Ap0XJ0W0E3dYucBICpU8X8vspToY49CSNxdd5RBsRVc,590
35
- mttf-1.2.6.dist-info/WHEEL,sha256=GHB6lJx2juba1wDgXDNlMTyM13ckjBMKf-OnwgKOCtA,91
36
- mttf-1.2.6.dist-info/top_level.txt,sha256=WcqGFu9cV7iMZg09iam8eNxUvGpLSKKF2Iubf6SJVOo,3
37
- mttf-1.2.6.dist-info/RECORD,,
27
+ mttf-1.2.8.data/scripts/dmt_pipi.sh,sha256=NNsj4P332unHMqU4mAFjU9PQvxQ8TK5XQ42LC29IZY8,510
28
+ mttf-1.2.8.data/scripts/dmt_twineu.sh,sha256=KZhcYwuCW0c36tWcOgCe7uxJmS08rz-J6YNY76Exy4M,193
29
+ mttf-1.2.8.data/scripts/pipi.sh,sha256=kdo96bdaKq2QIa52Z4XFSiGPcbDm09SAU9cju6I2Lxo,289
30
+ mttf-1.2.8.data/scripts/wml_nexus.py,sha256=47P9PQMgb9w_-T0olC-dr3s60mKaQup-RWOuNi5mvJg,1192
31
+ mttf-1.2.8.data/scripts/wml_pipi.sh,sha256=CuidIcbuxyXSBNQqYRhCcSC8QbBaSGnQX0KAIFaIvKA,499
32
+ mttf-1.2.8.data/scripts/wml_twineu.sh,sha256=av1JLN765oOWC5LPkv2eSWIVof26y60601tMGkuYdb8,180
33
+ mttf-1.2.8.dist-info/licenses/LICENSE,sha256=e_JtcszdGZ2ZGfjcymTGrcxFj_9XPicZOVtnsrPvruk,1070
34
+ mttf-1.2.8.dist-info/METADATA,sha256=cP72kJZmoiDJDhqOEjfF5ajs0wLV8Coa4P1wKSAcm8s,567
35
+ mttf-1.2.8.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
36
+ mttf-1.2.8.dist-info/top_level.txt,sha256=WcqGFu9cV7iMZg09iam8eNxUvGpLSKKF2Iubf6SJVOo,3
37
+ mttf-1.2.8.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.3.0)
2
+ Generator: setuptools (80.4.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
File without changes
File without changes
File without changes