mttf 1.0.15__py3-none-any.whl → 1.0.17__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 = 0
3
- PATCH_VERSION = 15
3
+ PATCH_VERSION = 17
4
4
  version = '{}.{}.{}'.format(MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)
5
5
  __all__ = ['MAJOR_VERSION', 'MINOR_VERSION', 'PATCH_VERSION', 'version']
@@ -0,0 +1,7 @@
1
+ #/!bin/bash
2
+ if [ $(id -u) -ne 0 ]; then
3
+ echo "WARNING: As of 2025-04-20, it is not safe to install wml packages locally."
4
+ wml_nexus.py uv pip install --index https://localhost:5443/repository/minhtri-pypi-dev/simple/ --prerelease allow $@
5
+ else
6
+ wml_nexus.py uv pip install -p /usr/bin/python3 --system --break-system-packages --prerelease allow --index https://localhost:5443/repository/minhtri-pypi-dev/simple/ $@
7
+ fi
@@ -0,0 +1,7 @@
1
+ #/!bin/bash
2
+ if [ $(id -u) -ne 0 ]; then
3
+ echo "WARNING: As of 2025-04-20, it is not safe to install wml packages locally."
4
+ wml_nexus.py uv pip install --allow-insecure-host localhost --index https://localhost:5443/repository/ml-py-repo/simple/ --prerelease allow $@
5
+ else
6
+ wml_nexus.py uv pip install -p /usr/bin/python3 --system --break-system-packages --prerelease allow --allow-insecure-host localhost --index https://localhost:5443/repository/ml-py-repo/simple/ $@
7
+ fi
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mttf
3
- Version: 1.0.15
3
+ Version: 1.0.17
4
4
  Summary: A package to detect and monkey-patch TensorFlow, for Minh-Tri Pham
5
5
  Home-page: https://github.com/inteplus/mttf
6
6
  Author: ['Minh-Tri Pham']
@@ -2,7 +2,7 @@ mt/tf/__init__.py,sha256=M8xiJNdrAUJZgiZTOQOdfkehjO-CYzGpoxh5HVGBkms,338
2
2
  mt/tf/init.py,sha256=Hbp0-daCDTUEkQiDwNpbv2qqP7tr9qCyBFUafMklkos,1298
3
3
  mt/tf/mttf_version.py,sha256=ha53i-H9pE-crufFttUECgXHwPvam07zMKzApUts1Gs,206
4
4
  mt/tf/utils.py,sha256=Copl5VM0PpuFUchK-AcBuGO6QitDwHcEs4FruZb2GAI,2460
5
- mt/tf/version.py,sha256=ulV0-8qC2tBCPLAUnJH5P1Dpmcp-wd2S1E5j9WpQzTs,207
5
+ mt/tf/version.py,sha256=dZ6KDs3KxifKZYTeWsce0q8j7Um-tIbPoyNB_sgYu0A,207
6
6
  mt/tf/keras_applications/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  mt/tf/keras_applications/mobilenet_v3_split.py,sha256=GDEBHo-blR1Q3N8R89USZ8zDP0nq_oLzPNAnoIgkzgo,19305
8
8
  mt/tf/keras_applications/mobilevit.py,sha256=FR1eMN4xg-yZ8Orr4ALOYmzCmkoBu7cVgTaK5sc4gsc,9806
@@ -19,13 +19,13 @@ mt/tfc/__init__.py,sha256=WnGNywMCwmmhWQaGqconT5f9n6IE5jDGflbD92E5iH0,8108
19
19
  mt/tfg/__init__.py,sha256=6Ly2QImAyQTsg_ZszuAuK_L2n56v89Cix9yYmMVk0CM,304
20
20
  mt/tfp/__init__.py,sha256=AQkGCkmDRwswEt3qoOSpxe-fZekx78sHHBs2ZVz33gc,383
21
21
  mt/tfp/real_nvp.py,sha256=U9EmkXGqFcvtS2yeh5_RgbKlVKKlGFGklAb7Voyazz4,4440
22
- mttf-1.0.15.data/scripts/dmt_pipi.sh,sha256=VG5FvmtuR7_v_zhd52hI0mbyiiPCW_TWIpB_Oce0zm4,145
23
- mttf-1.0.15.data/scripts/dmt_twineu.sh,sha256=KZhcYwuCW0c36tWcOgCe7uxJmS08rz-J6YNY76Exy4M,193
24
- mttf-1.0.15.data/scripts/wml_nexus.py,sha256=KK0VajahmIF-jMGzbbq7ut_6J4tSQiakP8pMyA7nFxo,1793
25
- mttf-1.0.15.data/scripts/wml_pipi.sh,sha256=D5J6eIEnKus3-Zs0hMixToPhg9J7NfOozcSLfAZnAG8,139
26
- mttf-1.0.15.data/scripts/wml_twineu.sh,sha256=av1JLN765oOWC5LPkv2eSWIVof26y60601tMGkuYdb8,180
27
- mttf-1.0.15.dist-info/licenses/LICENSE,sha256=e_JtcszdGZ2ZGfjcymTGrcxFj_9XPicZOVtnsrPvruk,1070
28
- mttf-1.0.15.dist-info/METADATA,sha256=sLPmHPUgKw0SONUwab7N0ZtFacYls5L-v5J-OAWtwfU,534
29
- mttf-1.0.15.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
30
- mttf-1.0.15.dist-info/top_level.txt,sha256=WcqGFu9cV7iMZg09iam8eNxUvGpLSKKF2Iubf6SJVOo,3
31
- mttf-1.0.15.dist-info/RECORD,,
22
+ mttf-1.0.17.data/scripts/dmt_pipi.sh,sha256=5nv2Q8DFAGgI9gAUorORwA9VHM40OAG4ep0nMVHJGqA,423
23
+ mttf-1.0.17.data/scripts/dmt_twineu.sh,sha256=KZhcYwuCW0c36tWcOgCe7uxJmS08rz-J6YNY76Exy4M,193
24
+ mttf-1.0.17.data/scripts/wml_nexus.py,sha256=KK0VajahmIF-jMGzbbq7ut_6J4tSQiakP8pMyA7nFxo,1793
25
+ mttf-1.0.17.data/scripts/wml_pipi.sh,sha256=oSgC_7f6b5Th75NOJ8JsxLXlZW68w322XfDfI7ZUb2w,475
26
+ mttf-1.0.17.data/scripts/wml_twineu.sh,sha256=av1JLN765oOWC5LPkv2eSWIVof26y60601tMGkuYdb8,180
27
+ mttf-1.0.17.dist-info/licenses/LICENSE,sha256=e_JtcszdGZ2ZGfjcymTGrcxFj_9XPicZOVtnsrPvruk,1070
28
+ mttf-1.0.17.dist-info/METADATA,sha256=WPDEOqgRHmnZmidsN1bvt6jGsRkf-H2rUOqsfH0RpTQ,534
29
+ mttf-1.0.17.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
30
+ mttf-1.0.17.dist-info/top_level.txt,sha256=WcqGFu9cV7iMZg09iam8eNxUvGpLSKKF2Iubf6SJVOo,3
31
+ mttf-1.0.17.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (78.1.0)
2
+ Generator: setuptools (78.1.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,2 +0,0 @@
1
- #/!bin/bash
2
- wml_nexus.py pip3 install --pre --trusted-host localhost --extra-index https://localhost:5443/repository/minhtri-pypi-dev/simple/ $@
@@ -1,2 +0,0 @@
1
- #/!bin/bash
2
- wml_nexus.py pip3 install --pre --trusted-host localhost --extra-index https://localhost:5443/repository/ml-py-repo/simple/ $@