trainingsample 0.2.0__tar.gz → 0.2.1__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 (39) hide show
  1. {trainingsample-0.2.0 → trainingsample-0.2.1}/Cargo.lock +337 -16
  2. {trainingsample-0.2.0 → trainingsample-0.2.1}/Cargo.toml +4 -1
  3. {trainingsample-0.2.0 → trainingsample-0.2.1}/PKG-INFO +1 -1
  4. {trainingsample-0.2.0 → trainingsample-0.2.1}/README.md +80 -52
  5. trainingsample-0.2.1/docs/API_COMPAT_CV2.md +357 -0
  6. {trainingsample-0.2.0 → trainingsample-0.2.1}/pyproject.toml +2 -2
  7. trainingsample-0.2.1/src/cv_batch_ops.rs +462 -0
  8. trainingsample-0.2.1/src/cv_batch_ops_optimized.rs +402 -0
  9. trainingsample-0.2.1/src/cv_compat.rs +625 -0
  10. trainingsample-0.2.1/src/lib.rs +148 -0
  11. trainingsample-0.2.1/src/luminance.rs +317 -0
  12. trainingsample-0.2.1/src/python_bindings.rs +1889 -0
  13. {trainingsample-0.2.0 → trainingsample-0.2.1}/src/tests.rs +11 -0
  14. trainingsample-0.2.1/src/true_batch_ops.rs +415 -0
  15. trainingsample-0.2.0/src/lib.rs +0 -70
  16. trainingsample-0.2.0/src/luminance.rs +0 -150
  17. trainingsample-0.2.0/src/python_bindings.rs +0 -363
  18. {trainingsample-0.2.0 → trainingsample-0.2.1}/.envrc +0 -0
  19. {trainingsample-0.2.0 → trainingsample-0.2.1}/.github/workflows/ci.yml +0 -0
  20. {trainingsample-0.2.0 → trainingsample-0.2.1}/.github/workflows/publish.yml +0 -0
  21. {trainingsample-0.2.0 → trainingsample-0.2.1}/.gitignore +0 -0
  22. {trainingsample-0.2.0 → trainingsample-0.2.1}/.pre-commit-config.yaml +0 -0
  23. {trainingsample-0.2.0 → trainingsample-0.2.1}/.rustfmt.toml +0 -0
  24. {trainingsample-0.2.0 → trainingsample-0.2.1}/BENCHMARKS.md +0 -0
  25. {trainingsample-0.2.0 → trainingsample-0.2.1}/LICENSE +0 -0
  26. {trainingsample-0.2.0 → trainingsample-0.2.1}/clippy.toml +0 -0
  27. {trainingsample-0.2.0 → trainingsample-0.2.1}/scripts/run_competitive_benchmarks.sh +0 -0
  28. {trainingsample-0.2.0 → trainingsample-0.2.1}/setup-env.sh +0 -0
  29. {trainingsample-0.2.0 → trainingsample-0.2.1}/src/core.rs +0 -0
  30. {trainingsample-0.2.0 → trainingsample-0.2.1}/src/cropping.rs +0 -0
  31. {trainingsample-0.2.0 → trainingsample-0.2.1}/src/format_conversion_simd.rs +0 -0
  32. {trainingsample-0.2.0 → trainingsample-0.2.1}/src/loading.rs +0 -0
  33. {trainingsample-0.2.0 → trainingsample-0.2.1}/src/luminance_simd.rs +0 -0
  34. {trainingsample-0.2.0 → trainingsample-0.2.1}/src/opencv_ops.rs +0 -0
  35. {trainingsample-0.2.0 → trainingsample-0.2.1}/tests/__init__.py +0 -0
  36. {trainingsample-0.2.0 → trainingsample-0.2.1}/tests/comprehensive_tests.rs +0 -0
  37. {trainingsample-0.2.0 → trainingsample-0.2.1}/tests/test_comprehensive.py +0 -0
  38. {trainingsample-0.2.0 → trainingsample-0.2.1}/tests/test_performance_benchmarks.py +0 -0
  39. {trainingsample-0.2.0 → trainingsample-0.2.1}/tests/test_python_bindings.py +0 -0
