pyhyperminhash 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.
@@ -4,18 +4,18 @@ version = 4
4
4
 
5
5
  [[package]]
6
6
  name = "built"
7
- version = "0.8.0"
7
+ version = "0.8.1"
8
8
  source = "registry+https://github.com/rust-lang/crates.io-index"
9
- checksum = "f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64"
9
+ checksum = "5c0e531d93d39c34eef561e929e8a7f86d77a5af08aac4f6d6e39976c51858e9"
10
10
  dependencies = [
11
11
  "cargo-lock",
12
12
  ]
13
13
 
14
14
  [[package]]
15
15
  name = "cargo-lock"
16
- version = "10.1.0"
16
+ version = "11.0.1"
17
17
  source = "registry+https://github.com/rust-lang/crates.io-index"
18
- checksum = "c06acb4f71407ba205a07cb453211e0e6a67b21904e47f6ba1f9589e38f2e454"
18
+ checksum = "63585cdf8572aa7adf0e30a253f988f2b77233bfac1973d52efb6dd53a75920e"
19
19
  dependencies = [
20
20
  "petgraph",
21
21
  "semver",
@@ -26,9 +26,9 @@ dependencies = [
26
26
 
27
27
  [[package]]
28
28
  name = "displaydoc"
29
- version = "0.2.5"
29
+ version = "0.2.6"
30
30
  source = "registry+https://github.com/rust-lang/crates.io-index"
31
- checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
31
+ checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
32
32
  dependencies = [
33
33
  "proc-macro2",
34
34
  "quote",
@@ -43,9 +43,15 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
43
43
 
44
44
  [[package]]
45
45
  name = "fixedbitset"
46
- version = "0.4.2"
46
+ version = "0.5.7"
47
47
  source = "registry+https://github.com/rust-lang/crates.io-index"
48
- checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
48
+ checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
49
+
50
+ [[package]]
51
+ name = "foldhash"
52
+ version = "0.1.5"
53
+ source = "registry+https://github.com/rust-lang/crates.io-index"
54
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
49
55
 
50
56
  [[package]]
51
57
  name = "form_urlencoded"
@@ -58,9 +64,18 @@ dependencies = [
58
64
 
59
65
  [[package]]
60
66
  name = "hashbrown"
61
- version = "0.17.0"
67
+ version = "0.15.5"
68
+ source = "registry+https://github.com/rust-lang/crates.io-index"
69
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
70
+ dependencies = [
71
+ "foldhash",
72
+ ]
73
+
74
+ [[package]]
75
+ name = "hashbrown"
76
+ version = "0.17.1"
62
77
  source = "registry+https://github.com/rust-lang/crates.io-index"
63
- checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51"
78
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
64
79
 
65
80
  [[package]]
66
81
  name = "heck"
@@ -70,9 +85,9 @@ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
70
85
 
71
86
  [[package]]
72
87
  name = "hyperminhash"
73
- version = "0.2.3"
88
+ version = "0.2.4"
74
89
  source = "registry+https://github.com/rust-lang/crates.io-index"
75
- checksum = "74b6fd2ffa7fbb0fa4cb305f751e01c9eb474330be931bdc77a917e3f28d1f80"
90
+ checksum = "197811a19bbf25c62ec1cd6f8ca16382f9afe17e563ef7066fb6f7a1cbfbba07"
76
91
  dependencies = [
77
92
  "xxhash-rust",
78
93
  ]
@@ -172,9 +187,9 @@ dependencies = [
172
187
 
173
188
  [[package]]
174
189
  name = "idna_adapter"
175
- version = "1.2.1"
190
+ version = "1.2.2"
176
191
  source = "registry+https://github.com/rust-lang/crates.io-index"
177
- checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
192
+ checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
178
193
  dependencies = [
179
194
  "icu_normalizer",
180
195
  "icu_properties",
@@ -187,14 +202,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
187
202
  checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
188
203
  dependencies = [
189
204
  "equivalent",
190
- "hashbrown",
205
+ "hashbrown 0.17.1",
191
206
  ]
192
207
 
193
208
  [[package]]
194
209
  name = "libc"
195
- version = "0.2.185"
210
+ version = "0.2.186"
196
211
  source = "registry+https://github.com/rust-lang/crates.io-index"
197
- checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f"
212
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
198
213
 
199
214
  [[package]]
200
215
  name = "litemap"
@@ -202,12 +217,6 @@ version = "0.8.2"
202
217
  source = "registry+https://github.com/rust-lang/crates.io-index"
203
218
  checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
204
219
 
205
- [[package]]
206
- name = "memchr"
207
- version = "2.8.0"
208
- source = "registry+https://github.com/rust-lang/crates.io-index"
209
- checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
210
-
211
220
  [[package]]
212
221
  name = "once_cell"
213
222
  version = "1.21.4"
@@ -222,12 +231,14 @@ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
222
231
 
223
232
  [[package]]
224
233
  name = "petgraph"
225
- version = "0.6.5"
234
+ version = "0.8.3"
226
235
  source = "registry+https://github.com/rust-lang/crates.io-index"
227
- checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
236
+ checksum = "8701b58ea97060d5e5b155d383a69952a60943f0e6dfe30b04c287beb0b27455"
228
237
  dependencies = [
229
238
  "fixedbitset",
239
+ "hashbrown 0.15.5",
230
240
  "indexmap",
241
+ "serde",
231
242
  ]
232
243
 
233
244
  [[package]]
@@ -256,7 +267,7 @@ dependencies = [
256
267
 
257
268
  [[package]]
258
269
  name = "pyhyperminhash"
259
- version = "0.2.0"
270
+ version = "0.2.1"
260
271
  dependencies = [
261
272
  "built",
262
273
  "hyperminhash",
@@ -265,9 +276,9 @@ dependencies = [
265
276
 
266
277
  [[package]]
267
278
  name = "pyo3"
268
- version = "0.28.3"
279
+ version = "0.29.0"
269
280
  source = "registry+https://github.com/rust-lang/crates.io-index"
270
- checksum = "91fd8e38a3b50ed1167fb981cd6fd60147e091784c427b8f7183a7ee32c31c12"
281
+ checksum = "cd274650b21d4bfc26a0a47587962c1edb425f69287324355cd040c3ea66071c"
271
282
  dependencies = [
272
283
  "libc",
273
284
  "once_cell",
@@ -279,18 +290,18 @@ dependencies = [
279
290
 
280
291
  [[package]]
281
292
  name = "pyo3-build-config"
282
- version = "0.28.3"
293
+ version = "0.29.0"
283
294
  source = "registry+https://github.com/rust-lang/crates.io-index"
284
- checksum = "e368e7ddfdeb98c9bca7f8383be1648fd84ab466bf2bc015e94008db6d35611e"
295
+ checksum = "c5e2a7d2f0d013342f295c048ad19237add5154a55b1c5a254c0ec93d4109078"
285
296
  dependencies = [
286
297
  "target-lexicon",
287
298
  ]
288
299
 
289
300
  [[package]]
290
301
  name = "pyo3-ffi"
291
- version = "0.28.3"
302
+ version = "0.29.0"
292
303
  source = "registry+https://github.com/rust-lang/crates.io-index"
293
- checksum = "7f29e10af80b1f7ccaf7f69eace800a03ecd13e883acfacc1e5d0988605f651e"
304
+ checksum = "ca85c467da1bbc8d866eea5deff9cf29ea5f7785054a17da36e65bda9c05845b"
294
305
  dependencies = [
295
306
  "libc",
296
307
  "pyo3-build-config",
@@ -298,9 +309,9 @@ dependencies = [
298
309
 
299
310
  [[package]]
300
311
  name = "pyo3-macros"
301
- version = "0.28.3"
312
+ version = "0.29.0"
302
313
  source = "registry+https://github.com/rust-lang/crates.io-index"
303
- checksum = "df6e520eff47c45997d2fc7dd8214b25dd1310918bbb2642156ef66a67f29813"
314
+ checksum = "9ac53762fd065daa3194dd09337a38bd793a188100fd1a9304c4ab312d901771"
304
315
  dependencies = [
305
316
  "proc-macro2",
306
317
  "pyo3-macros-backend",
@@ -310,22 +321,21 @@ dependencies = [
310
321
 
311
322
  [[package]]
312
323
  name = "pyo3-macros-backend"
313
- version = "0.28.3"
324
+ version = "0.29.0"
314
325
  source = "registry+https://github.com/rust-lang/crates.io-index"
315
- checksum = "c4cdc218d835738f81c2338f822078af45b4afdf8b2e33cbb5916f108b813acb"
326
+ checksum = "4ca3a1557399783172dc5bf39cfca835157732532cba56b71d2292161e53b362"
316
327
  dependencies = [
317
328
  "heck",
318
329
  "proc-macro2",
319
- "pyo3-build-config",
320
330
  "quote",
321
331
  "syn",
322
332
  ]
323
333
 
324
334
  [[package]]
325
335
  name = "quote"
326
- version = "1.0.45"
336
+ version = "1.0.46"
327
337
  source = "registry+https://github.com/rust-lang/crates.io-index"
328
- checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
338
+ checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
329
339
  dependencies = [
330
340
  "proc-macro2",
331
341
  ]
@@ -372,18 +382,18 @@ dependencies = [
372
382
 
373
383
  [[package]]
374
384
  name = "serde_spanned"
375
- version = "0.6.9"
385
+ version = "1.1.1"
376
386
  source = "registry+https://github.com/rust-lang/crates.io-index"
377
- checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
387
+ checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
378
388
  dependencies = [
379
- "serde",
389
+ "serde_core",
380
390
  ]
381
391
 
382
392
  [[package]]
383
393
  name = "smallvec"
384
- version = "1.15.1"
394
+ version = "1.15.2"
385
395
  source = "registry+https://github.com/rust-lang/crates.io-index"
386
- checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
396
+ checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
387
397
 
388
398
  [[package]]
389
399
  name = "stable_deref_trait"
@@ -393,9 +403,9 @@ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
393
403
 
394
404
  [[package]]
395
405
  name = "syn"
396
- version = "2.0.117"
406
+ version = "2.0.118"
397
407
  source = "registry+https://github.com/rust-lang/crates.io-index"
398
- checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
408
+ checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
399
409
  dependencies = [
400
410
  "proc-macro2",
401
411
  "quote",
@@ -431,44 +441,42 @@ dependencies = [
431
441
 
432
442
  [[package]]
433
443
  name = "toml"
434
- version = "0.8.23"
444
+ version = "0.9.12+spec-1.1.0"
435
445
  source = "registry+https://github.com/rust-lang/crates.io-index"
436
- checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
446
+ checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863"
437
447
  dependencies = [
438
- "serde",
448
+ "indexmap",
449
+ "serde_core",
439
450
  "serde_spanned",
440
451
  "toml_datetime",
441
- "toml_edit",
452
+ "toml_parser",
453
+ "toml_writer",
454
+ "winnow 0.7.15",
442
455
  ]
443
456
 
444
457
  [[package]]
445
458
  name = "toml_datetime"
446
- version = "0.6.11"
459
+ version = "0.7.5+spec-1.1.0"
447
460
  source = "registry+https://github.com/rust-lang/crates.io-index"
448
- checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
461
+ checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
449
462
  dependencies = [
450
- "serde",
463
+ "serde_core",
451
464
  ]
452
465
 
453
466
  [[package]]
454
- name = "toml_edit"
455
- version = "0.22.27"
467
+ name = "toml_parser"
468
+ version = "1.1.2+spec-1.1.0"
456
469
  source = "registry+https://github.com/rust-lang/crates.io-index"
457
- checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
470
+ checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
458
471
  dependencies = [
459
- "indexmap",
460
- "serde",
461
- "serde_spanned",
462
- "toml_datetime",
463
- "toml_write",
464
- "winnow",
472
+ "winnow 1.0.4",
465
473
  ]
466
474
 
467
475
  [[package]]
468
- name = "toml_write"
469
- version = "0.1.2"
476
+ name = "toml_writer"
477
+ version = "1.1.2+spec-1.1.0"
470
478
  source = "registry+https://github.com/rust-lang/crates.io-index"
471
- checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
479
+ checksum = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2"
472
480
 
473
481
  [[package]]
474
482
  name = "unicode-ident"
@@ -499,9 +507,12 @@ name = "winnow"
499
507
  version = "0.7.15"
500
508
  source = "registry+https://github.com/rust-lang/crates.io-index"
501
509
  checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
502
- dependencies = [
503
- "memchr",
504
- ]
510
+
511
+ [[package]]
512
+ name = "winnow"
513
+ version = "1.0.4"
514
+ source = "registry+https://github.com/rust-lang/crates.io-index"
515
+ checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81"
505
516
 
506
517
  [[package]]
507
518
  name = "writeable"
@@ -511,15 +522,15 @@ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
511
522
 
512
523
  [[package]]
513
524
  name = "xxhash-rust"
514
- version = "0.8.15"
525
+ version = "0.8.16"
515
526
  source = "registry+https://github.com/rust-lang/crates.io-index"
516
- checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"
527
+ checksum = "4d93c89cdc2d3a63c3ec48ffe926931bdc069eafa8e4402fe6d8f790c9d1e576"
517
528
 
518
529
  [[package]]
519
530
  name = "yoke"
520
- version = "0.8.2"
531
+ version = "0.8.3"
521
532
  source = "registry+https://github.com/rust-lang/crates.io-index"
522
- checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
533
+ checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
523
534
  dependencies = [
524
535
  "stable_deref_trait",
525
536
  "yoke-derive",
@@ -540,9 +551,9 @@ dependencies = [
540
551
 
541
552
  [[package]]
542
553
  name = "zerofrom"
543
- version = "0.1.7"
554
+ version = "0.1.8"
544
555
  source = "registry+https://github.com/rust-lang/crates.io-index"
545
- checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df"
556
+ checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
546
557
  dependencies = [
547
558
  "zerofrom-derive",
548
559
  ]
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "pyhyperminhash"
3
- version = "0.2.0"
3
+ version = "0.2.1"
4
4
  edition = "2024"
5
5
  authors = ["Lukas Lueg <lukas.lueg@gmail.com>"]
6
6
  repository = "https://github.com/lukaslueg/pyhyperminhash"
@@ -29,17 +29,15 @@ name = "pyhyperminhash"
29
29
  crate-type = ["cdylib"]
30
30
 
31
31
  [dependencies]
32
- hyperminhash = "0.2.3"
33
- pyo3 = { version = "0.28", default-features = false, features = ["extension-module", "macros"] }
32
+ hyperminhash = "0.2.4"
33
+ pyo3 = { version = "0.29", default-features = false, features = ["extension-module", "macros"] }
34
34
 
35
35
  [build-dependencies]
36
36
  built = { version = "0.8", features = ["cargo-lock", "dependency-tree"] }
37
37
 
38
38
  [features]
39
- default = ["abi3", "abi3-py39"]
39
+ default = ["abi3", "abi3-py311"]
40
40
  abi3 = ["pyo3/abi3"]
41
- abi3-py39 = ["pyo3/abi3-py39"]
42
- abi3-py310 = ["pyo3/abi3-py310"]
43
41
  abi3-py311 = ["pyo3/abi3-py311"]
44
42
  abi3-py312 = ["pyo3/abi3-py312"]
45
43
  abi3-py313 = ["pyo3/abi3-py313"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyhyperminhash
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
@@ -8,7 +8,7 @@ Classifier: License :: OSI Approved :: MIT License
8
8
  License-File: LICENSE
9
9
  Summary: Very fast, constant memory-footprint cardinality approximation, including intersection
10
10
  Author-email: Lukas Lueg <lukas.lueg@gmail.com>
11
- Requires-Python: >=3.9
11
+ Requires-Python: >=3.11
12
12
  Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
13
13
  Project-URL: Homepage, https://github.com/lukaslueg/pyhyperminhash
14
14
 
@@ -9,7 +9,7 @@ authors = [
9
9
  { name="Lukas Lueg", email="lukas.lueg@gmail.com" }
10
10
  ]
11
11
  readme = "README.md"
12
- requires-python = ">=3.9"
12
+ requires-python = ">=3.11"
13
13
  classifiers = [
14
14
  "Programming Language :: Rust",
15
15
  "Programming Language :: Python :: Implementation :: CPython",
@@ -5,7 +5,7 @@ import pyhyperminhash
5
5
 
6
6
 
7
7
  def approx(expected: float):
8
- return pytest.approx(expected, 2.0e-02)
8
+ return pytest.approx(expected, 3.0e-02)
9
9
 
10
10
 
11
11
  @pytest.fixture
File without changes
File without changes
File without changes