radnn 0.1.6__py3-none-any.whl → 0.1.7__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.
radnn/__init__.py CHANGED
@@ -10,7 +10,8 @@
10
10
  # Version 0.1.4 [2025-01-26]
11
11
  # Version 0.1.5 [2025-02-02]
12
12
  # Version 0.1.6 [2025-02-03]
13
- __version__ = "0.1.6"
13
+ # Version 0.1.7 [2025-02-04]
14
+ __version__ = "0.1.7"
14
15
 
15
16
  from .system import FileStore, FileSystem
16
17
  from .ml_system import MLSystem
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: radnn
3
- Version: 0.1.6
3
+ Version: 0.1.7
4
4
  Summary: Rapid Deep Neural Networks
5
5
  Author-email: "Pantelis I. Kaplanoglou" <pikaplanoglou@ihu.gr>
6
6
  License-Expression: MIT
@@ -1,4 +1,4 @@
1
- radnn/__init__.py,sha256=W52MIagenWQKuG-cIWvcuvIW_U-gxp4fL4UOuyNgF0o,636
1
+ radnn/__init__.py,sha256=_xOujzWa_LHOE_imQO45vC0q8VCdcGoTfoyzb9-IH7A,669
2
2
  radnn/core.py,sha256=p3CXa192LhpvopTTJO3wPCJzUzKuH4KZSEzzOg1FIP0,11090
3
3
  radnn/errors.py,sha256=YiaXHWAGSijOyufTzOVqFvba4CxpMUxQDdQIfZS9YK0,2979
4
4
  radnn/ml_system.py,sha256=lTxMgs81TLjKxMGjB10RKD5TKUp9koDPLQSbpQmGINk,7681
@@ -111,8 +111,8 @@ radnn/system/threads/thread_safe_string_collection.py,sha256=vdRMvwJ8CcLmsJ1uild
111
111
  radnn/system/threads/thread_worker.py,sha256=5KANBBHwnyaMvjyelBT1eyZCzRtH7MNZiHUhN1Xl1BY,3466
112
112
  radnn/test/__init__.py,sha256=XL9SgTJ6bGm3b0tcU3CroenP9rBm5XpDJozFGUv0UkQ,35
113
113
  radnn/test/tensor_hash.py,sha256=Jh4hSaSOLzSWF1_UI0ZLWL6zdi2SbswM1GNEuuFIYso,4203
114
- radnn-0.1.6.dist-info/licenses/LICENSE.txt,sha256=NMbnQdAQ2kWWQp2_8Sv2HG1p3jNvrPjYFSixnxPA3uE,1106
115
- radnn-0.1.6.dist-info/METADATA,sha256=mjVP6K4_UC2YohuiiwU0V7s64j0GqhSq37NE9ba_jNQ,1253
116
- radnn-0.1.6.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
117
- radnn-0.1.6.dist-info/top_level.txt,sha256=FKlLIm6gRAeZlRzs-HCBJAB1q9ELJ7MgaL-qqFuPo6M,6
118
- radnn-0.1.6.dist-info/RECORD,,
114
+ radnn-0.1.7.dist-info/licenses/LICENSE.txt,sha256=NMbnQdAQ2kWWQp2_8Sv2HG1p3jNvrPjYFSixnxPA3uE,1106
115
+ radnn-0.1.7.dist-info/METADATA,sha256=zeZawVCoLlPrRQqi-oR4cqM3DTXZjFAu-9MbA9d0HEg,1253
116
+ radnn-0.1.7.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
117
+ radnn-0.1.7.dist-info/top_level.txt,sha256=FKlLIm6gRAeZlRzs-HCBJAB1q9ELJ7MgaL-qqFuPo6M,6
118
+ radnn-0.1.7.dist-info/RECORD,,
File without changes