@@ -42,6 +42,18 @@ dependencies = [
42
42
  "equator",
43
43
  ]
44
44
 
45
+ [[package]]
46
+ name = "anes"
47
+ version = "0.1.6"
48
+ source = "registry+https://github.com/rust-lang/crates.io-index"
49
+ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
50
+
51
+ [[package]]
52
+ name = "anstyle"
53
+ version = "1.0.11"
54
+ source = "registry+https://github.com/rust-lang/crates.io-index"
55
+ checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd"
56
+
45
57
  [[package]]
46
58
  name = "anyhow"
47
59
  version = "1.0.99"
@@ -163,6 +175,12 @@ version = "0.1.0"
163
175
  source = "registry+https://github.com/rust-lang/crates.io-index"
164
176
  checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
165
177
 
178
+ [[package]]
179
+ name = "cast"
180
+ version = "0.3.0"
181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
182
+ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
183
+
166
184
  [[package]]
167
185
  name = "cc"
168
186
  version = "1.2.37"
@@ -191,6 +209,33 @@ version = "1.0.3"
191
209
  source = "registry+https://github.com/rust-lang/crates.io-index"
192
210
  checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
193
211
 
212
+ [[package]]
213
+ name = "ciborium"
214
+ version = "0.2.2"
215
+ source = "registry+https://github.com/rust-lang/crates.io-index"
216
+ checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
217
+ dependencies = [
218
+ "ciborium-io",
219
+ "ciborium-ll",
220
+ "serde",
221
+ ]
222
+
223
+ [[package]]
224
+ name = "ciborium-io"
225
+ version = "0.2.2"
226
+ source = "registry+https://github.com/rust-lang/crates.io-index"
227
+ checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
228
+
229
+ [[package]]
230
+ name = "ciborium-ll"
231
+ version = "0.2.2"
232
+ source = "registry+https://github.com/rust-lang/crates.io-index"
233
+ checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
234
+ dependencies = [
235
+ "ciborium-io",
236
+ "half",
237
+ ]
238
+
194
239
  [[package]]
195
240
  name = "clang"
196
241
  version = "2.0.0"
@@ -211,6 +256,31 @@ dependencies = [
211
256
  "libc",
212
257
  ]
213
258
 
259
+ [[package]]
260
+ name = "clap"
261
+ version = "4.5.47"
262
+ source = "registry+https://github.com/rust-lang/crates.io-index"
263
+ checksum = "7eac00902d9d136acd712710d71823fb8ac8004ca445a89e73a41d45aa712931"
264
+ dependencies = [
265
+ "clap_builder",
266
+ ]
267
+
268
+ [[package]]
269
+ name = "clap_builder"
270
+ version = "4.5.47"
271
+ source = "registry+https://github.com/rust-lang/crates.io-index"
272
+ checksum = "2ad9bbf750e73b5884fb8a211a9424a1906c1e156724260fdae972f31d70e1d6"
273
+ dependencies = [
274
+ "anstyle",
275
+ "clap_lex",
276
+ ]
277
+
278
+ [[package]]
279
+ name = "clap_lex"
280
+ version = "0.7.5"
281
+ source = "registry+https://github.com/rust-lang/crates.io-index"
282
+ checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
283
+
214
284
  [[package]]
215
285
  name = "color_quant"
216
286
  version = "1.1.0"
@@ -253,6 +323,42 @@ dependencies = [
253
323
  "cfg-if",
254
324
  ]
255
325
 
326
+ [[package]]
327
+ name = "criterion"
328
+ version = "0.5.1"
329
+ source = "registry+https://github.com/rust-lang/crates.io-index"
330
+ checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
331
+ dependencies = [
332
+ "anes",
333
+ "cast",
334
+ "ciborium",
335
+ "clap",
336
+ "criterion-plot",
337
+ "is-terminal",
338
+ "itertools 0.10.5",
339
+ "num-traits",
340
+ "once_cell",
341
+ "oorandom",
342
+ "plotters",
343
+ "rayon",
344
+ "regex",
345
+ "serde",
346
+ "serde_derive",
347
+ "serde_json",
348
+ "tinytemplate",
349
+ "walkdir",
350
+ ]
351
+
352
+ [[package]]
353
+ name = "criterion-plot"
354
+ version = "0.5.0"
355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
356
+ checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
357
+ dependencies = [
358
+ "cast",
359
+ "itertools 0.10.5",
360
+ ]
361
+
256
362
  [[package]]
257
363
  name = "crossbeam-deque"
258
364
  version = "0.8.6"
@@ -528,7 +634,7 @@ dependencies = [
528
634
  "approx",
529
635
  "getrandom 0.2.16",
530
636
  "image",
531
- "itertools",
637
+ "itertools 0.12.1",
532
638
  "nalgebra",
533
639
  "num",
534
640
  "rand",
@@ -569,6 +675,26 @@ dependencies = [
569
675
  "syn",
570
676
  ]
571
677
 
678
+ [[package]]
679
+ name = "is-terminal"
680
+ version = "0.4.16"
681
+ source = "registry+https://github.com/rust-lang/crates.io-index"
682
+ checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
683
+ dependencies = [
684
+ "hermit-abi",
685
+ "libc",
686
+ "windows-sys 0.59.0",
687
+ ]
688
+
689
+ [[package]]
690
+ name = "itertools"
691
+ version = "0.10.5"
692
+ source = "registry+https://github.com/rust-lang/crates.io-index"
693
+ checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
694
+ dependencies = [
695
+ "either",
696
+ ]
697
+
572
698
  [[package]]
573
699
  name = "itertools"
574
700
  version = "0.12.1"
@@ -578,6 +704,12 @@ dependencies = [
578
704
  "either",
579
705
  ]
580
706
 
707
+ [[package]]
708
+ name = "itoa"
709
+ version = "1.0.15"
710
+ source = "registry+https://github.com/rust-lang/crates.io-index"
711
+ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
712
+
581
713
  [[package]]
582
714
  name = "jobserver"
583
715
  version = "0.1.34"
@@ -913,6 +1045,12 @@ version = "1.21.3"
913
1045
  source = "registry+https://github.com/rust-lang/crates.io-index"
914
1046
  checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
915
1047
 
1048
+ [[package]]
1049
+ name = "oorandom"
1050
+ version = "11.1.5"
1051
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1052
+ checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
1053
+
916
1054
  [[package]]
917
1055
  name = "opencv"
918
1056
  version = "0.93.7"
@@ -975,6 +1113,34 @@ version = "0.3.32"
975
1113
  source = "registry+https://github.com/rust-lang/crates.io-index"
976
1114
  checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
977
1115
 
1116
+ [[package]]
1117
+ name = "plotters"
1118
+ version = "0.3.7"
1119
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1120
+ checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
1121
+ dependencies = [
1122
+ "num-traits",
1123
+ "plotters-backend",
1124
+ "plotters-svg",
1125
+ "wasm-bindgen",
1126
+ "web-sys",
1127
+ ]
1128
+
1129
+ [[package]]
1130
+ name = "plotters-backend"
1131
+ version = "0.3.7"
1132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1133
+ checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
1134
+
1135
+ [[package]]
1136
+ name = "plotters-svg"
1137
+ version = "0.3.7"
1138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1139
+ checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
1140
+ dependencies = [
1141
+ "plotters-backend",
1142
+ ]
1143
+
978
1144
  [[package]]
979
1145
  name = "png"
980
1146
  version = "0.18.0"
@@ -1196,7 +1362,7 @@ dependencies = [
1196
1362
  "built",
1197
1363
  "cfg-if",
1198
1364
  "interpolate_name",
1199
- "itertools",
1365
+ "itertools 0.12.1",
1200
1366
  "libc",
1201
1367
  "libfuzzer-sys",
1202
1368
  "log",
@@ -1305,6 +1471,12 @@ version = "1.0.22"
1305
1471
  source = "registry+https://github.com/rust-lang/crates.io-index"
1306
1472
  checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1307
1473
 
1474
+ [[package]]
1475
+ name = "ryu"
1476
+ version = "1.0.20"
1477
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1478
+ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
1479
+
1308
1480
  [[package]]
1309
1481
  name = "safe_arch"
1310
1482
  version = "0.7.4"
@@ -1314,6 +1486,15 @@ dependencies = [
1314
1486
  "bytemuck",
1315
1487
  ]
1316
1488
 
1489
+ [[package]]
1490
+ name = "same-file"
1491
+ version = "1.0.6"
1492
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1493
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1494
+ dependencies = [
1495
+ "winapi-util",
1496
+ ]
1497
+
1317
1498
  [[package]]
1318
1499
  name = "semver"
1319
1500
  version = "1.0.26"
@@ -1340,6 +1521,18 @@ dependencies = [
1340
1521
  "syn",
1341
1522
  ]
1342
1523
 
1524
+ [[package]]
1525
+ name = "serde_json"
1526
+ version = "1.0.143"
1527
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1528
+ checksum = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a"
1529
+ dependencies = [
1530
+ "itoa",
1531
+ "memchr",
1532
+ "ryu",
1533
+ "serde",
1534
+ ]
1535
+
1343
1536
  [[package]]
1344
1537
  name = "serde_spanned"
1345
1538
  version = "0.6.9"
@@ -1453,6 +1646,16 @@ dependencies = [
1453
1646
  "zune-jpeg",
1454
1647
  ]
1455
1648
 
1649
+ [[package]]
1650
+ name = "tinytemplate"
1651
+ version = "1.2.1"
1652
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1653
+ checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
1654
+ dependencies = [
1655
+ "serde",
1656
+ "serde_json",
1657
+ ]
1658
+
1456
1659
  [[package]]
1457
1660
  name = "toml"
1458
1661
  version = "0.8.23"
@@ -1489,9 +1692,10 @@ dependencies = [
1489
1692
 
1490
1693
  [[package]]
1491
1694
  name = "trainingsample"
1492
- version = "0.2.0"
1695
+ version = "0.2.1"
1493
1696
  dependencies = [
1494
1697
  "anyhow",
1698
+ "criterion",
1495
1699
  "fastrand",
1496
1700
  "image",
1497
1701
  "imageproc",
@@ -1553,6 +1757,16 @@ version = "0.2.0"
1553
1757
  source = "registry+https://github.com/rust-lang/crates.io-index"
1554
1758
  checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
1555
1759
 
1760
+ [[package]]
1761
+ name = "walkdir"
1762
+ version = "2.5.0"
1763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1764
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
1765
+ dependencies = [
1766
+ "same-file",
1767
+ "winapi-util",
1768
+ ]
1769
+
1556
1770
  [[package]]
1557
1771
  name = "wasi"
1558
1772
  version = "0.11.1+wasi-snapshot-preview1"
@@ -1636,6 +1850,16 @@ dependencies = [
1636
1850
  "unicode-ident",
1637
1851
  ]
1638
1852
 
1853
+ [[package]]
1854
+ name = "web-sys"
1855
+ version = "0.3.78"
1856
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1857
+ checksum = "77e4b637749ff0d92b8fad63aa1f7cff3cbe125fd49c175cd6345e7272638b12"
1858
+ dependencies = [
1859
+ "js-sys",
1860
+ "wasm-bindgen",
1861
+ ]
1862
+
1639
1863
  [[package]]
1640
1864
  name = "weezl"
1641
1865
  version = "0.1.10"
@@ -1652,6 +1876,15 @@ dependencies = [
1652
1876
  "safe_arch",
1653
1877
  ]
1654
1878
 
1879
+ [[package]]
1880
+ name = "winapi-util"
1881
+ version = "0.1.11"
1882
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1883
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
1884
+ dependencies = [
1885
+ "windows-sys 0.61.0",
1886
+ ]
1887
+
1655
1888
  [[package]]
1656
1889
  name = "windows"
1657
1890
  version = "0.59.0"
@@ -1659,7 +1892,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1659
1892
  checksum = "7f919aee0a93304be7f62e8e5027811bbba96bcb1de84d6618be56e43f8a32a1"
1660
1893
  dependencies = [
1661
1894
  "windows-core",
1662
- "windows-targets",
1895
+ "windows-targets 0.53.3",
1663
1896
  ]
1664
1897
 
1665
1898
  [[package]]
@@ -1672,7 +1905,7 @@ dependencies = [
1672
1905
  "windows-interface",
1673
1906
  "windows-result",
1674
1907
  "windows-strings",
1675
- "windows-targets",
1908
+ "windows-targets 0.53.3",
1676
1909
  ]
1677
1910
 
1678
1911
  [[package]]
@@ -1703,13 +1936,19 @@ version = "0.1.3"
1703
1936
  source = "registry+https://github.com/rust-lang/crates.io-index"
1704
1937
  checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
1705
1938
 
1939
+ [[package]]
1940
+ name = "windows-link"
1941
+ version = "0.2.0"
1942
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1943
+ checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
1944
+
1706
1945
  [[package]]
1707
1946
  name = "windows-result"
1708
1947
  version = "0.3.4"
1709
1948
  source = "registry+https://github.com/rust-lang/crates.io-index"
1710
1949
  checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
1711
1950
  dependencies = [
1712
- "windows-link",
1951
+ "windows-link 0.1.3",
1713
1952
  ]
1714
1953
 
1715
1954
  [[package]]
@@ -1718,7 +1957,41 @@ version = "0.3.1"
1718
1957
  source = "registry+https://github.com/rust-lang/crates.io-index"
1719
1958
  checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
1720
1959
  dependencies = [
1721
- "windows-link",
1960
+ "windows-link 0.1.3",
1961
+ ]
1962
+
1963
+ [[package]]
1964
+ name = "windows-sys"
1965
+ version = "0.59.0"
1966
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1967
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
1968
+ dependencies = [
1969
+ "windows-targets 0.52.6",
1970
+ ]
1971
+
1972
+ [[package]]
1973
+ name = "windows-sys"
1974
+ version = "0.61.0"
1975
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1976
+ checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa"
1977
+ dependencies = [
1978
+ "windows-link 0.2.0",
1979
+ ]
1980
+
1981
+ [[package]]
1982
+ name = "windows-targets"
1983
+ version = "0.52.6"
1984
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1985
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1986
+ dependencies = [
1987
+ "windows_aarch64_gnullvm 0.52.6",
1988
+ "windows_aarch64_msvc 0.52.6",
1989
+ "windows_i686_gnu 0.52.6",
1990
+ "windows_i686_gnullvm 0.52.6",
1991
+ "windows_i686_msvc 0.52.6",
1992
+ "windows_x86_64_gnu 0.52.6",
1993
+ "windows_x86_64_gnullvm 0.52.6",
1994
+ "windows_x86_64_msvc 0.52.6",
1722
1995
  ]
1723
1996
 
1724
1997
  [[package]]
@@ -1727,59 +2000,107 @@ version = "0.53.3"
1727
2000
  source = "registry+https://github.com/rust-lang/crates.io-index"
1728
2001
  checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91"
1729
2002
  dependencies = [
1730
- "windows-link",
1731
- "windows_aarch64_gnullvm",
1732
- "windows_aarch64_msvc",
1733
- "windows_i686_gnu",
1734
- "windows_i686_gnullvm",
1735
- "windows_i686_msvc",
1736
- "windows_x86_64_gnu",
1737
- "windows_x86_64_gnullvm",
1738
- "windows_x86_64_msvc",
2003
+ "windows-link 0.1.3",
2004
+ "windows_aarch64_gnullvm 0.53.0",
2005
+ "windows_aarch64_msvc 0.53.0",
2006
+ "windows_i686_gnu 0.53.0",
2007
+ "windows_i686_gnullvm 0.53.0",
2008
+ "windows_i686_msvc 0.53.0",
2009
+ "windows_x86_64_gnu 0.53.0",
2010
+ "windows_x86_64_gnullvm 0.53.0",
2011
+ "windows_x86_64_msvc 0.53.0",
1739
2012
  ]
1740
2013
 
2014
+ [[package]]
2015
+ name = "windows_aarch64_gnullvm"
2016
+ version = "0.52.6"
2017
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2018
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2019
+
1741
2020
  [[package]]
1742
2021
  name = "windows_aarch64_gnullvm"
1743
2022
  version = "0.53.0"
1744
2023
  source = "registry+https://github.com/rust-lang/crates.io-index"
1745
2024
  checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
1746
2025
 
2026
+ [[package]]
2027
+ name = "windows_aarch64_msvc"
2028
+ version = "0.52.6"
2029
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2030
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2031
+
1747
2032
  [[package]]
1748
2033
  name = "windows_aarch64_msvc"
1749
2034
  version = "0.53.0"
1750
2035
  source = "registry+https://github.com/rust-lang/crates.io-index"
1751
2036
  checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
1752
2037
 
2038
+ [[package]]
2039
+ name = "windows_i686_gnu"
2040
+ version = "0.52.6"
2041
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2042
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2043
+
1753
2044
  [[package]]
1754
2045
  name = "windows_i686_gnu"
1755
2046
  version = "0.53.0"
1756
2047
  source = "registry+https://github.com/rust-lang/crates.io-index"
1757
2048
  checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
1758
2049
 
2050
+ [[package]]
2051
+ name = "windows_i686_gnullvm"
2052
+ version = "0.52.6"
2053
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2054
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2055
+
1759
2056
  [[package]]
1760
2057
  name = "windows_i686_gnullvm"
1761
2058
  version = "0.53.0"
1762
2059
  source = "registry+https://github.com/rust-lang/crates.io-index"
1763
2060
  checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
1764
2061
 
2062
+ [[package]]
2063
+ name = "windows_i686_msvc"
2064
+ version = "0.52.6"
2065
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2066
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2067
+
1765
2068
  [[package]]
1766
2069
  name = "windows_i686_msvc"
1767
2070
  version = "0.53.0"
1768
2071
  source = "registry+https://github.com/rust-lang/crates.io-index"
1769
2072
  checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
1770
2073
 
2074
+ [[package]]
2075
+ name = "windows_x86_64_gnu"
2076
+ version = "0.52.6"
2077
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2078
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2079
+
1771
2080
  [[package]]
1772
2081
  name = "windows_x86_64_gnu"
1773
2082
  version = "0.53.0"
1774
2083
  source = "registry+https://github.com/rust-lang/crates.io-index"
1775
2084
  checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
1776
2085
 
2086
+ [[package]]
2087
+ name = "windows_x86_64_gnullvm"
2088
+ version = "0.52.6"
2089
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2090
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2091
+
1777
2092
  [[package]]
1778
2093
  name = "windows_x86_64_gnullvm"
1779
2094
  version = "0.53.0"
1780
2095
  source = "registry+https://github.com/rust-lang/crates.io-index"
1781
2096
  checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
1782
2097
 
2098
+ [[package]]
2099
+ name = "windows_x86_64_msvc"
2100
+ version = "0.52.6"
2101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2102
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2103
+
1783
2104
  [[package]]
1784
2105
  name = "windows_x86_64_msvc"
1785
2106
  version = "0.53.0"
@@ -17,6 +17,9 @@ rayon = "1.8"
17
17
  # SIMD optimizations
18
18
  wide = {version = "0.7", optional = true}
19
19
 
20
+ [dev-dependencies]
21
+ criterion = {version = "0.5", features = ["html_reports"]}
22
+
20
23
  [features]
21
24
  default = ["simd"]
22
25
  metal = ["dep:metal", "dep:objc"]
@@ -34,7 +37,7 @@ description = "High-performance Rust reimplementation of GIL-blocking video/imag
34
37
  edition = "2021"
35
38
  license = "MIT"
36
39
  name = "trainingsample"
37
- version = "0.2.0"
40
+ version = "0.2.1"
38
41
  readme = "README.md"
39
42
 
40
43
  [profile.release]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: trainingsample
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Classifier: Programming Language :: Rust
5
5
  Classifier: Programming Language :: Python :: Implementation :: CPython
6
6
  Classifier: Programming Language :: Python :: Implementation :: PyPy